HEX: #DCADDB
RGB: (220,173,219)
#DCADDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #DCADDB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #DCADDB wird in RGB als (220,173,219) definiert.
RGB: (220,173,219)
(86%, 68%, 86%)
R 220 von 255 = 86%
G 173 von 255 = 68%
B 219 von 255 = 86%
R + G + B ~ 80%. #DCADDB ziemlich helle Farbe.
R + G + B = 220 + 173 + 219 = 612 (100%)
R 220 von 612 ~ 35.95%
G 173 von 612 ~ 28.27%
B 219 von 612 ~ 35.78'%
Die Farbe #DCADDB wird in CMYK als (0,21,0,14) definiert.
CMYK: (0,21,0,14)
C0M21Y0K14 (0%, 21%, 0%, 14%)
(0.00 / 0.21 / 0.00 / 0.14)
Farbe #DCADDB in den populären Farbmodellen.
DC | AD | DB | |
---|---|---|---|
RGB | 220 | 173 | 219 |
HSL | 301° | 40.17% | 77.06% |
HSB/HSV | 301° | 21.36% | 86.27% |
CMYK | 0.00% | 21.36% | 0.45% |
13.73% |
Die Farbe #DCADDB in den populären Zahlensystemen.
Hexadezimal | DC | AD | DB |
Dezimal | 220 | 173 | 219 |
Binär | 11011100 | 10101101 | 11011011 |
Oktal | 334 | 255 | 333 |
Dunkle Töne der Farbe #DCADDB
Helle Töne der Farbe #DCADDB
Beispiele css- und html für Elemente in der Farbe #DCADDB. Bitte benutzen Sie auch rgb(220,173,219) statt hex-Code.
.myTextColor { color: #DCADDB; }
<p style="color:#DCADDB">This sample text font color is #DCADDB.</p>
Die Farbe dieses Textes ist #DCADDB.
.myBgColor { background-color: #DCADDB; }
<div style="background-color:#DCADDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DCADDB.
.myBorderColor { border: 1px solid #DCADDB; }
<div style="border:3px solid #DCADDB">Div</div>
Die Grenzen von diesem div sind in Farbe #DCADDB.
.myOpacity80 { color: #DCADDB; opacity: 0.8; }
<p style="color:#DCADDB;opacity:0.8;">80%</p>
Text in Farbe #DCADDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DCADDB;}
<p style="text-shadow: 3px 3px 1px #DCADDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #DCADDB.
.textShadow {text-shadow: 3px 3px 1px #DCADDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DCADDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DCADDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCADDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DCADDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #DCADDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DCADDB;
-webkit-box-shadow: 1px 1px 3px 2px #DCADDB;
box-shadow: 1px 1px 3px 2px #DCADDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DCADDB; -webkit-box-shadow: 1px 1px 3px 2px #DCADDB; box-shadow:1px 1px 3px 2px #DCADDB;">
Div content here
</div>
Dieser Text ist in der Farbe #DCADDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DCADDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DCADDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DCADDB.
Kontrastfarbe für #hex ist #235224.