HEX: #E4ADDE
RGB: (228,173,222)
#E4ADDE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E4ADDE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E4ADDE wird in RGB als (228,173,222) definiert.
RGB: (228,173,222)
(89%, 68%, 87%)
R 228 von 255 = 89%
G 173 von 255 = 68%
B 222 von 255 = 87%
R + G + B ~ 81%. #E4ADDE ziemlich helle Farbe.
R + G + B = 228 + 173 + 222 = 623 (100%)
R 228 von 623 ~ 36.6%
G 173 von 623 ~ 27.77%
B 222 von 623 ~ 35.63'%
Die Farbe #E4ADDE wird in CMYK als (0,24,3,11) definiert.
CMYK: (0,24,3,11) C0M24Y3K11 (0%,24%,3%,11%) (0.00/0.24/0.03/0.11)
Farbe #E4ADDE in den populären Farbmodellen.
E4 | AD | DE | |
---|---|---|---|
RGB | 228 | 173 | 222 |
HSL | 307° | 50.46% | 78.63% |
HSB/HSV | 307° | 24.12% | 89.41% |
CMYK | 0.00% | 24.12% | 2.63% |
10.59% |
Die Farbe #E4ADDE in den populären Zahlensystemen.
Hexadezimal | E4 | AD | DE |
Dezimal | 228 | 173 | 222 |
Binär | 11100100 | 10101101 | 11011110 |
Oktal | 344 | 255 | 336 |
Dunkle Töne der Farbe #E4ADDE
Helle Töne der Farbe #E4ADDE
Beispiele css- und html für Elemente in der Farbe #E4ADDE. Bitte benutzen Sie auch rgb(228,173,222) statt hex-Code.
.myTextColor { color: #E4ADDE; }
<p style="color:#E4ADDE">This sample text font color is #E4ADDE.</p>
Die Farbe dieses Textes ist #E4ADDE.
.myBgColor { background-color: #E4ADDE; }
<div style="background-color:#E4ADDE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E4ADDE.
.myBorderColor { border: 1px solid #E4ADDE; }
<div style="border:3px solid #E4ADDE">Div</div>
Die Grenzen von diesem div sind in Farbe #E4ADDE.
.myOpacity80 { color: #E4ADDE; opacity: 0.8; }
<p style="color:#E4ADDE;opacity:0.8;">80%</p>
Text in Farbe #E4ADDE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4ADDE;}
<p style="text-shadow: 3px 3px 1px #E4ADDE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E4ADDE.
.textShadow {text-shadow: 3px 3px 1px #E4ADDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4ADDE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E4ADDE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4ADDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4ADDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4ADDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4ADDE;
-webkit-box-shadow: 1px 1px 3px 2px #E4ADDE;
box-shadow: 1px 1px 3px 2px #E4ADDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4ADDE; -webkit-box-shadow: 1px 1px 3px 2px #E4ADDE; box-shadow:1px 1px 3px 2px #E4ADDE;">
Div content here
</div>
Dieser Text ist in der Farbe #E4ADDE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E4ADDE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E4ADDE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E4ADDE.
Kontrastfarbe für #hex ist #1B5221.