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