HEX: #EDCBDB
RGB: (237,203,219)
#EDCBDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDCBDB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EDCBDB wird in RGB als (237,203,219) definiert.
RGB: (237,203,219) (93%,80%,86%)
R 237 von 255 = 93%
G 203 von 255 = 80%
B 219 von 255 = 86%
R + G + B ~ 86%. #EDCBDB helle Farbe.
R + G + B =
237 + 203 + 219 = 659 (100%)
R 237 von 659 ~ 35.96%
G 203 von 659 ~ 30.8%
B 219 von 659 ~ 33.23%
Die Farbe #EDCBDB wird in CMYK als (0,14,8,7) definiert.
CMYK: (0,14,8,7) C0M14Y8K7 (0%,14%,8%,7%) (0.00/0.14/0.08/0.07)
ED | CB | DB | |
---|---|---|---|
RGB | 237 | 203 | 219 |
HSL | 332° | 48.57% | 86.27% |
HSB/HSV | 332° | 14.35% | 92.94% |
CMYK | 0.00% | 14.35% | 7.59% |
7.06% |
Hexadezimal | ED | CB | DB |
Dezimal | 237 | 203 | 219 |
Binär | 11101101 | 11001011 | 11011011 |
Oktal | 355 | 313 | 333 |
Beispiele css- und html für Elemente in der Farbe #EDCBDB. Bitte benutzen Sie auch rgb(237,203,219) statt hex-Code.
.myTextColor { color: #EDCBDB; }
<p style="color:#EDCBDB">This sample text font color is #EDCBDB.</p>
Die Farbe dieses Textes ist #EDCBDB.
.myBgColor { background-color: #EDCBDB; }
<div style="background-color:#EDCBDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDCBDB.
.myBorderColor { border: 1px solid #EDCBDB; }
<div style="border:3px solid #EDCBDB">Div</div>
Die Grenzen von diesem div sind in Farbe #EDCBDB.
.myOpacity80 { color: #EDCBDB; opacity: 0.8; }
<p style="color:#EDCBDB;opacity:0.8;">80%</p>
Text in Farbe #EDCBDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDCBDB;}
<p style="text-shadow: 3px 3px 1px #EDCBDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDCBDB.
.textShadow {text-shadow: 3px 3px 1px #EDCBDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDCBDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDCBDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDCBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDCBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDCBDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDCBDB; -webkit-box-shadow: 1px 1px 3px 2px #EDCBDB; box-shadow: 1px 1px 3px 2px #EDCBDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDCBDB; -webkit-box-shadow: 1px 1px 3px 2px #EDCBDB; box-shadow:1px 1px 3px 2px #EDCBDB;">
Div content here</div>
Dieser Text ist in der Farbe #EDCBDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDCBDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDCBDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDCBDB.