Shades of Vanilla Ice #E4CBCB
Tints of Vanilla Ice #E4CBCB
RGB
CMYK
RGB Variations
Color information
#E4CBCB (or 0xE4CBCB) is known color: Vanilla Ice. HEX triplet: E4, CB and CB. RGB value is (228,203,203). Sum of RGB (Red+Green+Blue) = 228+203+203=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBCB is #1B3434. Grayscale: #D2D2D2. Windows color (decimal): -1782837 or 13356004. OLE color: 13356004.
HSL color Cylindrical-coordinate representation of color #E4CBCB: hue angle of 0º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CBCB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 203 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.11 |
| HSL | 0º | 0.32% | 0.85% | - |
| HSV(B) | 0º | 0.11% | 0.89% | - |
| XYZ | 64.13 | 63.52 | 65.38 | - |
| YUV | 210.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 203 | 0 | 0.11 | 0.11 | 0.11 | 0 | 0.32 | 0.85 |
| Hex | E4 | CB | CB | 0 | B | B | B | 0 | 20 | 55 |
| Octal | 344 | 313 | 313 | 0 | 13 | 13 | 13 | 0 | 40 | 125 |
| Binary | 11100100 | 11001011 | 11001011 | 0 | 1011 | 1011 | 1011 | 0 | 100000 | 1010101 |
Color Harmonies of #E4CBCB
Complementary color
Monochromatic Colors of #E4CBCB
Black with #E4CBCB
Text Example
Text Example
White with #E4CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBCB; }
p { color: rgb(228,203,203); }
H1.HeaderClassName
{
color: #E4CBCB;
}
.AnyTagClassName
{
color: #E4CBCB;
}
</style>
background-color css
<style>
a { background-color: #E4CBCB; }
a { background-color: rgb(228,203,203); }
div.DivClassName
{
background-color: #E4CBCB;
}
.BgClassName
{
background-color: #E4CBCB;
}
</style>
border-color css
<style>
span { border-color: #E4CBCB; }
span { border-color: rgb(228,203,203); }
td.TdClassName
{
border-color: #E4CBCB;
}
.TagClassName
{
border-color: #E4CBCB;
}
</style>