Shades of Vanilla Ice #ECCCC9
Tints of Vanilla Ice #ECCCC9
RGB
CMYK
RGB Variations
Color information
#ECCCC9 (or 0xECCCC9) is known color: Vanilla Ice. HEX triplet: EC, CC and C9. RGB value is (236,204,201). Sum of RGB (Red+Green+Blue) = 236+204+201=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCC9 is #133336. Grayscale: #D5D5D5. Windows color (decimal): -1258295 or 13225196. OLE color: 13225196.
HSL color Cylindrical-coordinate representation of color #ECCCC9: hue angle of 5.14º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCCC9 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 201 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.07 |
| HSL | 5.14º | 0.48% | 0.86% | - |
| HSV(B) | 5.14º | 0.15% | 0.93% | - |
| XYZ | 66.73 | 65.24 | 64.33 | - |
| YUV | 213.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 201 | 0 | 0.14 | 0.15 | 0.07 | 5.14 | 0.48 | 0.86 |
| Hex | EC | CC | C9 | 0 | E | F | 7 | 5 | 30 | 56 |
| Octal | 354 | 314 | 311 | 0 | 16 | 17 | 7 | 5 | 60 | 126 |
| Binary | 11101100 | 11001100 | 11001001 | 0 | 1110 | 1111 | 111 | 101 | 110000 | 1010110 |
Color Harmonies of #ECCCC9
Complementary color
Monochromatic Colors of #ECCCC9
Black with #ECCCC9
Text Example
Text Example
White with #ECCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCC9; }
p { color: rgb(236,204,201); }
H1.HeaderClassName
{
color: #ECCCC9;
}
.AnyTagClassName
{
color: #ECCCC9;
}
</style>
background-color css
<style>
a { background-color: #ECCCC9; }
a { background-color: rgb(236,204,201); }
div.DivClassName
{
background-color: #ECCCC9;
}
.BgClassName
{
background-color: #ECCCC9;
}
</style>
border-color css
<style>
span { border-color: #ECCCC9; }
span { border-color: rgb(236,204,201); }
td.TdClassName
{
border-color: #ECCCC9;
}
.TagClassName
{
border-color: #ECCCC9;
}
</style>