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