HEX: #D6C3EA
RGB: (214,195,234)
#D6C3EA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6C3EA ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D6C3EA wird in RGB als (214,195,234) definiert.
RGB: (214,195,234) (84%,76%,92%)
R 214 von 255 = 84%
G 195 von 255 = 76%
B 234 von 255 = 92%
R + G + B ~ 84%. #D6C3EA ziemlich helle Farbe.
R + G + B =
214 + 195 + 234 = 643 (100%)
R 214 von 643 ~ 33.28%
G 195 von 643 ~ 30.33%
B 234 von 643 ~ 36.39%
Die Farbe #D6C3EA wird in CMYK als (9,17,0,8) definiert.
CMYK: (9,17,0,8) C9M17Y0K8 (9%,17%,0%,8%) (0.09/0.17/0.00/0.08)
D6 | C3 | EA | |
---|---|---|---|
RGB | 214 | 195 | 234 |
HSL | 269° | 48.15% | 84.12% |
HSB/HSV | 269° | 16.67% | 91.76% |
CMYK | 8.55% | 16.67% | 0.00% |
8.24% |
Hexadezimal | D6 | C3 | EA |
Dezimal | 214 | 195 | 234 |
Binär | 11010110 | 11000011 | 11101010 |
Oktal | 326 | 303 | 352 |
Beispiele css- und html für Elemente in der Farbe #D6C3EA. Bitte benutzen Sie auch rgb(214,195,234) statt hex-Code.
.myTextColor { color: #D6C3EA; }
<p style="color:#D6C3EA">This sample text font color is #D6C3EA.</p>
Die Farbe dieses Textes ist #D6C3EA.
.myBgColor { background-color: #D6C3EA; }
<div style="background-color:#D6C3EA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6C3EA.
.myBorderColor { border: 1px solid #D6C3EA; }
<div style="border:3px solid #D6C3EA">Div</div>
Die Grenzen von diesem div sind in Farbe #D6C3EA.
.myOpacity80 { color: #D6C3EA; opacity: 0.8; }
<p style="color:#D6C3EA;opacity:0.8;">80%</p>
Text in Farbe #D6C3EA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6C3EA;}
<p style="text-shadow: 3px 3px 1px #D6C3EA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6C3EA.
.textShadow {text-shadow: 3px 3px 1px #D6C3EA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6C3EA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6C3EA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6C3EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6C3EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6C3EA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6C3EA; -webkit-box-shadow: 1px 1px 3px 2px #D6C3EA; box-shadow: 1px 1px 3px 2px #D6C3EA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6C3EA; -webkit-box-shadow: 1px 1px 3px 2px #D6C3EA; box-shadow:1px 1px 3px 2px #D6C3EA;">
Div content here</div>
Dieser Text ist in der Farbe #D6C3EA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6C3EA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6C3EA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6C3EA.