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