HEX: #EDD4EF
RGB: (237,212,239)
#EDD4EF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDD4EF ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EDD4EF wird in RGB als (237,212,239) definiert.
RGB: (237,212,239)
(93%, 83%, 94%)
R 237 von 255 = 93%
G 212 von 255 = 83%
B 239 von 255 = 94%
R + G + B ~ 90%. #EDD4EF helle Farbe.
R + G + B = 237 + 212 + 239 = 688 (100%)
R 237 von 688 ~ 34.45%
G 212 von 688 ~ 30.81%
B 239 von 688 ~ 34.74'%
Die Farbe #EDD4EF wird in CMYK als (1,11,0,6) definiert.
CMYK: (1,11,0,6)
C1M11Y0K6 (1%, 11%, 0%, 6%)
(0.01 / 0.11 / 0.00 / 0.06)
Farbe #EDD4EF in den populären Farbmodellen.
ED | D4 | EF | |
---|---|---|---|
RGB | 237 | 212 | 239 |
HSL | 296° | 45.76% | 88.43% |
HSB/HSV | 296° | 11.30% | 93.73% |
CMYK | 0.84% | 11.30% | 0.00% |
6.27% |
Die Farbe #EDD4EF in den populären Zahlensystemen.
Hexadezimal | ED | D4 | EF |
Dezimal | 237 | 212 | 239 |
Binär | 11101101 | 11010100 | 11101111 |
Oktal | 355 | 324 | 357 |
Dunkle Töne der Farbe #EDD4EF
Helle Töne der Farbe #EDD4EF
Beispiele css- und html für Elemente in der Farbe #EDD4EF. Bitte benutzen Sie auch rgb(237,212,239) statt hex-Code.
.myTextColor { color: #EDD4EF; }
<p style="color:#EDD4EF">This sample text font color is #EDD4EF.</p>
Die Farbe dieses Textes ist #EDD4EF.
.myBgColor { background-color: #EDD4EF; }
<div style="background-color:#EDD4EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDD4EF.
.myBorderColor { border: 1px solid #EDD4EF; }
<div style="border:3px solid #EDD4EF">Div</div>
Die Grenzen von diesem div sind in Farbe #EDD4EF.
.myOpacity80 { color: #EDD4EF; opacity: 0.8; }
<p style="color:#EDD4EF;opacity:0.8;">80%</p>
Text in Farbe #EDD4EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD4EF;}
<p style="text-shadow: 3px 3px 1px #EDD4EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDD4EF.
.textShadow {text-shadow: 3px 3px 1px #EDD4EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD4EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDD4EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD4EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD4EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD4EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD4EF;
-webkit-box-shadow: 1px 1px 3px 2px #EDD4EF;
box-shadow: 1px 1px 3px 2px #EDD4EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD4EF; -webkit-box-shadow: 1px 1px 3px 2px #EDD4EF; box-shadow:1px 1px 3px 2px #EDD4EF;">
Div content here
</div>
Dieser Text ist in der Farbe #EDD4EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDD4EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDD4EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDD4EF.
Kontrastfarbe für #EDD4EF ist #122B10.