Shades of Vanilla Ice #E2CCCC
Tints of Vanilla Ice #E2CCCC
RGB
CMYK
RGB Variations
Color information
#E2CCCC (or 0xE2CCCC) is known color: Vanilla Ice. HEX triplet: E2, CC and CC. RGB value is (226,204,204). Sum of RGB (Red+Green+Blue) = 226+204+204=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCCC is #1D3333. Grayscale: #D2D2D2. Windows color (decimal): -1913652 or 13421794. OLE color: 13421794.
HSL color Cylindrical-coordinate representation of color #E2CCCC: hue angle of 0º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CCCC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 204 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.11 |
| HSL | 0º | 0.28% | 0.84% | - |
| HSV(B) | 0º | 0.1% | 0.89% | - |
| XYZ | 63.86 | 63.71 | 66.06 | - |
| YUV | 210.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 204 | 0 | 0.10 | 0.10 | 0.11 | 0 | 0.28 | 0.84 |
| Hex | E2 | CC | CC | 0 | A | A | B | 0 | 1C | 54 |
| Octal | 342 | 314 | 314 | 0 | 12 | 12 | 13 | 0 | 34 | 124 |
| Binary | 11100010 | 11001100 | 11001100 | 0 | 1010 | 1010 | 1011 | 0 | 11100 | 1010100 |
Color Harmonies of #E2CCCC
Complementary color
Monochromatic Colors of #E2CCCC
Black with #E2CCCC
Text Example
Text Example
White with #E2CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCCC; }
p { color: rgb(226,204,204); }
H1.HeaderClassName
{
color: #E2CCCC;
}
.AnyTagClassName
{
color: #E2CCCC;
}
</style>
background-color css
<style>
a { background-color: #E2CCCC; }
a { background-color: rgb(226,204,204); }
div.DivClassName
{
background-color: #E2CCCC;
}
.BgClassName
{
background-color: #E2CCCC;
}
</style>
border-color css
<style>
span { border-color: #E2CCCC; }
span { border-color: rgb(226,204,204); }
td.TdClassName
{
border-color: #E2CCCC;
}
.TagClassName
{
border-color: #E2CCCC;
}
</style>