Shades of Vanilla Ice #E6CCCA
Tints of Vanilla Ice #E6CCCA
RGB
CMYK
RGB Variations
Color information
#E6CCCA (or 0xE6CCCA) is known color: Vanilla Ice. HEX triplet: E6, CC and CA. RGB value is (230,204,202). Sum of RGB (Red+Green+Blue) = 230+204+202=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCCA is #193335. Grayscale: #D3D3D3. Windows color (decimal): -1651510 or 13290726. OLE color: 13290726.
HSL color Cylindrical-coordinate representation of color #E6CCCA: hue angle of 4.29º degrees, saturation: 0.36, 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 #E6CCCA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 202 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.10 |
| HSL | 4.29º | 0.36% | 0.85% | - |
| HSV(B) | 4.29º | 0.12% | 0.9% | - |
| XYZ | 64.89 | 64.27 | 64.86 | - |
| YUV | 211.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 202 | 0 | 0.11 | 0.12 | 0.10 | 4.29 | 0.36 | 0.85 |
| Hex | E6 | CC | CA | 0 | B | C | A | 4 | 24 | 55 |
| Octal | 346 | 314 | 312 | 0 | 13 | 14 | 12 | 4 | 44 | 125 |
| Binary | 11100110 | 11001100 | 11001010 | 0 | 1011 | 1100 | 1010 | 100 | 100100 | 1010101 |
Color Harmonies of #E6CCCA
Complementary color
Monochromatic Colors of #E6CCCA
Black with #E6CCCA
Text Example
Text Example
White with #E6CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCCA; }
p { color: rgb(230,204,202); }
H1.HeaderClassName
{
color: #E6CCCA;
}
.AnyTagClassName
{
color: #E6CCCA;
}
</style>
background-color css
<style>
a { background-color: #E6CCCA; }
a { background-color: rgb(230,204,202); }
div.DivClassName
{
background-color: #E6CCCA;
}
.BgClassName
{
background-color: #E6CCCA;
}
</style>
border-color css
<style>
span { border-color: #E6CCCA; }
span { border-color: rgb(230,204,202); }
td.TdClassName
{
border-color: #E6CCCA;
}
.TagClassName
{
border-color: #E6CCCA;
}
</style>