HEX: #EED6ED
RGB: (238,214,237)
Il colore #EED6ED contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #EED6ED il colore web safe è #FFCCFF (#FCF).
Il colore EED6ED in RGB è definito come 238,214,237
RGB: (238,214,237)
(93%, 84%, 93%)
R 238 da 255 = 93%
G 214 da 255 = 84%
B 237 da 255 = 93%
R + G + B ~ 90%. #EED6ED colore chiaro.
R + G + B = 238 + 214 + 237 = 689 (100%)
R 238 da 689 ~ 34.54%
G 214 da 689 ~ 31.06%
B 237 da 689 ~ 34.4'%
Il colore #EED6ED in CMYK è definito come 0,10,0,7.
CMYK: (0,10,0,7) C0M10Y0K7 (0%,10%,0%,7%) (0.00/0.10/0.00/0.07)
Il #EED6ED nei modelli di colore popolari.
EE | D6 | ED | |
---|---|---|---|
RGB | 238 | 214 | 237 |
HSL | 303° | 41.38% | 88.63% |
HSB/HSV | 303° | 10.08% | 93.33% |
CMYK | 0.00% | 10.08% | 0.42% |
6.67% |
Il #EED6ED nei modelli numerici popolari.
Esadicemale | EE | D6 | ED |
Decimale | 238 | 214 | 237 |
Binario | 11101110 | 11010110 | 11101101 |
Ottale | 356 | 326 | 355 |
Tonalità scure del colore #EED6ED
Tonalità chiare del colore #EED6ED
Esempi dei codici css e html per gli elementi di colore #EED6ED. Utilizzate rgb(238,214,237) anche al posto del codice hex.
.myTextColor { color: #EED6ED; }
<p style="color:#EED6ED">This sample text font color is #EED6ED.</p>
Il colore di questo testo è #EED6ED.
.myBgColor { background-color: #EED6ED; }
<div style="background-color:#EED6ED">Inner text</div>
Questo div ha lo sfondo di colore #EED6ED.
.myBorderColor { border: 1px solid #EED6ED; }
<div style="border:3px solid #EED6ED">Div</div>
Questo div ha i bordi di colore EED6ED.
.myOpacity80 { color: #EED6ED; opacity: 0.8; }
<p style="color:#EED6ED;opacity:0.8;">80%</p>
Il testo di color #EED6ED e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED6ED;}
<p style="text-shadow: 3px 3px 1px #EED6ED">Text here.</p>
Questo testo ha l'ombra di colore #EED6ED.
.textShadow {text-shadow: 3px 3px 1px #EED6ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED6ED, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #EED6ED e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED6ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED6ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED6ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED6ED;
-webkit-box-shadow: 1px 1px 3px 2px #EED6ED;
box-shadow: 1px 1px 3px 2px #EED6ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED6ED; -webkit-box-shadow: 1px 1px 3px 2px #EED6ED; box-shadow:1px 1px 3px 2px #EED6ED;">
Div content here
</div>
Questo e il testo di colore #EED6ED sullo sfondo nero.
Questo e il testo di colore #EED6ED sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #EED6ED.
Questo è un testo bianco sullo sfondo del colore #EED6ED.
Il colore complimentare del #hex è #112912..