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