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