HEX: #E1C6ED
RGB: (225,198,237)
#E1C6ED enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E1C6ED ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E1C6ED wird in RGB als (225,198,237) definiert.
RGB: (225,198,237) (88%,78%,93%)
R 225 von 255 = 88%
G 198 von 255 = 78%
B 237 von 255 = 93%
R + G + B ~ 86%. #E1C6ED helle Farbe.
R + G + B =
225 + 198 + 237 = 660 (100%)
R 225 von 660 ~ 34.09%
G 198 von 660 ~ 30%
B 237 von 660 ~ 35.91%
Die Farbe #E1C6ED wird in CMYK als (5,16,0,7) definiert.
CMYK: (5,16,0,7) C5M16Y0K7 (5%,16%,0%,7%) (0.05/0.16/0.00/0.07)
E1 | C6 | ED | |
---|---|---|---|
RGB | 225 | 198 | 237 |
HSL | 282° | 52.00% | 85.29% |
HSB/HSV | 282° | 16.46% | 92.94% |
CMYK | 5.06% | 16.46% | 0.00% |
7.06% |
Hexadezimal | E1 | C6 | ED |
Dezimal | 225 | 198 | 237 |
Binär | 11100001 | 11000110 | 11101101 |
Oktal | 341 | 306 | 355 |
Beispiele css- und html für Elemente in der Farbe #E1C6ED. Bitte benutzen Sie auch rgb(225,198,237) statt hex-Code.
.myTextColor { color: #E1C6ED; }
<p style="color:#E1C6ED">This sample text font color is #E1C6ED.</p>
Die Farbe dieses Textes ist #E1C6ED.
.myBgColor { background-color: #E1C6ED; }
<div style="background-color:#E1C6ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1C6ED.
.myBorderColor { border: 1px solid #E1C6ED; }
<div style="border:3px solid #E1C6ED">Div</div>
Die Grenzen von diesem div sind in Farbe #E1C6ED.
.myOpacity80 { color: #E1C6ED; opacity: 0.8; }
<p style="color:#E1C6ED;opacity:0.8;">80%</p>
Text in Farbe #E1C6ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1C6ED;}
<p style="text-shadow: 3px 3px 1px #E1C6ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1C6ED.
.textShadow {text-shadow: 3px 3px 1px #E1C6ED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1C6ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1C6ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1C6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1C6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1C6ED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E1C6ED; -webkit-box-shadow: 1px 1px 3px 2px #E1C6ED; box-shadow: 1px 1px 3px 2px #E1C6ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1C6ED; -webkit-box-shadow: 1px 1px 3px 2px #E1C6ED; box-shadow:1px 1px 3px 2px #E1C6ED;">
Div content here</div>
Dieser Text ist in der Farbe #E1C6ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1C6ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1C6ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1C6ED.