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