HEX: #EDC4DC
RGB: (237,196,220)
Il colore #EDC4DC contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #EDC4DC il colore web safe è #FFCCCC (#FCC).
Il colore EDC4DC in RGB è definito come 237,196,220
RGB: (237,196,220)
(93%, 77%, 86%)
R 237 da 255 = 93%
G 196 da 255 = 77%
B 220 da 255 = 86%
R + G + B ~ 85%. #EDC4DC colore abbastanza chiaro.
R + G + B = 237 + 196 + 220 = 653 (100%)
R 237 da 653 ~ 36.29%
G 196 da 653 ~ 30.02%
B 220 da 653 ~ 33.69'%
Il colore #EDC4DC in CMYK è definito come 0,17,7,7.
CMYK: (0,17,7,7)
C0M17Y7K7 (0%, 17%, 7%, 7%)
(0.00 / 0.17 / 0.07 / 0.07)
Il #EDC4DC nei modelli di colore popolari.
ED | C4 | DC | |
---|---|---|---|
RGB | 237 | 196 | 220 |
HSL | 325° | 53.25% | 84.90% |
HSB/HSV | 325° | 17.30% | 92.94% |
CMYK | 0.00% | 17.30% | 7.17% |
7.06% |
Il #EDC4DC nei modelli numerici popolari.
Esadicemale | ED | C4 | DC |
Decimale | 237 | 196 | 220 |
Binario | 11101101 | 11000100 | 11011100 |
Ottale | 355 | 304 | 334 |
Tonalità scure del colore #EDC4DC
Tonalità chiare del colore #EDC4DC
Esempi dei codici css e html per gli elementi di colore #EDC4DC. Utilizzate rgb(237,196,220) anche al posto del codice hex.
.myTextColor { color: #EDC4DC; }
<p style="color:#EDC4DC">This sample text font color is #EDC4DC.</p>
Il colore di questo testo è #EDC4DC.
.myBgColor { background-color: #EDC4DC; }
<div style="background-color:#EDC4DC">Inner text</div>
Questo div ha lo sfondo di colore #EDC4DC.
.myBorderColor { border: 1px solid #EDC4DC; }
<div style="border:3px solid #EDC4DC">Div</div>
Questo div ha i bordi di colore EDC4DC.
.myOpacity80 { color: #EDC4DC; opacity: 0.8; }
<p style="color:#EDC4DC;opacity:0.8;">80%</p>
Il testo di color #EDC4DC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC4DC;}
<p style="text-shadow: 3px 3px 1px #EDC4DC">Text here.</p>
Questo testo ha l'ombra di colore #EDC4DC.
.textShadow {text-shadow: 3px 3px 1px #EDC4DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC4DC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #EDC4DC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC4DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC4DC;
-webkit-box-shadow: 1px 1px 3px 2px #EDC4DC;
box-shadow: 1px 1px 3px 2px #EDC4DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC4DC; -webkit-box-shadow: 1px 1px 3px 2px #EDC4DC; box-shadow:1px 1px 3px 2px #EDC4DC;">
Div content here
</div>
Questo e il testo di colore #EDC4DC sullo sfondo nero.
Questo e il testo di colore #EDC4DC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #EDC4DC.
Questo è un testo bianco sullo sfondo del colore #EDC4DC.
Il colore complimentare del #hex è #123B23..