HEX: #ECC5FB
RGB: (236,197,251)
#ECC5FB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ECC5FB ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #ECC5FB wird in RGB als (236,197,251) definiert.
RGB: (236,197,251)
(93%, 77%, 98%)
R 236 von 255 = 93%
G 197 von 255 = 77%
B 251 von 255 = 98%
R + G + B ~ 89%. #ECC5FB helle Farbe.
R + G + B = 236 + 197 + 251 = 684 (100%)
R 236 von 684 ~ 34.5%
G 197 von 684 ~ 28.8%
B 251 von 684 ~ 36.7'%
Die Farbe #ECC5FB wird in CMYK als (6,22,0,2) definiert.
CMYK: (6,22,0,2) C6M22Y0K2 (6%,22%,0%,2%) (0.06/0.22/0.00/0.02)
Farbe #ECC5FB in den populären Farbmodellen.
EC | C5 | FB | |
---|---|---|---|
RGB | 236 | 197 | 251 |
HSL | 283° | 87.10% | 87.84% |
HSB/HSV | 283° | 21.51% | 98.43% |
CMYK | 5.98% | 21.51% | 0.00% |
1.57% |
Die Farbe #ECC5FB in den populären Zahlensystemen.
Hexadezimal | EC | C5 | FB |
Dezimal | 236 | 197 | 251 |
Binär | 11101100 | 11000101 | 11111011 |
Oktal | 354 | 305 | 373 |
Dunkle Töne der Farbe #ECC5FB
Helle Töne der Farbe #ECC5FB
Beispiele css- und html für Elemente in der Farbe #ECC5FB. Bitte benutzen Sie auch rgb(236,197,251) statt hex-Code.
.myTextColor { color: #ECC5FB; }
<p style="color:#ECC5FB">This sample text font color is #ECC5FB.</p>
Die Farbe dieses Textes ist #ECC5FB.
.myBgColor { background-color: #ECC5FB; }
<div style="background-color:#ECC5FB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ECC5FB.
.myBorderColor { border: 1px solid #ECC5FB; }
<div style="border:3px solid #ECC5FB">Div</div>
Die Grenzen von diesem div sind in Farbe #ECC5FB.
.myOpacity80 { color: #ECC5FB; opacity: 0.8; }
<p style="color:#ECC5FB;opacity:0.8;">80%</p>
Text in Farbe #ECC5FB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECC5FB;}
<p style="text-shadow: 3px 3px 1px #ECC5FB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ECC5FB.
.textShadow {text-shadow: 3px 3px 1px #ECC5FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECC5FB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ECC5FB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECC5FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECC5FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECC5FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECC5FB;
-webkit-box-shadow: 1px 1px 3px 2px #ECC5FB;
box-shadow: 1px 1px 3px 2px #ECC5FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECC5FB; -webkit-box-shadow: 1px 1px 3px 2px #ECC5FB; box-shadow:1px 1px 3px 2px #ECC5FB;">
Div content here
</div>
Dieser Text ist in der Farbe #ECC5FB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ECC5FB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ECC5FB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ECC5FB.
Kontrastfarbe für #hex ist #133A04.