HEX: #E5D9DC
RGB: (229,217,220)
#E5D9DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5D9DC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #E5D9DC wird in RGB als (229,217,220) definiert.
RGB: (229,217,220) (90%,85%,86%)
R 229 von 255 = 90%
G 217 von 255 = 85%
B 220 von 255 = 86%
R + G + B ~ 87%. #E5D9DC helle Farbe.
R + G + B =
229 + 217 + 220 = 666 (100%)
R 229 von 666 ~ 34.38%
G 217 von 666 ~ 32.58%
B 220 von 666 ~ 33.03%
Die Farbe #E5D9DC wird in CMYK als (0,5,4,10) definiert.
CMYK: (0,5,4,10) C0M5Y4K10 (0%,5%,4%,10%) (0.00/0.05/0.04/0.10)
E5 | D9 | DC | |
---|---|---|---|
RGB | 229 | 217 | 220 |
HSL | 345° | 18.75% | 87.45% |
HSB/HSV | 345° | 5.24% | 89.80% |
CMYK | 0.00% | 5.24% | 3.93% |
10.20% |
Hexadezimal | E5 | D9 | DC |
Dezimal | 229 | 217 | 220 |
Binär | 11100101 | 11011001 | 11011100 |
Oktal | 345 | 331 | 334 |
Beispiele css- und html für Elemente in der Farbe #E5D9DC. Bitte benutzen Sie auch rgb(229,217,220) statt hex-Code.
.myTextColor { color: #E5D9DC; }
<p style="color:#E5D9DC">This sample text font color is #E5D9DC.</p>
Die Farbe dieses Textes ist #E5D9DC.
.myBgColor { background-color: #E5D9DC; }
<div style="background-color:#E5D9DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5D9DC.
.myBorderColor { border: 1px solid #E5D9DC; }
<div style="border:3px solid #E5D9DC">Div</div>
Die Grenzen von diesem div sind in Farbe #E5D9DC.
.myOpacity80 { color: #E5D9DC; opacity: 0.8; }
<p style="color:#E5D9DC;opacity:0.8;">80%</p>
Text in Farbe #E5D9DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5D9DC;}
<p style="text-shadow: 3px 3px 1px #E5D9DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5D9DC.
.textShadow {text-shadow: 3px 3px 1px #E5D9DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5D9DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5D9DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5D9DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5D9DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5D9DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5D9DC; -webkit-box-shadow: 1px 1px 3px 2px #E5D9DC; box-shadow: 1px 1px 3px 2px #E5D9DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5D9DC; -webkit-box-shadow: 1px 1px 3px 2px #E5D9DC; box-shadow:1px 1px 3px 2px #E5D9DC;">
Div content here</div>
Dieser Text ist in der Farbe #E5D9DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5D9DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5D9DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5D9DC.