Shades of Vanilla Ice #E2CBCB
Tints of Vanilla Ice #E2CBCB
RGB
CMYK
RGB Variations
Color information
#E2CBCB (or 0xE2CBCB) is known color: Vanilla Ice. HEX triplet: E2, CB and CB. RGB value is (226,203,203). Sum of RGB (Red+Green+Blue) = 226+203+203=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBCB is #1D3434. Grayscale: #D1D1D1. Windows color (decimal): -1913909 or 13356002. OLE color: 13356002.
HSL color Cylindrical-coordinate representation of color #E2CBCB: 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 #E2CBCB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 203 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.11 |
| HSL | 0º | 0.28% | 0.84% | - |
| HSV(B) | 0º | 0.1% | 0.89% | - |
| XYZ | 63.5 | 63.19 | 65.35 | - |
| YUV | 209.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 203 | 0 | 0.10 | 0.10 | 0.11 | 0 | 0.28 | 0.84 |
| Hex | E2 | CB | CB | 0 | A | A | B | 0 | 1C | 54 |
| Octal | 342 | 313 | 313 | 0 | 12 | 12 | 13 | 0 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11001011 | 0 | 1010 | 1010 | 1011 | 0 | 11100 | 1010100 |
Color Harmonies of #E2CBCB
Complementary color
Monochromatic Colors of #E2CBCB
Black with #E2CBCB
Text Example
Text Example
White with #E2CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBCB; }
p { color: rgb(226,203,203); }
H1.HeaderClassName
{
color: #E2CBCB;
}
.AnyTagClassName
{
color: #E2CBCB;
}
</style>
background-color css
<style>
a { background-color: #E2CBCB; }
a { background-color: rgb(226,203,203); }
div.DivClassName
{
background-color: #E2CBCB;
}
.BgClassName
{
background-color: #E2CBCB;
}
</style>
border-color css
<style>
span { border-color: #E2CBCB; }
span { border-color: rgb(226,203,203); }
td.TdClassName
{
border-color: #E2CBCB;
}
.TagClassName
{
border-color: #E2CBCB;
}
</style>