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