HEX: #E6C6FA
RGB: (230,198,250)
#E6C6FA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6C6FA ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6C6FA wird in RGB als (230,198,250) definiert.
RGB: (230,198,250) (90%,78%,98%)
R 230 von 255 = 90%
G 198 von 255 = 78%
B 250 von 255 = 98%
R + G + B ~ 89%. #E6C6FA helle Farbe.
R + G + B =
230 + 198 + 250 = 678 (100%)
R 230 von 678 ~ 33.92%
G 198 von 678 ~ 29.2%
B 250 von 678 ~ 36.87%
Die Farbe #E6C6FA wird in CMYK als (8,21,0,2) definiert.
CMYK: (8,21,0,2) C8M21Y0K2 (8%,21%,0%,2%) (0.08/0.21/0.00/0.02)
E6 | C6 | FA | |
---|---|---|---|
RGB | 230 | 198 | 250 |
HSL | 277° | 83.87% | 87.84% |
HSB/HSV | 277° | 20.80% | 98.04% |
CMYK | 8.00% | 20.80% | 0.00% |
1.96% |
Hexadezimal | E6 | C6 | FA |
Dezimal | 230 | 198 | 250 |
Binär | 11100110 | 11000110 | 11111010 |
Oktal | 346 | 306 | 372 |
Beispiele css- und html für Elemente in der Farbe #E6C6FA. Bitte benutzen Sie auch rgb(230,198,250) statt hex-Code.
.myTextColor { color: #E6C6FA; }
<p style="color:#E6C6FA">This sample text font color is #E6C6FA.</p>
Die Farbe dieses Textes ist #E6C6FA.
.myBgColor { background-color: #E6C6FA; }
<div style="background-color:#E6C6FA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C6FA.
.myBorderColor { border: 1px solid #E6C6FA; }
<div style="border:3px solid #E6C6FA">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C6FA.
.myOpacity80 { color: #E6C6FA; opacity: 0.8; }
<p style="color:#E6C6FA;opacity:0.8;">80%</p>
Text in Farbe #E6C6FA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C6FA;}
<p style="text-shadow: 3px 3px 1px #E6C6FA">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C6FA.
.textShadow {text-shadow: 3px 3px 1px #E6C6FA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C6FA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C6FA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C6FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C6FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C6FA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6C6FA; -webkit-box-shadow: 1px 1px 3px 2px #E6C6FA; box-shadow: 1px 1px 3px 2px #E6C6FA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6C6FA; -webkit-box-shadow: 1px 1px 3px 2px #E6C6FA; box-shadow:1px 1px 3px 2px #E6C6FA;">
Div content here</div>
Dieser Text ist in der Farbe #E6C6FA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C6FA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C6FA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C6FA.