Shades of Vanilla Ice #E1C8C6
Tints of Vanilla Ice #E1C8C6
RGB
CMYK
RGB Variations
Color information
#E1C8C6 (or 0xE1C8C6) is known color: Vanilla Ice. HEX triplet: E1, C8 and C6. RGB value is (225,200,198). Sum of RGB (Red+Green+Blue) = 225+200+198=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8C6 is #1E3739. Grayscale: #CFCFCF. Windows color (decimal): -1980218 or 13027553. OLE color: 13027553.
HSL color Cylindrical-coordinate representation of color #E1C8C6: hue angle of 4.44º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C8C6 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 198 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.12 |
| HSL | 4.44º | 0.31% | 0.83% | - |
| HSV(B) | 4.44º | 0.12% | 0.88% | - |
| XYZ | 61.9 | 61.39 | 62.01 | - |
| YUV | 207.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 198 | 0 | 0.11 | 0.12 | 0.12 | 4.44 | 0.31 | 0.83 |
| Hex | E1 | C8 | C6 | 0 | B | C | C | 4 | 1F | 53 |
| Octal | 341 | 310 | 306 | 0 | 13 | 14 | 14 | 4 | 37 | 123 |
| Binary | 11100001 | 11001000 | 11000110 | 0 | 1011 | 1100 | 1100 | 100 | 11111 | 1010011 |
Color Harmonies of #E1C8C6
Complementary color
Monochromatic Colors of #E1C8C6
Black with #E1C8C6
Text Example
Text Example
White with #E1C8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8C6; }
p { color: rgb(225,200,198); }
H1.HeaderClassName
{
color: #E1C8C6;
}
.AnyTagClassName
{
color: #E1C8C6;
}
</style>
background-color css
<style>
a { background-color: #E1C8C6; }
a { background-color: rgb(225,200,198); }
div.DivClassName
{
background-color: #E1C8C6;
}
.BgClassName
{
background-color: #E1C8C6;
}
</style>
border-color css
<style>
span { border-color: #E1C8C6; }
span { border-color: rgb(225,200,198); }
td.TdClassName
{
border-color: #E1C8C6;
}
.TagClassName
{
border-color: #E1C8C6;
}
</style>