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