HEX: #EDD5FC
RGB: (237,213,252)
#EDD5FC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDD5FC ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #EDD5FC wird in RGB als (237,213,252) definiert.
RGB: (237,213,252)
(93%, 84%, 99%)
R 237 von 255 = 93%
G 213 von 255 = 84%
B 252 von 255 = 99%
R + G + B ~ 92%. #EDD5FC helle Farbe.
R + G + B = 237 + 213 + 252 = 702 (100%)
R 237 von 702 ~ 33.76%
G 213 von 702 ~ 30.34%
B 252 von 702 ~ 35.9'%
Die Farbe #EDD5FC wird in CMYK als (6,15,0,1) definiert.
CMYK: (6,15,0,1)
C6M15Y0K1 (6%, 15%, 0%, 1%)
(0.06 / 0.15 / 0.00 / 0.01)
Farbe #EDD5FC in den populären Farbmodellen.
ED | D5 | FC | |
---|---|---|---|
RGB | 237 | 213 | 252 |
HSL | 277° | 86.67% | 91.18% |
HSB/HSV | 277° | 15.48% | 98.82% |
CMYK | 5.95% | 15.48% | 0.00% |
1.18% |
Die Farbe #EDD5FC in den populären Zahlensystemen.
Hexadezimal | ED | D5 | FC |
Dezimal | 237 | 213 | 252 |
Binär | 11101101 | 11010101 | 11111100 |
Oktal | 355 | 325 | 374 |
Dunkle Töne der Farbe #EDD5FC
Helle Töne der Farbe #EDD5FC
Beispiele css- und html für Elemente in der Farbe #EDD5FC. Bitte benutzen Sie auch rgb(237,213,252) statt hex-Code.
.myTextColor { color: #EDD5FC; }
<p style="color:#EDD5FC">This sample text font color is #EDD5FC.</p>
Die Farbe dieses Textes ist #EDD5FC.
.myBgColor { background-color: #EDD5FC; }
<div style="background-color:#EDD5FC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDD5FC.
.myBorderColor { border: 1px solid #EDD5FC; }
<div style="border:3px solid #EDD5FC">Div</div>
Die Grenzen von diesem div sind in Farbe #EDD5FC.
.myOpacity80 { color: #EDD5FC; opacity: 0.8; }
<p style="color:#EDD5FC;opacity:0.8;">80%</p>
Text in Farbe #EDD5FC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD5FC;}
<p style="text-shadow: 3px 3px 1px #EDD5FC">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDD5FC.
.textShadow {text-shadow: 3px 3px 1px #EDD5FC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD5FC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDD5FC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD5FC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD5FC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD5FC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD5FC;
-webkit-box-shadow: 1px 1px 3px 2px #EDD5FC;
box-shadow: 1px 1px 3px 2px #EDD5FC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD5FC; -webkit-box-shadow: 1px 1px 3px 2px #EDD5FC; box-shadow:1px 1px 3px 2px #EDD5FC;">
Div content here
</div>
Dieser Text ist in der Farbe #EDD5FC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDD5FC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDD5FC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDD5FC.
Kontrastfarbe für #hex ist #122A03.