HEX: #E4D4ED
RGB: (228,212,237)
Il colore #E4D4ED contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #E4D4ED il colore web safe è #CCCCFF (#CCF).
Il colore E4D4ED in RGB è definito come 228,212,237
RGB: (228,212,237)
(89%, 83%, 93%)
R 228 da 255 = 89%
G 212 da 255 = 83%
B 237 da 255 = 93%
R + G + B ~ 88%. #E4D4ED colore chiaro.
R + G + B = 228 + 212 + 237 = 677 (100%)
R 228 da 677 ~ 33.68%
G 212 da 677 ~ 31.31%
B 237 da 677 ~ 35.01'%
Il colore #E4D4ED in CMYK è definito come 4,11,0,7.
CMYK: (4,11,0,7)
C4M11Y0K7 (4%, 11%, 0%, 7%)
(0.04 / 0.11 / 0.00 / 0.07)
Il #E4D4ED nei modelli di colore popolari.
E4 | D4 | ED | |
---|---|---|---|
RGB | 228 | 212 | 237 |
HSL | 278° | 40.98% | 88.04% |
HSB/HSV | 278° | 10.55% | 92.94% |
CMYK | 3.80% | 10.55% | 0.00% |
7.06% |
Il #E4D4ED nei modelli numerici popolari.
Esadicemale | E4 | D4 | ED |
Decimale | 228 | 212 | 237 |
Binario | 11100100 | 11010100 | 11101101 |
Ottale | 344 | 324 | 355 |
Tonalità scure del colore #E4D4ED
Tonalità chiare del colore #E4D4ED
Esempi dei codici css e html per gli elementi di colore #E4D4ED. Utilizzate rgb(228,212,237) anche al posto del codice hex.
.myTextColor { color: #E4D4ED; }
<p style="color:#E4D4ED">This sample text font color is #E4D4ED.</p>
Il colore di questo testo è #E4D4ED.
.myBgColor { background-color: #E4D4ED; }
<div style="background-color:#E4D4ED">Inner text</div>
Questo div ha lo sfondo di colore #E4D4ED.
.myBorderColor { border: 1px solid #E4D4ED; }
<div style="border:3px solid #E4D4ED">Div</div>
Questo div ha i bordi di colore E4D4ED.
.myOpacity80 { color: #E4D4ED; opacity: 0.8; }
<p style="color:#E4D4ED;opacity:0.8;">80%</p>
Il testo di color #E4D4ED e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4D4ED;}
<p style="text-shadow: 3px 3px 1px #E4D4ED">Text here.</p>
Questo testo ha l'ombra di colore #E4D4ED.
.textShadow {text-shadow: 3px 3px 1px #E4D4ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4D4ED, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E4D4ED e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4D4ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4D4ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4D4ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4D4ED;
-webkit-box-shadow: 1px 1px 3px 2px #E4D4ED;
box-shadow: 1px 1px 3px 2px #E4D4ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4D4ED; -webkit-box-shadow: 1px 1px 3px 2px #E4D4ED; box-shadow:1px 1px 3px 2px #E4D4ED;">
Div content here
</div>
Questo e il testo di colore #E4D4ED sullo sfondo nero.
Questo e il testo di colore #E4D4ED sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E4D4ED.
Questo è un testo bianco sullo sfondo del colore #E4D4ED.
Il colore complimentare del #E4D4ED è #1B2B12..