Shades of Vanilla Ice #E7CCCC
Tints of Vanilla Ice #E7CCCC
RGB
CMYK
RGB Variations
Color information
#E7CCCC (or 0xE7CCCC) is known color: Vanilla Ice. HEX triplet: E7, CC and CC. RGB value is (231,204,204). Sum of RGB (Red+Green+Blue) = 231+204+204=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCCC is #183333. Grayscale: #D4D4D4. Windows color (decimal): -1585972 or 13421799. OLE color: 13421799.
HSL color Cylindrical-coordinate representation of color #E7CCCC: hue angle of 0º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CCCC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 204 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.09 |
| HSL | 0º | 0.36% | 0.85% | - |
| HSV(B) | 0º | 0.12% | 0.91% | - |
| XYZ | 65.45 | 64.53 | 66.13 | - |
| YUV | 212.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 204 | 0 | 0.12 | 0.12 | 0.09 | 0 | 0.36 | 0.85 |
| Hex | E7 | CC | CC | 0 | C | C | 9 | 0 | 24 | 55 |
| Octal | 347 | 314 | 314 | 0 | 14 | 14 | 11 | 0 | 44 | 125 |
| Binary | 11100111 | 11001100 | 11001100 | 0 | 1100 | 1100 | 1001 | 0 | 100100 | 1010101 |
Color Harmonies of #E7CCCC
Complementary color
Monochromatic Colors of #E7CCCC
Black with #E7CCCC
Text Example
Text Example
White with #E7CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCCC; }
p { color: rgb(231,204,204); }
H1.HeaderClassName
{
color: #E7CCCC;
}
.AnyTagClassName
{
color: #E7CCCC;
}
</style>
background-color css
<style>
a { background-color: #E7CCCC; }
a { background-color: rgb(231,204,204); }
div.DivClassName
{
background-color: #E7CCCC;
}
.BgClassName
{
background-color: #E7CCCC;
}
</style>
border-color css
<style>
span { border-color: #E7CCCC; }
span { border-color: rgb(231,204,204); }
td.TdClassName
{
border-color: #E7CCCC;
}
.TagClassName
{
border-color: #E7CCCC;
}
</style>