Shades of Vanilla Ice #EECCCC
Tints of Vanilla Ice #EECCCC
RGB
CMYK
RGB Variations
Color information
#EECCCC (or 0xEECCCC) is known color: Vanilla Ice. HEX triplet: EE, CC and CC. RGB value is (238,204,204). Sum of RGB (Red+Green+Blue) = 238+204+204=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCCC is #113333. Grayscale: #D6D6D6. Windows color (decimal): -1127220 or 13421806. OLE color: 13421806.
HSL color Cylindrical-coordinate representation of color #EECCCC: hue angle of 0º 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 #EECCCC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 204 | - |
CMYK | 0 | 0.14 | 0.14 | 0.07 |
HSL | 0º | 0.5% | 0.87% | - |
HSV(B) | 0º | 0.14% | 0.93% | - |
XYZ | 67.75 | 65.72 | 66.24 | - |
YUV | 214.17 | 122.26 | 145 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 204 | 0 | 0.14 | 0.14 | 0.07 | 0 | 0.5 | 0.87 |
Hex | EE | CC | CC | 0 | E | E | 7 | 0 | 32 | 57 |
Octal | 356 | 314 | 314 | 0 | 16 | 16 | 7 | 0 | 62 | 127 |
Binary | 11101110 | 11001100 | 11001100 | 0 | 1110 | 1110 | 111 | 0 | 110010 | 1010111 |
Color Harmonies of #EECCCC
Complementary color
Monochromatic Colors of #EECCCC
Black with #EECCCC
Text Example
Text Example
White with #EECCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCCC; }
p { color: rgb(238,204,204); }
H1.HeaderClassName
{
color: #EECCCC;
}
.AnyTagClassName
{
color: #EECCCC;
}
</style>
background-color css
<style>
a { background-color: #EECCCC; }
a { background-color: rgb(238,204,204); }
div.DivClassName
{
background-color: #EECCCC;
}
.BgClassName
{
background-color: #EECCCC;
}
</style>
border-color css
<style>
span { border-color: #EECCCC; }
span { border-color: rgb(238,204,204); }
td.TdClassName
{
border-color: #EECCCC;
}
.TagClassName
{
border-color: #EECCCC;
}
</style>