Shades of Vanilla Ice #E5CBCA
Tints of Vanilla Ice #E5CBCA
RGB
CMYK
RGB Variations
Color information
#E5CBCA (or 0xE5CBCA) is known color: Vanilla Ice. HEX triplet: E5, CB and CA. RGB value is (229,203,202). Sum of RGB (Red+Green+Blue) = 229+203+202=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBCA is #1A3435. Grayscale: #D2D2D2. Windows color (decimal): -1717302 or 13290469. OLE color: 13290469.
HSL color Cylindrical-coordinate representation of color #E5CBCA: hue angle of 2.22º 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 #E5CBCA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 202 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.10 |
| HSL | 2.22º | 0.34% | 0.85% | - |
| HSV(B) | 2.22º | 0.12% | 0.9% | - |
| XYZ | 64.33 | 63.63 | 64.77 | - |
| YUV | 210.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 202 | 0 | 0.11 | 0.12 | 0.10 | 2.22 | 0.34 | 0.85 |
| Hex | E5 | CB | CA | 0 | B | C | A | 2 | 22 | 55 |
| Octal | 345 | 313 | 312 | 0 | 13 | 14 | 12 | 2 | 42 | 125 |
| Binary | 11100101 | 11001011 | 11001010 | 0 | 1011 | 1100 | 1010 | 10 | 100010 | 1010101 |
Color Harmonies of #E5CBCA
Complementary color
Monochromatic Colors of #E5CBCA
Black with #E5CBCA
Text Example
Text Example
White with #E5CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBCA; }
p { color: rgb(229,203,202); }
H1.HeaderClassName
{
color: #E5CBCA;
}
.AnyTagClassName
{
color: #E5CBCA;
}
</style>
background-color css
<style>
a { background-color: #E5CBCA; }
a { background-color: rgb(229,203,202); }
div.DivClassName
{
background-color: #E5CBCA;
}
.BgClassName
{
background-color: #E5CBCA;
}
</style>
border-color css
<style>
span { border-color: #E5CBCA; }
span { border-color: rgb(229,203,202); }
td.TdClassName
{
border-color: #E5CBCA;
}
.TagClassName
{
border-color: #E5CBCA;
}
</style>