HEX: #EDCED9
RGB: (237,206,217)
#EDCED9 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EDCED9 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EDCED9 wird in RGB als (237,206,217) definiert.
RGB: (237,206,217) (93%,81%,85%)
R 237 von 255 = 93%
G 206 von 255 = 81%
B 217 von 255 = 85%
R + G + B ~ 86%. #EDCED9 helle Farbe.
R + G + B =
237 + 206 + 217 = 660 (100%)
R 237 von 660 ~ 35.91%
G 206 von 660 ~ 31.21%
B 217 von 660 ~ 32.88%
Die Farbe #EDCED9 wird in CMYK als (0,13,8,7) definiert.
CMYK: (0,13,8,7) C0M13Y8K7 (0%,13%,8%,7%) (0.00/0.13/0.08/0.07)
ED | CE | D9 | |
---|---|---|---|
RGB | 237 | 206 | 217 |
HSL | 339° | 46.27% | 86.86% |
HSB/HSV | 339° | 13.08% | 92.94% |
CMYK | 0.00% | 13.08% | 8.44% |
7.06% |
Hexadezimal | ED | CE | D9 |
Dezimal | 237 | 206 | 217 |
Binär | 11101101 | 11001110 | 11011001 |
Oktal | 355 | 316 | 331 |
Beispiele css- und html für Elemente in der Farbe #EDCED9. Bitte benutzen Sie auch rgb(237,206,217) statt hex-Code.
.myTextColor { color: #EDCED9; }
<p style="color:#EDCED9">This sample text font color is #EDCED9.</p>
Die Farbe dieses Textes ist #EDCED9.
.myBgColor { background-color: #EDCED9; }
<div style="background-color:#EDCED9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EDCED9.
.myBorderColor { border: 1px solid #EDCED9; }
<div style="border:3px solid #EDCED9">Div</div>
Die Grenzen von diesem div sind in Farbe #EDCED9.
.myOpacity80 { color: #EDCED9; opacity: 0.8; }
<p style="color:#EDCED9;opacity:0.8;">80%</p>
Text in Farbe #EDCED9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDCED9;}
<p style="text-shadow: 3px 3px 1px #EDCED9">Text here.</p>
Dieser Text hat den Schatten in Farbe #EDCED9.
.textShadow {text-shadow: 3px 3px 1px #EDCED9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDCED9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EDCED9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDCED9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDCED9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDCED9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDCED9; -webkit-box-shadow: 1px 1px 3px 2px #EDCED9; box-shadow: 1px 1px 3px 2px #EDCED9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDCED9; -webkit-box-shadow: 1px 1px 3px 2px #EDCED9; box-shadow:1px 1px 3px 2px #EDCED9;">
Div content here</div>
Dieser Text ist in der Farbe #EDCED9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EDCED9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EDCED9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EDCED9.