HEX: #D6C3EE
RGB: (214,195,238)
#D6C3EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6C3EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D6C3EE wird in RGB als (214,195,238) definiert.
RGB: (214,195,238)
(84%, 76%, 93%)
R 214 von 255 = 84%
G 195 von 255 = 76%
B 238 von 255 = 93%
R + G + B ~ 84%. #D6C3EE ziemlich helle Farbe.
R + G + B = 214 + 195 + 238 = 647 (100%)
R 214 von 647 ~ 33.08%
G 195 von 647 ~ 30.14%
B 238 von 647 ~ 36.79'%
Die Farbe #D6C3EE wird in CMYK als (10,18,0,7) definiert.
CMYK: (10,18,0,7) C10M18Y0K7 (10%,18%,0%,7%) (0.10/0.18/0.00/0.07)
Farbe #D6C3EE in den populären Farbmodellen.
D6 | C3 | EE | |
---|---|---|---|
RGB | 214 | 195 | 238 |
HSL | 267° | 55.84% | 84.90% |
HSB/HSV | 267° | 18.07% | 93.33% |
CMYK | 10.08% | 18.07% | 0.00% |
6.67% |
Die Farbe #D6C3EE in den populären Zahlensystemen.
Hexadezimal | D6 | C3 | EE |
Dezimal | 214 | 195 | 238 |
Binär | 11010110 | 11000011 | 11101110 |
Oktal | 326 | 303 | 356 |
Dunkle Töne der Farbe #D6C3EE
Helle Töne der Farbe #D6C3EE
Beispiele css- und html für Elemente in der Farbe #D6C3EE. Bitte benutzen Sie auch rgb(214,195,238) statt hex-Code.
.myTextColor { color: #D6C3EE; }
<p style="color:#D6C3EE">This sample text font color is #D6C3EE.</p>
Die Farbe dieses Textes ist #D6C3EE.
.myBgColor { background-color: #D6C3EE; }
<div style="background-color:#D6C3EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6C3EE.
.myBorderColor { border: 1px solid #D6C3EE; }
<div style="border:3px solid #D6C3EE">Div</div>
Die Grenzen von diesem div sind in Farbe #D6C3EE.
.myOpacity80 { color: #D6C3EE; opacity: 0.8; }
<p style="color:#D6C3EE;opacity:0.8;">80%</p>
Text in Farbe #D6C3EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6C3EE;}
<p style="text-shadow: 3px 3px 1px #D6C3EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6C3EE.
.textShadow {text-shadow: 3px 3px 1px #D6C3EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6C3EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6C3EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6C3EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6C3EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6C3EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6C3EE;
-webkit-box-shadow: 1px 1px 3px 2px #D6C3EE;
box-shadow: 1px 1px 3px 2px #D6C3EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6C3EE; -webkit-box-shadow: 1px 1px 3px 2px #D6C3EE; box-shadow:1px 1px 3px 2px #D6C3EE;">
Div content here
</div>
Dieser Text ist in der Farbe #D6C3EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6C3EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6C3EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6C3EE.
Kontrastfarbe für #hex ist #293C11.