Shades of Vanilla Ice #E1C5C4
Tints of Vanilla Ice #E1C5C4
RGB
CMYK
RGB Variations
Color information
#E1C5C4 (or 0xE1C5C4) is known color: Vanilla Ice. HEX triplet: E1, C5 and C4. RGB value is (225,197,196). Sum of RGB (Red+Green+Blue) = 225+197+196=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5C4 is #1E3A3B. Grayscale: #CDCDCD. Windows color (decimal): -1980988 or 12895713. OLE color: 12895713.
HSL color Cylindrical-coordinate representation of color #E1C5C4: hue angle of 2.07º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1C5C4 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 196 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.12 |
| HSL | 2.07º | 0.33% | 0.83% | - |
| HSV(B) | 2.07º | 0.13% | 0.88% | - |
| XYZ | 60.98 | 59.93 | 60.58 | - |
| YUV | 205.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 196 | 0 | 0.12 | 0.13 | 0.12 | 2.07 | 0.33 | 0.83 |
| Hex | E1 | C5 | C4 | 0 | C | D | C | 2 | 21 | 53 |
| Octal | 341 | 305 | 304 | 0 | 14 | 15 | 14 | 2 | 41 | 123 |
| Binary | 11100001 | 11000101 | 11000100 | 0 | 1100 | 1101 | 1100 | 10 | 100001 | 1010011 |
Color Harmonies of #E1C5C4
Complementary color
Monochromatic Colors of #E1C5C4
Black with #E1C5C4
Text Example
Text Example
White with #E1C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C5C4; }
p { color: rgb(225,197,196); }
H1.HeaderClassName
{
color: #E1C5C4;
}
.AnyTagClassName
{
color: #E1C5C4;
}
</style>
background-color css
<style>
a { background-color: #E1C5C4; }
a { background-color: rgb(225,197,196); }
div.DivClassName
{
background-color: #E1C5C4;
}
.BgClassName
{
background-color: #E1C5C4;
}
</style>
border-color css
<style>
span { border-color: #E1C5C4; }
span { border-color: rgb(225,197,196); }
td.TdClassName
{
border-color: #E1C5C4;
}
.TagClassName
{
border-color: #E1C5C4;
}
</style>