HEX: #E5CCFB
RGB: (229,204,251)
#E5CCFB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5CCFB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E5CCFB wird in RGB als (229,204,251) definiert.
RGB: (229,204,251)
(90%, 80%, 98%)
R 229 von 255 = 90%
G 204 von 255 = 80%
B 251 von 255 = 98%
R + G + B ~ 89%. #E5CCFB helle Farbe.
R + G + B = 229 + 204 + 251 = 684 (100%)
R 229 von 684 ~ 33.48%
G 204 von 684 ~ 29.82%
B 251 von 684 ~ 36.7'%
Die Farbe #E5CCFB wird in CMYK als (9,19,0,2) definiert.
CMYK: (9,19,0,2)
C9M19Y0K2 (9%, 19%, 0%, 2%)
(0.09 / 0.19 / 0.00 / 0.02)
Farbe #E5CCFB in den populären Farbmodellen.
E5 | CC | FB | |
---|---|---|---|
RGB | 229 | 204 | 251 |
HSL | 272° | 85.45% | 89.22% |
HSB/HSV | 272° | 18.73% | 98.43% |
CMYK | 8.76% | 18.73% | 0.00% |
1.57% |
Die Farbe #E5CCFB in den populären Zahlensystemen.
Hexadezimal | E5 | CC | FB |
Dezimal | 229 | 204 | 251 |
Binär | 11100101 | 11001100 | 11111011 |
Oktal | 345 | 314 | 373 |
Dunkle Töne der Farbe #E5CCFB
Helle Töne der Farbe #E5CCFB
Beispiele css- und html für Elemente in der Farbe #E5CCFB. Bitte benutzen Sie auch rgb(229,204,251) statt hex-Code.
.myTextColor { color: #E5CCFB; }
<p style="color:#E5CCFB">This sample text font color is #E5CCFB.</p>
Die Farbe dieses Textes ist #E5CCFB.
.myBgColor { background-color: #E5CCFB; }
<div style="background-color:#E5CCFB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5CCFB.
.myBorderColor { border: 1px solid #E5CCFB; }
<div style="border:3px solid #E5CCFB">Div</div>
Die Grenzen von diesem div sind in Farbe #E5CCFB.
.myOpacity80 { color: #E5CCFB; opacity: 0.8; }
<p style="color:#E5CCFB;opacity:0.8;">80%</p>
Text in Farbe #E5CCFB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5CCFB;}
<p style="text-shadow: 3px 3px 1px #E5CCFB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5CCFB.
.textShadow {text-shadow: 3px 3px 1px #E5CCFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5CCFB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5CCFB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5CCFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5CCFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5CCFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5CCFB;
-webkit-box-shadow: 1px 1px 3px 2px #E5CCFB;
box-shadow: 1px 1px 3px 2px #E5CCFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5CCFB; -webkit-box-shadow: 1px 1px 3px 2px #E5CCFB; box-shadow:1px 1px 3px 2px #E5CCFB;">
Div content here
</div>
Dieser Text ist in der Farbe #E5CCFB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5CCFB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5CCFB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5CCFB.
Kontrastfarbe für #E5CCFB ist #1A3304.