HEX: #EDC5EE
RGB: (237,197,238)
#EDC5EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDC5EE ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EDC5EE wird in RGB als (237,197,238) definiert.
RGB: (237,197,238)
(93%, 77%, 93%)
R 237 von 255 = 93%
G 197 von 255 = 77%
B 238 von 255 = 93%
R + G + B ~ 88%. #EDC5EE helle Farbe.
R + G + B = 237 + 197 + 238 = 672 (100%)
R 237 von 672 ~ 35.27%
G 197 von 672 ~ 29.32%
B 238 von 672 ~ 35.42'%
Die Farbe #EDC5EE wird in CMYK als (0,17,0,7) definiert.
CMYK: (0,17,0,7) C0M17Y0K7 (0%,17%,0%,7%) (0.00/0.17/0.00/0.07)
Farbe #EDC5EE in den populären Farbmodellen.
ED | C5 | EE | |
---|---|---|---|
RGB | 237 | 197 | 238 |
HSL | 299° | 54.67% | 85.29% |
HSB/HSV | 299° | 17.23% | 93.33% |
CMYK | 0.42% | 17.23% | 0.00% |
6.67% |
Die Farbe #EDC5EE in den populären Zahlensystemen.
Hexadezimal | ED | C5 | EE |
Dezimal | 237 | 197 | 238 |
Binär | 11101101 | 11000101 | 11101110 |
Oktal | 355 | 305 | 356 |
Dunkle Töne der Farbe #EDC5EE
Helle Töne der Farbe #EDC5EE
Beispiele css- und html für Elemente in der Farbe #EDC5EE. Bitte benutzen Sie auch rgb(237,197,238) statt hex-Code.
.myTextColor { color: #EDC5EE; }
<p style="color:#EDC5EE">This sample text font color is #EDC5EE.</p>
Die Farbe dieses Textes ist #EDC5EE.
.myBgColor { background-color: #EDC5EE; }
<div style="background-color:#EDC5EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDC5EE.
.myBorderColor { border: 1px solid #EDC5EE; }
<div style="border:3px solid #EDC5EE">Div</div>
Die Grenzen von diesem div sind in Farbe #EDC5EE.
.myOpacity80 { color: #EDC5EE; opacity: 0.8; }
<p style="color:#EDC5EE;opacity:0.8;">80%</p>
Text in Farbe #EDC5EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC5EE;}
<p style="text-shadow: 3px 3px 1px #EDC5EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDC5EE.
.textShadow {text-shadow: 3px 3px 1px #EDC5EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC5EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDC5EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC5EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC5EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC5EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC5EE;
-webkit-box-shadow: 1px 1px 3px 2px #EDC5EE;
box-shadow: 1px 1px 3px 2px #EDC5EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC5EE; -webkit-box-shadow: 1px 1px 3px 2px #EDC5EE; box-shadow:1px 1px 3px 2px #EDC5EE;">
Div content here
</div>
Dieser Text ist in der Farbe #EDC5EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDC5EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDC5EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDC5EE.
Kontrastfarbe für #hex ist #123A11.