HEX: #E6DAFF
RGB: (230,218,255)
#E6DAFF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6DAFF ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6DAFF wird in RGB als (230,218,255) definiert.
RGB: (230,218,255)
(90%, 85%, 100%)
R 230 von 255 = 90%
G 218 von 255 = 85%
B 255 von 255 = 100%
R + G + B ~ 92%. #E6DAFF helle Farbe.
R + G + B = 230 + 218 + 255 = 703 (100%)
R 230 von 703 ~ 32.72%
G 218 von 703 ~ 31.01%
B 255 von 703 ~ 36.27'%
Die Farbe #E6DAFF wird in CMYK als (10,15,0,0) definiert.
CMYK: (10,15,0,0)
C10M15Y0K0 (10%, 15%, 0%, 0%)
(0.10 / 0.15 / 0.00 / 0.00)
Farbe #E6DAFF in den populären Farbmodellen.
E6 | DA | FF | |
---|---|---|---|
RGB | 230 | 218 | 255 |
HSL | 259° | 100.00% | 92.75% |
HSB/HSV | 259° | 14.51% | 100.00% |
CMYK | 9.80% | 14.51% | 0.00% |
0.00% |
Die Farbe #E6DAFF in den populären Zahlensystemen.
Hexadezimal | E6 | DA | FF |
Dezimal | 230 | 218 | 255 |
Binär | 11100110 | 11011010 | 11111111 |
Oktal | 346 | 332 | 377 |
Dunkle Töne der Farbe #E6DAFF
Helle Töne der Farbe #E6DAFF
Beispiele css- und html für Elemente in der Farbe #E6DAFF. Bitte benutzen Sie auch rgb(230,218,255) statt hex-Code.
.myTextColor { color: #E6DAFF; }
<p style="color:#E6DAFF">This sample text font color is #E6DAFF.</p>
Die Farbe dieses Textes ist #E6DAFF.
.myBgColor { background-color: #E6DAFF; }
<div style="background-color:#E6DAFF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6DAFF.
.myBorderColor { border: 1px solid #E6DAFF; }
<div style="border:3px solid #E6DAFF">Div</div>
Die Grenzen von diesem div sind in Farbe #E6DAFF.
.myOpacity80 { color: #E6DAFF; opacity: 0.8; }
<p style="color:#E6DAFF;opacity:0.8;">80%</p>
Text in Farbe #E6DAFF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DAFF;}
<p style="text-shadow: 3px 3px 1px #E6DAFF">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6DAFF.
.textShadow {text-shadow: 3px 3px 1px #E6DAFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DAFF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6DAFF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DAFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DAFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DAFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DAFF;
-webkit-box-shadow: 1px 1px 3px 2px #E6DAFF;
box-shadow: 1px 1px 3px 2px #E6DAFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DAFF; -webkit-box-shadow: 1px 1px 3px 2px #E6DAFF; box-shadow:1px 1px 3px 2px #E6DAFF;">
Div content here
</div>
Dieser Text ist in der Farbe #E6DAFF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6DAFF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6DAFF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6DAFF.
Kontrastfarbe für #E6DAFF ist #192500.