HEX: #EDD1EE
RGB: (237,209,238)
#EDD1EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDD1EE ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EDD1EE wird in RGB als (237,209,238) definiert.
RGB: (237,209,238) (93%,82%,93%)
R 237 von 255 = 93%
G 209 von 255 = 82%
B 238 von 255 = 93%
R + G + B ~ 89%. #EDD1EE helle Farbe.
R + G + B =
237 + 209 + 238 = 684 (100%)
R 237 von 684 ~ 34.65%
G 209 von 684 ~ 30.56%
B 238 von 684 ~ 34.8%
Die Farbe #EDD1EE wird in CMYK als (0,12,0,7) definiert.
CMYK: (0,12,0,7) C0M12Y0K7 (0%,12%,0%,7%) (0.00/0.12/0.00/0.07)
ED | D1 | EE | |
---|---|---|---|
RGB | 237 | 209 | 238 |
HSL | 298° | 46.03% | 87.65% |
HSB/HSV | 298° | 12.18% | 93.33% |
CMYK | 0.42% | 12.18% | 0.00% |
6.67% |
Hexadezimal | ED | D1 | EE |
Dezimal | 237 | 209 | 238 |
Binär | 11101101 | 11010001 | 11101110 |
Oktal | 355 | 321 | 356 |
Beispiele css- und html für Elemente in der Farbe #EDD1EE. Bitte benutzen Sie auch rgb(237,209,238) statt hex-Code.
.myTextColor { color: #EDD1EE; }
<p style="color:#EDD1EE">This sample text font color is #EDD1EE.</p>
Die Farbe dieses Textes ist #EDD1EE.
.myBgColor { background-color: #EDD1EE; }
<div style="background-color:#EDD1EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDD1EE.
.myBorderColor { border: 1px solid #EDD1EE; }
<div style="border:3px solid #EDD1EE">Div</div>
Die Grenzen von diesem div sind in Farbe #EDD1EE.
.myOpacity80 { color: #EDD1EE; opacity: 0.8; }
<p style="color:#EDD1EE;opacity:0.8;">80%</p>
Text in Farbe #EDD1EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD1EE;}
<p style="text-shadow: 3px 3px 1px #EDD1EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDD1EE.
.textShadow {text-shadow: 3px 3px 1px #EDD1EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD1EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDD1EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD1EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD1EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD1EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDD1EE; -webkit-box-shadow: 1px 1px 3px 2px #EDD1EE; box-shadow: 1px 1px 3px 2px #EDD1EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDD1EE; -webkit-box-shadow: 1px 1px 3px 2px #EDD1EE; box-shadow:1px 1px 3px 2px #EDD1EE;">
Div content here</div>
Dieser Text ist in der Farbe #EDD1EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDD1EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDD1EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDD1EE.