HEX: #E7DDEE
RGB: (231,221,238)
#E7DDEE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E7DDEE ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #E7DDEE wird in RGB als (231,221,238) definiert.
RGB: (231,221,238) (91%,87%,93%)
R 231 von 255 = 91%
G 221 von 255 = 87%
B 238 von 255 = 93%
R + G + B ~ 90%. #E7DDEE helle Farbe.
R + G + B =
231 + 221 + 238 = 690 (100%)
R 231 von 690 ~ 33.48%
G 221 von 690 ~ 32.03%
B 238 von 690 ~ 34.49%
Die Farbe #E7DDEE wird in CMYK als (3,7,0,7) definiert.
CMYK: (3,7,0,7) C3M7Y0K7 (3%,7%,0%,7%) (0.03/0.07/0.00/0.07)
E7 | DD | EE | |
---|---|---|---|
RGB | 231 | 221 | 238 |
HSL | 275° | 33.33% | 90.00% |
HSB/HSV | 275° | 7.14% | 93.33% |
CMYK | 2.94% | 7.14% | 0.00% |
6.67% |
Hexadezimal | E7 | DD | EE |
Dezimal | 231 | 221 | 238 |
Binär | 11100111 | 11011101 | 11101110 |
Oktal | 347 | 335 | 356 |
Beispiele css- und html für Elemente in der Farbe #E7DDEE. Bitte benutzen Sie auch rgb(231,221,238) statt hex-Code.
.myTextColor { color: #E7DDEE; }
<p style="color:#E7DDEE">This sample text font color is #E7DDEE.</p>
Die Farbe dieses Textes ist #E7DDEE.
.myBgColor { background-color: #E7DDEE; }
<div style="background-color:#E7DDEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7DDEE.
.myBorderColor { border: 1px solid #E7DDEE; }
<div style="border:3px solid #E7DDEE">Div</div>
Die Grenzen von diesem div sind in Farbe #E7DDEE.
.myOpacity80 { color: #E7DDEE; opacity: 0.8; }
<p style="color:#E7DDEE;opacity:0.8;">80%</p>
Text in Farbe #E7DDEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7DDEE;}
<p style="text-shadow: 3px 3px 1px #E7DDEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7DDEE.
.textShadow {text-shadow: 3px 3px 1px #E7DDEE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7DDEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7DDEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7DDEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7DDEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7DDEE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7DDEE; -webkit-box-shadow: 1px 1px 3px 2px #E7DDEE; box-shadow: 1px 1px 3px 2px #E7DDEE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7DDEE; -webkit-box-shadow: 1px 1px 3px 2px #E7DDEE; box-shadow:1px 1px 3px 2px #E7DDEE;">
Div content here</div>
Dieser Text ist in der Farbe #E7DDEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7DDEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7DDEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7DDEE.