HEX: #D5C2EB
RGB: (213,194,235)
#D5C2EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D5C2EB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D5C2EB wird in RGB als (213,194,235) definiert.
RGB: (213,194,235)
(84%, 76%, 92%)
R 213 von 255 = 84%
G 194 von 255 = 76%
B 235 von 255 = 92%
R + G + B ~ 84%. #D5C2EB ziemlich helle Farbe.
R + G + B = 213 + 194 + 235 = 642 (100%)
R 213 von 642 ~ 33.18%
G 194 von 642 ~ 30.22%
B 235 von 642 ~ 36.6'%
Die Farbe #D5C2EB 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)
Farbe #D5C2EB in den populären Farbmodellen.
D5 | C2 | EB | |
---|---|---|---|
RGB | 213 | 194 | 235 |
HSL | 268° | 50.62% | 84.12% |
HSB/HSV | 268° | 17.45% | 92.16% |
CMYK | 9.36% | 17.45% | 0.00% |
7.84% |
Die Farbe #D5C2EB in den populären Zahlensystemen.
Hexadezimal | D5 | C2 | EB |
Dezimal | 213 | 194 | 235 |
Binär | 11010101 | 11000010 | 11101011 |
Oktal | 325 | 302 | 353 |
Dunkle Töne der Farbe #D5C2EB
Helle Töne der Farbe #D5C2EB
Beispiele css- und html für Elemente in der Farbe #D5C2EB. Bitte benutzen Sie auch rgb(213,194,235) statt hex-Code.
.myTextColor { color: #D5C2EB; }
<p style="color:#D5C2EB">This sample text font color is #D5C2EB.</p>
Die Farbe dieses Textes ist #D5C2EB.
.myBgColor { background-color: #D5C2EB; }
<div style="background-color:#D5C2EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5C2EB.
.myBorderColor { border: 1px solid #D5C2EB; }
<div style="border:3px solid #D5C2EB">Div</div>
Die Grenzen von diesem div sind in Farbe #D5C2EB.
.myOpacity80 { color: #D5C2EB; opacity: 0.8; }
<p style="color:#D5C2EB;opacity:0.8;">80%</p>
Text in Farbe #D5C2EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5C2EB;}
<p style="text-shadow: 3px 3px 1px #D5C2EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5C2EB.
.textShadow {text-shadow: 3px 3px 1px #D5C2EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5C2EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5C2EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5C2EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5C2EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5C2EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5C2EB;
-webkit-box-shadow: 1px 1px 3px 2px #D5C2EB;
box-shadow: 1px 1px 3px 2px #D5C2EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5C2EB; -webkit-box-shadow: 1px 1px 3px 2px #D5C2EB; box-shadow:1px 1px 3px 2px #D5C2EB;">
Div content here
</div>
Dieser Text ist in der Farbe #D5C2EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5C2EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5C2EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5C2EB.
Kontrastfarbe für #D5C2EB ist #2A3D14.