Shades of Vanilla Ice #E1CECB
Tints of Vanilla Ice #E1CECB
RGB
CMYK
RGB Variations
Color information
#E1CECB (or 0xE1CECB) is known color: Vanilla Ice. HEX triplet: E1, CE and CB. RGB value is (225,206,203). Sum of RGB (Red+Green+Blue) = 225+206+203=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CECB is #1E3134. Grayscale: #D3D3D3. Windows color (decimal): -1978677 or 13356769. OLE color: 13356769.
HSL color Cylindrical-coordinate representation of color #E1CECB: hue angle of 8.18º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CECB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 203 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.12 |
| HSL | 8.18º | 0.27% | 0.84% | - |
| HSV(B) | 8.18º | 0.1% | 0.88% | - |
| XYZ | 63.9 | 64.46 | 65.57 | - |
| YUV | 211.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 203 | 0 | 0.08 | 0.10 | 0.12 | 8.18 | 0.27 | 0.84 |
| Hex | E1 | CE | CB | 0 | 8 | A | C | 8 | 1B | 54 |
| Octal | 341 | 316 | 313 | 0 | 10 | 12 | 14 | 10 | 33 | 124 |
| Binary | 11100001 | 11001110 | 11001011 | 0 | 1000 | 1010 | 1100 | 1000 | 11011 | 1010100 |
Color Harmonies of #E1CECB
Complementary color
Monochromatic Colors of #E1CECB
Black with #E1CECB
Text Example
Text Example
White with #E1CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CECB; }
p { color: rgb(225,206,203); }
H1.HeaderClassName
{
color: #E1CECB;
}
.AnyTagClassName
{
color: #E1CECB;
}
</style>
background-color css
<style>
a { background-color: #E1CECB; }
a { background-color: rgb(225,206,203); }
div.DivClassName
{
background-color: #E1CECB;
}
.BgClassName
{
background-color: #E1CECB;
}
</style>
border-color css
<style>
span { border-color: #E1CECB; }
span { border-color: rgb(225,206,203); }
td.TdClassName
{
border-color: #E1CECB;
}
.TagClassName
{
border-color: #E1CECB;
}
</style>