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