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