Shades of Vanilla Ice #EECECC
Tints of Vanilla Ice #EECECC
RGB
CMYK
RGB Variations
Color information
#EECECC (or 0xEECECC) is known color: Vanilla Ice. HEX triplet: EE, CE and CC. RGB value is (238,206,204). Sum of RGB (Red+Green+Blue) = 238+206+204=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EECECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECECC is #113133. Grayscale: #D7D7D7. Windows color (decimal): -1126708 or 13422318. OLE color: 13422318.
HSL color Cylindrical-coordinate representation of color #EECECC: hue angle of 3.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECECC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 204 | - |
CMYK | 0 | 0.13 | 0.14 | 0.07 |
HSL | 3.53º | 0.5% | 0.87% | - |
HSV(B) | 3.53º | 0.14% | 0.93% | - |
XYZ | 68.23 | 66.68 | 66.4 | - |
YUV | 215.34 | 121.6 | 144.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 204 | 0 | 0.13 | 0.14 | 0.07 | 3.53 | 0.5 | 0.87 |
Hex | EE | CE | CC | 0 | D | E | 7 | 4 | 32 | 57 |
Octal | 356 | 316 | 314 | 0 | 15 | 16 | 7 | 4 | 62 | 127 |
Binary | 11101110 | 11001110 | 11001100 | 0 | 1101 | 1110 | 111 | 100 | 110010 | 1010111 |
Color Harmonies of #EECECC
Complementary color
Monochromatic Colors of #EECECC
Black with #EECECC
Text Example
Text Example
White with #EECECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECECC; }
p { color: rgb(238,206,204); }
H1.HeaderClassName
{
color: #EECECC;
}
.AnyTagClassName
{
color: #EECECC;
}
</style>
background-color css
<style>
a { background-color: #EECECC; }
a { background-color: rgb(238,206,204); }
div.DivClassName
{
background-color: #EECECC;
}
.BgClassName
{
background-color: #EECECC;
}
</style>
border-color css
<style>
span { border-color: #EECECC; }
span { border-color: rgb(238,206,204); }
td.TdClassName
{
border-color: #EECECC;
}
.TagClassName
{
border-color: #EECECC;
}
</style>