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