HEX: #D5D4FD
RGB: (213,212,253)
#D5D4FD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D5D4FD ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D5D4FD wird in RGB als (213,212,253) definiert.
RGB: (213,212,253) (84%,83%,99%)
R 213 von 255 = 84%
G 212 von 255 = 83%
B 253 von 255 = 99%
R + G + B ~ 89%. #D5D4FD helle Farbe.
R + G + B =
213 + 212 + 253 = 678 (100%)
R 213 von 678 ~ 31.42%
G 212 von 678 ~ 31.27%
B 253 von 678 ~ 37.32%
Die Farbe #D5D4FD wird in CMYK als (16,16,0,1) definiert.
CMYK: (16,16,0,1) C16M16Y0K1 (16%,16%,0%,1%) (0.16/0.16/0.00/0.01)
D5 | D4 | FD | |
---|---|---|---|
RGB | 213 | 212 | 253 |
HSL | 241° | 91.11% | 91.18% |
HSB/HSV | 241° | 16.21% | 99.22% |
CMYK | 15.81% | 16.21% | 0.00% |
0.78% |
Hexadezimal | D5 | D4 | FD |
Dezimal | 213 | 212 | 253 |
Binär | 11010101 | 11010100 | 11111101 |
Oktal | 325 | 324 | 375 |
Beispiele css- und html für Elemente in der Farbe #D5D4FD. Bitte benutzen Sie auch rgb(213,212,253) statt hex-Code.
.myTextColor { color: #D5D4FD; }
<p style="color:#D5D4FD">This sample text font color is #D5D4FD.</p>
Die Farbe dieses Textes ist #D5D4FD.
.myBgColor { background-color: #D5D4FD; }
<div style="background-color:#D5D4FD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5D4FD.
.myBorderColor { border: 1px solid #D5D4FD; }
<div style="border:3px solid #D5D4FD">Div</div>
Die Grenzen von diesem div sind in Farbe #D5D4FD.
.myOpacity80 { color: #D5D4FD; opacity: 0.8; }
<p style="color:#D5D4FD;opacity:0.8;">80%</p>
Text in Farbe #D5D4FD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5D4FD;}
<p style="text-shadow: 3px 3px 1px #D5D4FD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5D4FD.
.textShadow {text-shadow: 3px 3px 1px #D5D4FD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5D4FD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5D4FD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5D4FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5D4FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5D4FD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D5D4FD; -webkit-box-shadow: 1px 1px 3px 2px #D5D4FD; box-shadow: 1px 1px 3px 2px #D5D4FD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D5D4FD; -webkit-box-shadow: 1px 1px 3px 2px #D5D4FD; box-shadow:1px 1px 3px 2px #D5D4FD;">
Div content here</div>
Dieser Text ist in der Farbe #D5D4FD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5D4FD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5D4FD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5D4FD.