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