HEX: #E6CEF2
RGB: (230,206,242)
#E6CEF2 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6CEF2 ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6CEF2 wird in RGB als (230,206,242) definiert.
RGB: (230,206,242) (90%,81%,95%)
R 230 von 255 = 90%
G 206 von 255 = 81%
B 242 von 255 = 95%
R + G + B ~ 89%. #E6CEF2 helle Farbe.
R + G + B =
230 + 206 + 242 = 678 (100%)
R 230 von 678 ~ 33.92%
G 206 von 678 ~ 30.38%
B 242 von 678 ~ 35.69%
Die Farbe #E6CEF2 wird in CMYK als (5,15,0,5) definiert.
CMYK: (5,15,0,5) C5M15Y0K5 (5%,15%,0%,5%) (0.05/0.15/0.00/0.05)
E6 | CE | F2 | |
---|---|---|---|
RGB | 230 | 206 | 242 |
HSL | 280° | 58.06% | 87.84% |
HSB/HSV | 280° | 14.88% | 94.90% |
CMYK | 4.96% | 14.88% | 0.00% |
5.10% |
Hexadezimal | E6 | CE | F2 |
Dezimal | 230 | 206 | 242 |
Binär | 11100110 | 11001110 | 11110010 |
Oktal | 346 | 316 | 362 |
Beispiele css- und html für Elemente in der Farbe #E6CEF2. Bitte benutzen Sie auch rgb(230,206,242) statt hex-Code.
.myTextColor { color: #E6CEF2; }
<p style="color:#E6CEF2">This sample text font color is #E6CEF2.</p>
Die Farbe dieses Textes ist #E6CEF2.
.myBgColor { background-color: #E6CEF2; }
<div style="background-color:#E6CEF2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6CEF2.
.myBorderColor { border: 1px solid #E6CEF2; }
<div style="border:3px solid #E6CEF2">Div</div>
Die Grenzen von diesem div sind in Farbe #E6CEF2.
.myOpacity80 { color: #E6CEF2; opacity: 0.8; }
<p style="color:#E6CEF2;opacity:0.8;">80%</p>
Text in Farbe #E6CEF2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6CEF2;}
<p style="text-shadow: 3px 3px 1px #E6CEF2">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6CEF2.
.textShadow {text-shadow: 3px 3px 1px #E6CEF2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6CEF2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6CEF2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6CEF2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6CEF2, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6CEF2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6CEF2; -webkit-box-shadow: 1px 1px 3px 2px #E6CEF2; box-shadow: 1px 1px 3px 2px #E6CEF2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6CEF2; -webkit-box-shadow: 1px 1px 3px 2px #E6CEF2; box-shadow:1px 1px 3px 2px #E6CEF2;">
Div content here</div>
Dieser Text ist in der Farbe #E6CEF2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6CEF2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6CEF2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6CEF2.