HEX: #E5D4EE
RGB: (229,212,238)
#E5D4EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5D4EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E5D4EE wird in RGB als (229,212,238) definiert.
RGB: (229,212,238)
(90%, 83%, 93%)
R 229 von 255 = 90%
G 212 von 255 = 83%
B 238 von 255 = 93%
R + G + B ~ 89%. #E5D4EE helle Farbe.
R + G + B = 229 + 212 + 238 = 679 (100%)
R 229 von 679 ~ 33.73%
G 212 von 679 ~ 31.22%
B 238 von 679 ~ 35.05'%
Die Farbe #E5D4EE wird in CMYK als (4,11,0,7) definiert.
CMYK: (4,11,0,7)
C4M11Y0K7 (4%, 11%, 0%, 7%)
(0.04 / 0.11 / 0.00 / 0.07)
Farbe #E5D4EE in den populären Farbmodellen.
E5 | D4 | EE | |
---|---|---|---|
RGB | 229 | 212 | 238 |
HSL | 279° | 43.33% | 88.24% |
HSB/HSV | 279° | 10.92% | 93.33% |
CMYK | 3.78% | 10.92% | 0.00% |
6.67% |
Die Farbe #E5D4EE in den populären Zahlensystemen.
Hexadezimal | E5 | D4 | EE |
Dezimal | 229 | 212 | 238 |
Binär | 11100101 | 11010100 | 11101110 |
Oktal | 345 | 324 | 356 |
Dunkle Töne der Farbe #E5D4EE
Helle Töne der Farbe #E5D4EE
Beispiele css- und html für Elemente in der Farbe #E5D4EE. Bitte benutzen Sie auch rgb(229,212,238) statt hex-Code.
.myTextColor { color: #E5D4EE; }
<p style="color:#E5D4EE">This sample text font color is #E5D4EE.</p>
Die Farbe dieses Textes ist #E5D4EE.
.myBgColor { background-color: #E5D4EE; }
<div style="background-color:#E5D4EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5D4EE.
.myBorderColor { border: 1px solid #E5D4EE; }
<div style="border:3px solid #E5D4EE">Div</div>
Die Grenzen von diesem div sind in Farbe #E5D4EE.
.myOpacity80 { color: #E5D4EE; opacity: 0.8; }
<p style="color:#E5D4EE;opacity:0.8;">80%</p>
Text in Farbe #E5D4EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5D4EE;}
<p style="text-shadow: 3px 3px 1px #E5D4EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5D4EE.
.textShadow {text-shadow: 3px 3px 1px #E5D4EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5D4EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5D4EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5D4EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5D4EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5D4EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5D4EE;
-webkit-box-shadow: 1px 1px 3px 2px #E5D4EE;
box-shadow: 1px 1px 3px 2px #E5D4EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5D4EE; -webkit-box-shadow: 1px 1px 3px 2px #E5D4EE; box-shadow:1px 1px 3px 2px #E5D4EE;">
Div content here
</div>
Dieser Text ist in der Farbe #E5D4EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5D4EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5D4EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5D4EE.
Kontrastfarbe für #hex ist #1A2B11.