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