HEX: #D5E4FA
RGB: (213,228,250)
#D5E4FA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D5E4FA ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D5E4FA wird in RGB als (213,228,250) definiert.
RGB: (213,228,250)
(84%, 89%, 98%)
R 213 von 255 = 84%
G 228 von 255 = 89%
B 250 von 255 = 98%
R + G + B ~ 90%. #D5E4FA helle Farbe.
R + G + B = 213 + 228 + 250 = 691 (100%)
R 213 von 691 ~ 30.82%
G 228 von 691 ~ 33%
B 250 von 691 ~ 36.18'%
Die Farbe #D5E4FA wird in CMYK als (15,9,0,2) definiert.
CMYK: (15,9,0,2)
C15M9Y0K2 (15%, 9%, 0%, 2%)
(0.15 / 0.09 / 0.00 / 0.02)
Farbe #D5E4FA in den populären Farbmodellen.
D5 | E4 | FA | |
---|---|---|---|
RGB | 213 | 228 | 250 |
HSL | 216° | 78.72% | 90.78% |
HSB/HSV | 216° | 14.80% | 98.04% |
CMYK | 14.80% | 8.80% | 0.00% |
1.96% |
Die Farbe #D5E4FA in den populären Zahlensystemen.
Hexadezimal | D5 | E4 | FA |
Dezimal | 213 | 228 | 250 |
Binär | 11010101 | 11100100 | 11111010 |
Oktal | 325 | 344 | 372 |
Dunkle Töne der Farbe #D5E4FA
Helle Töne der Farbe #D5E4FA
Beispiele css- und html für Elemente in der Farbe #D5E4FA. Bitte benutzen Sie auch rgb(213,228,250) statt hex-Code.
.myTextColor { color: #D5E4FA; }
<p style="color:#D5E4FA">This sample text font color is #D5E4FA.</p>
Die Farbe dieses Textes ist #D5E4FA.
.myBgColor { background-color: #D5E4FA; }
<div style="background-color:#D5E4FA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5E4FA.
.myBorderColor { border: 1px solid #D5E4FA; }
<div style="border:3px solid #D5E4FA">Div</div>
Die Grenzen von diesem div sind in Farbe #D5E4FA.
.myOpacity80 { color: #D5E4FA; opacity: 0.8; }
<p style="color:#D5E4FA;opacity:0.8;">80%</p>
Text in Farbe #D5E4FA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5E4FA;}
<p style="text-shadow: 3px 3px 1px #D5E4FA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5E4FA.
.textShadow {text-shadow: 3px 3px 1px #D5E4FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5E4FA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5E4FA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5E4FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5E4FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5E4FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5E4FA;
-webkit-box-shadow: 1px 1px 3px 2px #D5E4FA;
box-shadow: 1px 1px 3px 2px #D5E4FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5E4FA; -webkit-box-shadow: 1px 1px 3px 2px #D5E4FA; box-shadow:1px 1px 3px 2px #D5E4FA;">
Div content here
</div>
Dieser Text ist in der Farbe #D5E4FA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5E4FA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5E4FA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5E4FA.
Kontrastfarbe für #hex ist #2A1B05.