HEX: #E9D6ED
RGB: (233,214,237)
#E9D6ED enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E9D6ED ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #E9D6ED wird in RGB als (233,214,237) definiert.
RGB: (233,214,237)
(91%, 84%, 93%)
R 233 von 255 = 91%
G 214 von 255 = 84%
B 237 von 255 = 93%
R + G + B ~ 89%. #E9D6ED helle Farbe.
R + G + B = 233 + 214 + 237 = 684 (100%)
R 233 von 684 ~ 34.06%
G 214 von 684 ~ 31.29%
B 237 von 684 ~ 34.65'%
Die Farbe #E9D6ED wird in CMYK als (2,10,0,7) definiert.
CMYK: (2,10,0,7)
C2M10Y0K7 (2%, 10%, 0%, 7%)
(0.02 / 0.10 / 0.00 / 0.07)
Farbe #E9D6ED in den populären Farbmodellen.
E9 | D6 | ED | |
---|---|---|---|
RGB | 233 | 214 | 237 |
HSL | 290° | 38.98% | 88.43% |
HSB/HSV | 290° | 9.70% | 92.94% |
CMYK | 1.69% | 9.70% | 0.00% |
7.06% |
Die Farbe #E9D6ED in den populären Zahlensystemen.
Hexadezimal | E9 | D6 | ED |
Dezimal | 233 | 214 | 237 |
Binär | 11101001 | 11010110 | 11101101 |
Oktal | 351 | 326 | 355 |
Dunkle Töne der Farbe #E9D6ED
Helle Töne der Farbe #E9D6ED
Beispiele css- und html für Elemente in der Farbe #E9D6ED. Bitte benutzen Sie auch rgb(233,214,237) statt hex-Code.
.myTextColor { color: #E9D6ED; }
<p style="color:#E9D6ED">This sample text font color is #E9D6ED.</p>
Die Farbe dieses Textes ist #E9D6ED.
.myBgColor { background-color: #E9D6ED; }
<div style="background-color:#E9D6ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E9D6ED.
.myBorderColor { border: 1px solid #E9D6ED; }
<div style="border:3px solid #E9D6ED">Div</div>
Die Grenzen von diesem div sind in Farbe #E9D6ED.
.myOpacity80 { color: #E9D6ED; opacity: 0.8; }
<p style="color:#E9D6ED;opacity:0.8;">80%</p>
Text in Farbe #E9D6ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9D6ED;}
<p style="text-shadow: 3px 3px 1px #E9D6ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #E9D6ED.
.textShadow {text-shadow: 3px 3px 1px #E9D6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9D6ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E9D6ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9D6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9D6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9D6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9D6ED;
-webkit-box-shadow: 1px 1px 3px 2px #E9D6ED;
box-shadow: 1px 1px 3px 2px #E9D6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9D6ED; -webkit-box-shadow: 1px 1px 3px 2px #E9D6ED; box-shadow:1px 1px 3px 2px #E9D6ED;">
Div content here
</div>
Dieser Text ist in der Farbe #E9D6ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E9D6ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E9D6ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E9D6ED.
Kontrastfarbe für #hex ist #162912.