HEX: #EDD7EC
RGB: (237,215,236)
#EDD7EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDD7EC ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EDD7EC wird in RGB als (237,215,236) definiert.
RGB: (237,215,236)
(93%, 84%, 93%)
R 237 von 255 = 93%
G 215 von 255 = 84%
B 236 von 255 = 93%
R + G + B ~ 90%. #EDD7EC helle Farbe.
R + G + B = 237 + 215 + 236 = 688 (100%)
R 237 von 688 ~ 34.45%
G 215 von 688 ~ 31.25%
B 236 von 688 ~ 34.3'%
Die Farbe #EDD7EC wird in CMYK als (0,9,0,7) definiert.
CMYK: (0,9,0,7) C0M9Y0K7 (0%,9%,0%,7%) (0.00/0.09/0.00/0.07)
Farbe #EDD7EC in den populären Farbmodellen.
ED | D7 | EC | |
---|---|---|---|
RGB | 237 | 215 | 236 |
HSL | 303° | 37.93% | 88.63% |
HSB/HSV | 303° | 9.28% | 92.94% |
CMYK | 0.00% | 9.28% | 0.42% |
7.06% |
Die Farbe #EDD7EC in den populären Zahlensystemen.
Hexadezimal | ED | D7 | EC |
Dezimal | 237 | 215 | 236 |
Binär | 11101101 | 11010111 | 11101100 |
Oktal | 355 | 327 | 354 |
Dunkle Töne der Farbe #EDD7EC
Helle Töne der Farbe #EDD7EC
Beispiele css- und html für Elemente in der Farbe #EDD7EC. Bitte benutzen Sie auch rgb(237,215,236) statt hex-Code.
.myTextColor { color: #EDD7EC; }
<p style="color:#EDD7EC">This sample text font color is #EDD7EC.</p>
Die Farbe dieses Textes ist #EDD7EC.
.myBgColor { background-color: #EDD7EC; }
<div style="background-color:#EDD7EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDD7EC.
.myBorderColor { border: 1px solid #EDD7EC; }
<div style="border:3px solid #EDD7EC">Div</div>
Die Grenzen von diesem div sind in Farbe #EDD7EC.
.myOpacity80 { color: #EDD7EC; opacity: 0.8; }
<p style="color:#EDD7EC;opacity:0.8;">80%</p>
Text in Farbe #EDD7EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD7EC;}
<p style="text-shadow: 3px 3px 1px #EDD7EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDD7EC.
.textShadow {text-shadow: 3px 3px 1px #EDD7EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD7EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDD7EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD7EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD7EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD7EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD7EC;
-webkit-box-shadow: 1px 1px 3px 2px #EDD7EC;
box-shadow: 1px 1px 3px 2px #EDD7EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD7EC; -webkit-box-shadow: 1px 1px 3px 2px #EDD7EC; box-shadow:1px 1px 3px 2px #EDD7EC;">
Div content here
</div>
Dieser Text ist in der Farbe #EDD7EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDD7EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDD7EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDD7EC.
Kontrastfarbe für #hex ist #122813.