HEX: #E6D0ED
RGB: (230,208,237)
#E6D0ED enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6D0ED ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6D0ED wird in RGB als (230,208,237) definiert.
RGB: (230,208,237)
(90%, 82%, 93%)
R 230 von 255 = 90%
G 208 von 255 = 82%
B 237 von 255 = 93%
R + G + B ~ 88%. #E6D0ED helle Farbe.
R + G + B = 230 + 208 + 237 = 675 (100%)
R 230 von 675 ~ 34.07%
G 208 von 675 ~ 30.81%
B 237 von 675 ~ 35.11'%
Die Farbe #E6D0ED wird in CMYK als (3,12,0,7) definiert.
CMYK: (3,12,0,7)
C3M12Y0K7 (3%, 12%, 0%, 7%)
(0.03 / 0.12 / 0.00 / 0.07)
Farbe #E6D0ED in den populären Farbmodellen.
E6 | D0 | ED | |
---|---|---|---|
RGB | 230 | 208 | 237 |
HSL | 286° | 44.62% | 87.25% |
HSB/HSV | 286° | 12.24% | 92.94% |
CMYK | 2.95% | 12.24% | 0.00% |
7.06% |
Die Farbe #E6D0ED in den populären Zahlensystemen.
Hexadezimal | E6 | D0 | ED |
Dezimal | 230 | 208 | 237 |
Binär | 11100110 | 11010000 | 11101101 |
Oktal | 346 | 320 | 355 |
Dunkle Töne der Farbe #E6D0ED
Helle Töne der Farbe #E6D0ED
Beispiele css- und html für Elemente in der Farbe #E6D0ED. Bitte benutzen Sie auch rgb(230,208,237) statt hex-Code.
.myTextColor { color: #E6D0ED; }
<p style="color:#E6D0ED">This sample text font color is #E6D0ED.</p>
Die Farbe dieses Textes ist #E6D0ED.
.myBgColor { background-color: #E6D0ED; }
<div style="background-color:#E6D0ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6D0ED.
.myBorderColor { border: 1px solid #E6D0ED; }
<div style="border:3px solid #E6D0ED">Div</div>
Die Grenzen von diesem div sind in Farbe #E6D0ED.
.myOpacity80 { color: #E6D0ED; opacity: 0.8; }
<p style="color:#E6D0ED;opacity:0.8;">80%</p>
Text in Farbe #E6D0ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6D0ED;}
<p style="text-shadow: 3px 3px 1px #E6D0ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6D0ED.
.textShadow {text-shadow: 3px 3px 1px #E6D0ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6D0ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6D0ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6D0ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6D0ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6D0ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6D0ED;
-webkit-box-shadow: 1px 1px 3px 2px #E6D0ED;
box-shadow: 1px 1px 3px 2px #E6D0ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6D0ED; -webkit-box-shadow: 1px 1px 3px 2px #E6D0ED; box-shadow:1px 1px 3px 2px #E6D0ED;">
Div content here
</div>
Dieser Text ist in der Farbe #E6D0ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6D0ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6D0ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6D0ED.
Kontrastfarbe für #E6D0ED ist #192F12.