HEX: #DDE4EB
RGB: (221,228,235)
#DDE4EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #DDE4EB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #DDE4EB wird in RGB als (221,228,235) definiert.
RGB: (221,228,235) (87%,89%,92%)
R 221 von 255 = 87%
G 228 von 255 = 89%
B 235 von 255 = 92%
R + G + B ~ 89%. #DDE4EB helle Farbe.
R + G + B =
221 + 228 + 235 = 684 (100%)
R 221 von 684 ~ 32.31%
G 228 von 684 ~ 33.33%
B 235 von 684 ~ 34.36%
Die Farbe #DDE4EB wird in CMYK als (6,3,0,8) definiert.
CMYK: (6,3,0,8) C6M3Y0K8 (6%,3%,0%,8%) (0.06/0.03/0.00/0.08)
DD | E4 | EB | |
---|---|---|---|
RGB | 221 | 228 | 235 |
HSL | 210° | 25.93% | 89.41% |
HSB/HSV | 210° | 5.96% | 92.16% |
CMYK | 5.96% | 2.98% | 0.00% |
7.84% |
Hexadezimal | DD | E4 | EB |
Dezimal | 221 | 228 | 235 |
Binär | 11011101 | 11100100 | 11101011 |
Oktal | 335 | 344 | 353 |
Beispiele css- und html für Elemente in der Farbe #DDE4EB. Bitte benutzen Sie auch rgb(221,228,235) statt hex-Code.
.myTextColor { color: #DDE4EB; }
<p style="color:#DDE4EB">This sample text font color is #DDE4EB.</p>
Die Farbe dieses Textes ist #DDE4EB.
.myBgColor { background-color: #DDE4EB; }
<div style="background-color:#DDE4EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DDE4EB.
.myBorderColor { border: 1px solid #DDE4EB; }
<div style="border:3px solid #DDE4EB">Div</div>
Die Grenzen von diesem div sind in Farbe #DDE4EB.
.myOpacity80 { color: #DDE4EB; opacity: 0.8; }
<p style="color:#DDE4EB;opacity:0.8;">80%</p>
Text in Farbe #DDE4EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDE4EB;}
<p style="text-shadow: 3px 3px 1px #DDE4EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #DDE4EB.
.textShadow {text-shadow: 3px 3px 1px #DDE4EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDE4EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DDE4EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDE4EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDE4EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDE4EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DDE4EB; -webkit-box-shadow: 1px 1px 3px 2px #DDE4EB; box-shadow: 1px 1px 3px 2px #DDE4EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DDE4EB; -webkit-box-shadow: 1px 1px 3px 2px #DDE4EB; box-shadow:1px 1px 3px 2px #DDE4EB;">
Div content here</div>
Dieser Text ist in der Farbe #DDE4EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DDE4EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DDE4EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DDE4EB.