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