Shades of Vanilla Ice #E5CCCA
Tints of Vanilla Ice #E5CCCA
RGB
CMYK
RGB Variations
Color information
#E5CCCA (or 0xE5CCCA) is known color: Vanilla Ice. HEX triplet: E5, CC and CA. RGB value is (229,204,202). Sum of RGB (Red+Green+Blue) = 229+204+202=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCCA is #1A3335. Grayscale: #D3D3D3. Windows color (decimal): -1717046 or 13290725. OLE color: 13290725.
HSL color Cylindrical-coordinate representation of color #E5CCCA: hue angle of 4.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CCCA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 202 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.10 |
| HSL | 4.44º | 0.34% | 0.85% | - |
| HSV(B) | 4.44º | 0.12% | 0.9% | - |
| XYZ | 64.57 | 64.11 | 64.85 | - |
| YUV | 211.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 202 | 0 | 0.11 | 0.12 | 0.10 | 4.44 | 0.34 | 0.85 |
| Hex | E5 | CC | CA | 0 | B | C | A | 4 | 22 | 55 |
| Octal | 345 | 314 | 312 | 0 | 13 | 14 | 12 | 4 | 42 | 125 |
| Binary | 11100101 | 11001100 | 11001010 | 0 | 1011 | 1100 | 1010 | 100 | 100010 | 1010101 |
Color Harmonies of #E5CCCA
Complementary color
Monochromatic Colors of #E5CCCA
Black with #E5CCCA
Text Example
Text Example
White with #E5CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCCA; }
p { color: rgb(229,204,202); }
H1.HeaderClassName
{
color: #E5CCCA;
}
.AnyTagClassName
{
color: #E5CCCA;
}
</style>
background-color css
<style>
a { background-color: #E5CCCA; }
a { background-color: rgb(229,204,202); }
div.DivClassName
{
background-color: #E5CCCA;
}
.BgClassName
{
background-color: #E5CCCA;
}
</style>
border-color css
<style>
span { border-color: #E5CCCA; }
span { border-color: rgb(229,204,202); }
td.TdClassName
{
border-color: #E5CCCA;
}
.TagClassName
{
border-color: #E5CCCA;
}
</style>