HEX: #D9C5EE
RGB: (217,197,238)
#D9C5EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D9C5EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D9C5EE wird in RGB als (217,197,238) definiert.
RGB: (217,197,238)
(85%, 77%, 93%)
R 217 von 255 = 85%
G 197 von 255 = 77%
B 238 von 255 = 93%
R + G + B ~ 85%. #D9C5EE ziemlich helle Farbe.
R + G + B = 217 + 197 + 238 = 652 (100%)
R 217 von 652 ~ 33.28%
G 197 von 652 ~ 30.21%
B 238 von 652 ~ 36.5'%
Die Farbe #D9C5EE wird in CMYK als (9,17,0,7) definiert.
CMYK: (9,17,0,7)
C9M17Y0K7 (9%, 17%, 0%, 7%)
(0.09 / 0.17 / 0.00 / 0.07)
Farbe #D9C5EE in den populären Farbmodellen.
D9 | C5 | EE | |
---|---|---|---|
RGB | 217 | 197 | 238 |
HSL | 269° | 54.67% | 85.29% |
HSB/HSV | 269° | 17.23% | 93.33% |
CMYK | 8.82% | 17.23% | 0.00% |
6.67% |
Die Farbe #D9C5EE in den populären Zahlensystemen.
Hexadezimal | D9 | C5 | EE |
Dezimal | 217 | 197 | 238 |
Binär | 11011001 | 11000101 | 11101110 |
Oktal | 331 | 305 | 356 |
Dunkle Töne der Farbe #D9C5EE
Helle Töne der Farbe #D9C5EE
Beispiele css- und html für Elemente in der Farbe #D9C5EE. Bitte benutzen Sie auch rgb(217,197,238) statt hex-Code.
.myTextColor { color: #D9C5EE; }
<p style="color:#D9C5EE">This sample text font color is #D9C5EE.</p>
Die Farbe dieses Textes ist #D9C5EE.
.myBgColor { background-color: #D9C5EE; }
<div style="background-color:#D9C5EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D9C5EE.
.myBorderColor { border: 1px solid #D9C5EE; }
<div style="border:3px solid #D9C5EE">Div</div>
Die Grenzen von diesem div sind in Farbe #D9C5EE.
.myOpacity80 { color: #D9C5EE; opacity: 0.8; }
<p style="color:#D9C5EE;opacity:0.8;">80%</p>
Text in Farbe #D9C5EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9C5EE;}
<p style="text-shadow: 3px 3px 1px #D9C5EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #D9C5EE.
.textShadow {text-shadow: 3px 3px 1px #D9C5EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9C5EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D9C5EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9C5EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9C5EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9C5EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9C5EE;
-webkit-box-shadow: 1px 1px 3px 2px #D9C5EE;
box-shadow: 1px 1px 3px 2px #D9C5EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9C5EE; -webkit-box-shadow: 1px 1px 3px 2px #D9C5EE; box-shadow:1px 1px 3px 2px #D9C5EE;">
Div content here
</div>
Dieser Text ist in der Farbe #D9C5EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D9C5EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D9C5EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D9C5EE.
Kontrastfarbe für #hex ist #263A11.