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