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