HEX: #E1B2DD
RGB: (225,178,221)
#E1B2DD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E1B2DD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E1B2DD wird in RGB als (225,178,221) definiert.
RGB: (225,178,221) (88%,70%,87%)
R 225 von 255 = 88%
G 178 von 255 = 70%
B 221 von 255 = 87%
R + G + B ~ 82%. #E1B2DD ziemlich helle Farbe.
R + G + B =
225 + 178 + 221 = 624 (100%)
R 225 von 624 ~ 36.06%
G 178 von 624 ~ 28.53%
B 221 von 624 ~ 35.42%
Die Farbe #E1B2DD wird in CMYK als (0,21,2,12) definiert.
CMYK: (0,21,2,12) C0M21Y2K12 (0%,21%,2%,12%) (0.00/0.21/0.02/0.12)
E1 | B2 | DD | |
---|---|---|---|
RGB | 225 | 178 | 221 |
HSL | 305° | 43.93% | 79.02% |
HSB/HSV | 305° | 20.89% | 88.24% |
CMYK | 0.00% | 20.89% | 1.78% |
11.76% |
Hexadezimal | E1 | B2 | DD |
Dezimal | 225 | 178 | 221 |
Binär | 11100001 | 10110010 | 11011101 |
Oktal | 341 | 262 | 335 |
Beispiele css- und html für Elemente in der Farbe #E1B2DD. Bitte benutzen Sie auch rgb(225,178,221) statt hex-Code.
.myTextColor { color: #E1B2DD; }
<p style="color:#E1B2DD">This sample text font color is #E1B2DD.</p>
Die Farbe dieses Textes ist #E1B2DD.
.myBgColor { background-color: #E1B2DD; }
<div style="background-color:#E1B2DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1B2DD.
.myBorderColor { border: 1px solid #E1B2DD; }
<div style="border:3px solid #E1B2DD">Div</div>
Die Grenzen von diesem div sind in Farbe #E1B2DD.
.myOpacity80 { color: #E1B2DD; opacity: 0.8; }
<p style="color:#E1B2DD;opacity:0.8;">80%</p>
Text in Farbe #E1B2DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1B2DD;}
<p style="text-shadow: 3px 3px 1px #E1B2DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1B2DD.
.textShadow {text-shadow: 3px 3px 1px #E1B2DD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1B2DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1B2DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1B2DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1B2DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1B2DD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E1B2DD; -webkit-box-shadow: 1px 1px 3px 2px #E1B2DD; box-shadow: 1px 1px 3px 2px #E1B2DD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1B2DD; -webkit-box-shadow: 1px 1px 3px 2px #E1B2DD; box-shadow:1px 1px 3px 2px #E1B2DD;">
Div content here</div>
Dieser Text ist in der Farbe #E1B2DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1B2DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1B2DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1B2DD.