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