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