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