HEX: #D6CADB
RGB: (214,202,219)
#D6CADB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6CADB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #D6CADB wird in RGB als (214,202,219) definiert.
RGB: (214,202,219)
(84%, 79%, 86%)
R 214 von 255 = 84%
G 202 von 255 = 79%
B 219 von 255 = 86%
R + G + B ~ 83%. #D6CADB ziemlich helle Farbe.
R + G + B = 214 + 202 + 219 = 635 (100%)
R 214 von 635 ~ 33.7%
G 202 von 635 ~ 31.81%
B 219 von 635 ~ 34.49'%
Die Farbe #D6CADB wird in CMYK als (2,8,0,14) definiert.
CMYK: (2,8,0,14)
C2M8Y0K14 (2%, 8%, 0%, 14%)
(0.02 / 0.08 / 0.00 / 0.14)
Farbe #D6CADB in den populären Farbmodellen.
D6 | CA | DB | |
---|---|---|---|
RGB | 214 | 202 | 219 |
HSL | 282° | 19.10% | 82.55% |
HSB/HSV | 282° | 7.76% | 85.88% |
CMYK | 2.28% | 7.76% | 0.00% |
14.12% |
Die Farbe #D6CADB in den populären Zahlensystemen.
Hexadezimal | D6 | CA | DB |
Dezimal | 214 | 202 | 219 |
Binär | 11010110 | 11001010 | 11011011 |
Oktal | 326 | 312 | 333 |
Dunkle Töne der Farbe #D6CADB
Helle Töne der Farbe #D6CADB
Beispiele css- und html für Elemente in der Farbe #D6CADB. Bitte benutzen Sie auch rgb(214,202,219) statt hex-Code.
.myTextColor { color: #D6CADB; }
<p style="color:#D6CADB">This sample text font color is #D6CADB.</p>
Die Farbe dieses Textes ist #D6CADB.
.myBgColor { background-color: #D6CADB; }
<div style="background-color:#D6CADB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6CADB.
.myBorderColor { border: 1px solid #D6CADB; }
<div style="border:3px solid #D6CADB">Div</div>
Die Grenzen von diesem div sind in Farbe #D6CADB.
.myOpacity80 { color: #D6CADB; opacity: 0.8; }
<p style="color:#D6CADB;opacity:0.8;">80%</p>
Text in Farbe #D6CADB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6CADB;}
<p style="text-shadow: 3px 3px 1px #D6CADB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6CADB.
.textShadow {text-shadow: 3px 3px 1px #D6CADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6CADB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6CADB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6CADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6CADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6CADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6CADB;
-webkit-box-shadow: 1px 1px 3px 2px #D6CADB;
box-shadow: 1px 1px 3px 2px #D6CADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6CADB; -webkit-box-shadow: 1px 1px 3px 2px #D6CADB; box-shadow:1px 1px 3px 2px #D6CADB;">
Div content here
</div>
Dieser Text ist in der Farbe #D6CADB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6CADB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6CADB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6CADB.
Kontrastfarbe für #hex ist #293524.