HEX: #DCB0DA
RGB: (220,176,218)
#DCB0DA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #DCB0DA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #DCB0DA wird in RGB als (220,176,218) definiert.
RGB: (220,176,218) (86%,69%,85%)
R 220 von 255 = 86%
G 176 von 255 = 69%
B 218 von 255 = 85%
R + G + B ~ 80%. #DCB0DA ziemlich helle Farbe.
R + G + B =
220 + 176 + 218 = 614 (100%)
R 220 von 614 ~ 35.83%
G 176 von 614 ~ 28.66%
B 218 von 614 ~ 35.5%
Die Farbe #DCB0DA wird in CMYK als (0,20,1,14) definiert.
CMYK: (0,20,1,14) C0M20Y1K14 (0%,20%,1%,14%) (0.00/0.20/0.01/0.14)
DC | B0 | DA | |
---|---|---|---|
RGB | 220 | 176 | 218 |
HSL | 303° | 38.60% | 77.65% |
HSB/HSV | 303° | 20.00% | 86.27% |
CMYK | 0.00% | 20.00% | 0.91% |
13.73% |
Hexadezimal | DC | B0 | DA |
Dezimal | 220 | 176 | 218 |
Binär | 11011100 | 10110000 | 11011010 |
Oktal | 334 | 260 | 332 |
Beispiele css- und html für Elemente in der Farbe #DCB0DA. Bitte benutzen Sie auch rgb(220,176,218) statt hex-Code.
.myTextColor { color: #DCB0DA; }
<p style="color:#DCB0DA">This sample text font color is #DCB0DA.</p>
Die Farbe dieses Textes ist #DCB0DA.
.myBgColor { background-color: #DCB0DA; }
<div style="background-color:#DCB0DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DCB0DA.
.myBorderColor { border: 1px solid #DCB0DA; }
<div style="border:3px solid #DCB0DA">Div</div>
Die Grenzen von diesem div sind in Farbe #DCB0DA.
.myOpacity80 { color: #DCB0DA; opacity: 0.8; }
<p style="color:#DCB0DA;opacity:0.8;">80%</p>
Text in Farbe #DCB0DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DCB0DA;}
<p style="text-shadow: 3px 3px 1px #DCB0DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #DCB0DA.
.textShadow {text-shadow: 3px 3px 1px #DCB0DA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DCB0DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DCB0DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCB0DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DCB0DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #DCB0DA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DCB0DA; -webkit-box-shadow: 1px 1px 3px 2px #DCB0DA; box-shadow: 1px 1px 3px 2px #DCB0DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DCB0DA; -webkit-box-shadow: 1px 1px 3px 2px #DCB0DA; box-shadow:1px 1px 3px 2px #DCB0DA;">
Div content here</div>
Dieser Text ist in der Farbe #DCB0DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DCB0DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DCB0DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DCB0DA.