HEX: #D6CCEC
RGB: (214,204,236)
#D6CCEC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6CCEC ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D6CCEC wird in RGB als (214,204,236) definiert.
RGB: (214,204,236) (84%,80%,93%)
R 214 von 255 = 84%
G 204 von 255 = 80%
B 236 von 255 = 93%
R + G + B ~ 86%. #D6CCEC helle Farbe.
R + G + B =
214 + 204 + 236 = 654 (100%)
R 214 von 654 ~ 32.72%
G 204 von 654 ~ 31.19%
B 236 von 654 ~ 36.09%
Die Farbe #D6CCEC wird in CMYK als (9,14,0,7) definiert.
CMYK: (9,14,0,7) C9M14Y0K7 (9%,14%,0%,7%) (0.09/0.14/0.00/0.07)
D6 | CC | EC | |
---|---|---|---|
RGB | 214 | 204 | 236 |
HSL | 259° | 45.71% | 86.27% |
HSB/HSV | 259° | 13.56% | 92.55% |
CMYK | 9.32% | 13.56% | 0.00% |
7.45% |
Hexadezimal | D6 | CC | EC |
Dezimal | 214 | 204 | 236 |
Binär | 11010110 | 11001100 | 11101100 |
Oktal | 326 | 314 | 354 |
Beispiele css- und html für Elemente in der Farbe #D6CCEC. Bitte benutzen Sie auch rgb(214,204,236) statt hex-Code.
.myTextColor { color: #D6CCEC; }
<p style="color:#D6CCEC">This sample text font color is #D6CCEC.</p>
Die Farbe dieses Textes ist #D6CCEC.
.myBgColor { background-color: #D6CCEC; }
<div style="background-color:#D6CCEC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6CCEC.
.myBorderColor { border: 1px solid #D6CCEC; }
<div style="border:3px solid #D6CCEC">Div</div>
Die Grenzen von diesem div sind in Farbe #D6CCEC.
.myOpacity80 { color: #D6CCEC; opacity: 0.8; }
<p style="color:#D6CCEC;opacity:0.8;">80%</p>
Text in Farbe #D6CCEC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6CCEC;}
<p style="text-shadow: 3px 3px 1px #D6CCEC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6CCEC.
.textShadow {text-shadow: 3px 3px 1px #D6CCEC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6CCEC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6CCEC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6CCEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6CCEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6CCEC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6CCEC; -webkit-box-shadow: 1px 1px 3px 2px #D6CCEC; box-shadow: 1px 1px 3px 2px #D6CCEC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6CCEC; -webkit-box-shadow: 1px 1px 3px 2px #D6CCEC; box-shadow:1px 1px 3px 2px #D6CCEC;">
Div content here</div>
Dieser Text ist in der Farbe #D6CCEC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6CCEC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6CCEC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6CCEC.