HEX: #EDE0ED
RGB: (237,224,237)
Il colore #EDE0ED contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #EDE0ED il colore web safe è #FFCCFF (#FCF).
Il colore EDE0ED in RGB è definito come 237,224,237
RGB: (237,224,237)
(93%, 88%, 93%)
R 237 da 255 = 93%
G 224 da 255 = 88%
B 237 da 255 = 93%
R + G + B ~ 91%. #EDE0ED colore chiaro.
R + G + B = 237 + 224 + 237 = 698 (100%)
R 237 da 698 ~ 33.95%
G 224 da 698 ~ 32.09%
B 237 da 698 ~ 33.95'%
Il colore #EDE0ED in CMYK è definito come 0,5,0,7.
CMYK: (0,5,0,7)
C0M5Y0K7 (0%, 5%, 0%, 7%)
(0.00 / 0.05 / 0.00 / 0.07)
Il #EDE0ED nei modelli di colore popolari.
ED | E0 | ED | |
---|---|---|---|
RGB | 237 | 224 | 237 |
HSL | 300° | 26.53% | 90.39% |
HSB/HSV | 300° | 5.49% | 92.94% |
CMYK | 0.00% | 5.49% | 0.00% |
7.06% |
Il #EDE0ED nei modelli numerici popolari.
Esadicemale | ED | E0 | ED |
Decimale | 237 | 224 | 237 |
Binario | 11101101 | 11100000 | 11101101 |
Ottale | 355 | 340 | 355 |
Tonalità scure del colore #EDE0ED
Tonalità chiare del colore #EDE0ED
Esempi dei codici css e html per gli elementi di colore #EDE0ED. Utilizzate rgb(237,224,237) anche al posto del codice hex.
.myTextColor { color: #EDE0ED; }
<p style="color:#EDE0ED">This sample text font color is #EDE0ED.</p>
Il colore di questo testo è #EDE0ED.
.myBgColor { background-color: #EDE0ED; }
<div style="background-color:#EDE0ED">Inner text</div>
Questo div ha lo sfondo di colore #EDE0ED.
.myBorderColor { border: 1px solid #EDE0ED; }
<div style="border:3px solid #EDE0ED">Div</div>
Questo div ha i bordi di colore EDE0ED.
.myOpacity80 { color: #EDE0ED; opacity: 0.8; }
<p style="color:#EDE0ED;opacity:0.8;">80%</p>
Il testo di color #EDE0ED e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE0ED;}
<p style="text-shadow: 3px 3px 1px #EDE0ED">Text here.</p>
Questo testo ha l'ombra di colore #EDE0ED.
.textShadow {text-shadow: 3px 3px 1px #EDE0ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE0ED, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #EDE0ED e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE0ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE0ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE0ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE0ED;
-webkit-box-shadow: 1px 1px 3px 2px #EDE0ED;
box-shadow: 1px 1px 3px 2px #EDE0ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE0ED; -webkit-box-shadow: 1px 1px 3px 2px #EDE0ED; box-shadow:1px 1px 3px 2px #EDE0ED;">
Div content here
</div>
Questo e il testo di colore #EDE0ED sullo sfondo nero.
Questo e il testo di colore #EDE0ED sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #EDE0ED.
Questo è un testo bianco sullo sfondo del colore #EDE0ED.
Il colore complimentare del #hex è #121F12..