HEX: #E6DDFB
RGB: (230,221,251)
#E6DDFB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6DDFB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6DDFB wird in RGB als (230,221,251) definiert.
RGB: (230,221,251) (90%,87%,98%)
R 230 von 255 = 90%
G 221 von 255 = 87%
B 251 von 255 = 98%
R + G + B ~ 92%. #E6DDFB helle Farbe.
R + G + B =
230 + 221 + 251 = 702 (100%)
R 230 von 702 ~ 32.76%
G 221 von 702 ~ 31.48%
B 251 von 702 ~ 35.75%
Die Farbe #E6DDFB wird in CMYK als (8,12,0,2) definiert.
CMYK: (8,12,0,2) C8M12Y0K2 (8%,12%,0%,2%) (0.08/0.12/0.00/0.02)
E6 | DD | FB | |
---|---|---|---|
RGB | 230 | 221 | 251 |
HSL | 258° | 78.95% | 92.55% |
HSB/HSV | 258° | 11.95% | 98.43% |
CMYK | 8.37% | 11.95% | 0.00% |
1.57% |
Hexadezimal | E6 | DD | FB |
Dezimal | 230 | 221 | 251 |
Binär | 11100110 | 11011101 | 11111011 |
Oktal | 346 | 335 | 373 |
Beispiele css- und html für Elemente in der Farbe #E6DDFB. Bitte benutzen Sie auch rgb(230,221,251) statt hex-Code.
.myTextColor { color: #E6DDFB; }
<p style="color:#E6DDFB">This sample text font color is #E6DDFB.</p>
Die Farbe dieses Textes ist #E6DDFB.
.myBgColor { background-color: #E6DDFB; }
<div style="background-color:#E6DDFB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6DDFB.
.myBorderColor { border: 1px solid #E6DDFB; }
<div style="border:3px solid #E6DDFB">Div</div>
Die Grenzen von diesem div sind in Farbe #E6DDFB.
.myOpacity80 { color: #E6DDFB; opacity: 0.8; }
<p style="color:#E6DDFB;opacity:0.8;">80%</p>
Text in Farbe #E6DDFB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DDFB;}
<p style="text-shadow: 3px 3px 1px #E6DDFB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6DDFB.
.textShadow {text-shadow: 3px 3px 1px #E6DDFB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DDFB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6DDFB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DDFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DDFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DDFB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6DDFB; -webkit-box-shadow: 1px 1px 3px 2px #E6DDFB; box-shadow: 1px 1px 3px 2px #E6DDFB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6DDFB; -webkit-box-shadow: 1px 1px 3px 2px #E6DDFB; box-shadow:1px 1px 3px 2px #E6DDFB;">
Div content here</div>
Dieser Text ist in der Farbe #E6DDFB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6DDFB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6DDFB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6DDFB.