HEX: #D6C6DF
RGB: (214,198,223)
#D6C6DF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6C6DF ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #D6C6DF wird in RGB als (214,198,223) definiert.
RGB: (214,198,223) (84%,78%,87%)
R 214 von 255 = 84%
G 198 von 255 = 78%
B 223 von 255 = 87%
R + G + B ~ 83%. #D6C6DF ziemlich helle Farbe.
R + G + B =
214 + 198 + 223 = 635 (100%)
R 214 von 635 ~ 33.7%
G 198 von 635 ~ 31.18%
B 223 von 635 ~ 35.12%
Die Farbe #D6C6DF wird in CMYK als (4,11,0,13) definiert.
CMYK: (4,11,0,13) C4M11Y0K13 (4%,11%,0%,13%) (0.04/0.11/0.00/0.13)
D6 | C6 | DF | |
---|---|---|---|
RGB | 214 | 198 | 223 |
HSL | 278° | 28.09% | 82.55% |
HSB/HSV | 278° | 11.21% | 87.45% |
CMYK | 4.04% | 11.21% | 0.00% |
12.55% |
Hexadezimal | D6 | C6 | DF |
Dezimal | 214 | 198 | 223 |
Binär | 11010110 | 11000110 | 11011111 |
Oktal | 326 | 306 | 337 |
Beispiele css- und html für Elemente in der Farbe #D6C6DF. Bitte benutzen Sie auch rgb(214,198,223) statt hex-Code.
.myTextColor { color: #D6C6DF; }
<p style="color:#D6C6DF">This sample text font color is #D6C6DF.</p>
Die Farbe dieses Textes ist #D6C6DF.
.myBgColor { background-color: #D6C6DF; }
<div style="background-color:#D6C6DF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6C6DF.
.myBorderColor { border: 1px solid #D6C6DF; }
<div style="border:3px solid #D6C6DF">Div</div>
Die Grenzen von diesem div sind in Farbe #D6C6DF.
.myOpacity80 { color: #D6C6DF; opacity: 0.8; }
<p style="color:#D6C6DF;opacity:0.8;">80%</p>
Text in Farbe #D6C6DF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6C6DF;}
<p style="text-shadow: 3px 3px 1px #D6C6DF">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6C6DF.
.textShadow {text-shadow: 3px 3px 1px #D6C6DF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6C6DF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6C6DF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6C6DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6C6DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6C6DF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6C6DF; -webkit-box-shadow: 1px 1px 3px 2px #D6C6DF; box-shadow: 1px 1px 3px 2px #D6C6DF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6C6DF; -webkit-box-shadow: 1px 1px 3px 2px #D6C6DF; box-shadow:1px 1px 3px 2px #D6C6DF;">
Div content here</div>
Dieser Text ist in der Farbe #D6C6DF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6C6DF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6C6DF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6C6DF.