HEX: #E4C2DA
RGB: (228,194,218)
#E4C2DA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E4C2DA ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #E4C2DA wird in RGB als (228,194,218) definiert.
RGB: (228,194,218) (89%,76%,85%)
R 228 von 255 = 89%
G 194 von 255 = 76%
B 218 von 255 = 85%
R + G + B ~ 83%. #E4C2DA ziemlich helle Farbe.
R + G + B =
228 + 194 + 218 = 640 (100%)
R 228 von 640 ~ 35.63%
G 194 von 640 ~ 30.31%
B 218 von 640 ~ 34.06%
Die Farbe #E4C2DA wird in CMYK als (0,15,4,11) definiert.
CMYK: (0,15,4,11) C0M15Y4K11 (0%,15%,4%,11%) (0.00/0.15/0.04/0.11)
E4 | C2 | DA | |
---|---|---|---|
RGB | 228 | 194 | 218 |
HSL | 318° | 38.64% | 82.75% |
HSB/HSV | 318° | 14.91% | 89.41% |
CMYK | 0.00% | 14.91% | 4.39% |
10.59% |
Hexadezimal | E4 | C2 | DA |
Dezimal | 228 | 194 | 218 |
Binär | 11100100 | 11000010 | 11011010 |
Oktal | 344 | 302 | 332 |
Beispiele css- und html für Elemente in der Farbe #E4C2DA. Bitte benutzen Sie auch rgb(228,194,218) statt hex-Code.
.myTextColor { color: #E4C2DA; }
<p style="color:#E4C2DA">This sample text font color is #E4C2DA.</p>
Die Farbe dieses Textes ist #E4C2DA.
.myBgColor { background-color: #E4C2DA; }
<div style="background-color:#E4C2DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E4C2DA.
.myBorderColor { border: 1px solid #E4C2DA; }
<div style="border:3px solid #E4C2DA">Div</div>
Die Grenzen von diesem div sind in Farbe #E4C2DA.
.myOpacity80 { color: #E4C2DA; opacity: 0.8; }
<p style="color:#E4C2DA;opacity:0.8;">80%</p>
Text in Farbe #E4C2DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4C2DA;}
<p style="text-shadow: 3px 3px 1px #E4C2DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #E4C2DA.
.textShadow {text-shadow: 3px 3px 1px #E4C2DA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4C2DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E4C2DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4C2DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4C2DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4C2DA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E4C2DA; -webkit-box-shadow: 1px 1px 3px 2px #E4C2DA; box-shadow: 1px 1px 3px 2px #E4C2DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E4C2DA; -webkit-box-shadow: 1px 1px 3px 2px #E4C2DA; box-shadow:1px 1px 3px 2px #E4C2DA;">
Div content here</div>
Dieser Text ist in der Farbe #E4C2DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E4C2DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E4C2DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E4C2DA.