HEX: #E1D5EF
RGB: (225,213,239)
#E1D5EF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E1D5EF ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E1D5EF wird in RGB als (225,213,239) definiert.
RGB: (225,213,239) (88%,84%,94%)
R 225 von 255 = 88%
G 213 von 255 = 84%
B 239 von 255 = 94%
R + G + B ~ 89%. #E1D5EF helle Farbe.
R + G + B =
225 + 213 + 239 = 677 (100%)
R 225 von 677 ~ 33.23%
G 213 von 677 ~ 31.46%
B 239 von 677 ~ 35.3%
Die Farbe #E1D5EF wird in CMYK als (6,11,0,6) definiert.
CMYK: (6,11,0,6) C6M11Y0K6 (6%,11%,0%,6%) (0.06/0.11/0.00/0.06)
E1 | D5 | EF | |
---|---|---|---|
RGB | 225 | 213 | 239 |
HSL | 268° | 44.83% | 88.63% |
HSB/HSV | 268° | 10.88% | 93.73% |
CMYK | 5.86% | 10.88% | 0.00% |
6.27% |
Hexadezimal | E1 | D5 | EF |
Dezimal | 225 | 213 | 239 |
Binär | 11100001 | 11010101 | 11101111 |
Oktal | 341 | 325 | 357 |
Beispiele css- und html für Elemente in der Farbe #E1D5EF. Bitte benutzen Sie auch rgb(225,213,239) statt hex-Code.
.myTextColor { color: #E1D5EF; }
<p style="color:#E1D5EF">This sample text font color is #E1D5EF.</p>
Die Farbe dieses Textes ist #E1D5EF.
.myBgColor { background-color: #E1D5EF; }
<div style="background-color:#E1D5EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1D5EF.
.myBorderColor { border: 1px solid #E1D5EF; }
<div style="border:3px solid #E1D5EF">Div</div>
Die Grenzen von diesem div sind in Farbe #E1D5EF.
.myOpacity80 { color: #E1D5EF; opacity: 0.8; }
<p style="color:#E1D5EF;opacity:0.8;">80%</p>
Text in Farbe #E1D5EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1D5EF;}
<p style="text-shadow: 3px 3px 1px #E1D5EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1D5EF.
.textShadow {text-shadow: 3px 3px 1px #E1D5EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1D5EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1D5EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1D5EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1D5EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1D5EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E1D5EF; -webkit-box-shadow: 1px 1px 3px 2px #E1D5EF; box-shadow: 1px 1px 3px 2px #E1D5EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1D5EF; -webkit-box-shadow: 1px 1px 3px 2px #E1D5EF; box-shadow:1px 1px 3px 2px #E1D5EF;">
Div content here</div>
Dieser Text ist in der Farbe #E1D5EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1D5EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1D5EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1D5EF.