Shades of Vanilla Ice #E8CFCF
Tints of Vanilla Ice #E8CFCF
RGB
CMYK
RGB Variations
Color information
#E8CFCF (or 0xE8CFCF) is known color: Vanilla Ice. HEX triplet: E8, CF and CF. RGB value is (232,207,207). Sum of RGB (Red+Green+Blue) = 232+207+207=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFCF is #173030. Grayscale: #D6D6D6. Windows color (decimal): -1519665 or 13619176. OLE color: 13619176.
HSL color Cylindrical-coordinate representation of color #E8CFCF: hue angle of 0º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CFCF is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 207 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.09 |
| HSL | 0º | 0.35% | 0.86% | - |
| HSV(B) | 0º | 0.11% | 0.91% | - |
| XYZ | 66.85 | 66.29 | 68.3 | - |
| YUV | 214.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 207 | 0 | 0.11 | 0.11 | 0.09 | 0 | 0.35 | 0.86 |
| Hex | E8 | CF | CF | 0 | B | B | 9 | 0 | 23 | 56 |
| Octal | 350 | 317 | 317 | 0 | 13 | 13 | 11 | 0 | 43 | 126 |
| Binary | 11101000 | 11001111 | 11001111 | 0 | 1011 | 1011 | 1001 | 0 | 100011 | 1010110 |
Color Harmonies of #E8CFCF
Complementary color
Monochromatic Colors of #E8CFCF
Black with #E8CFCF
Text Example
Text Example
White with #E8CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFCF; }
p { color: rgb(232,207,207); }
H1.HeaderClassName
{
color: #E8CFCF;
}
.AnyTagClassName
{
color: #E8CFCF;
}
</style>
background-color css
<style>
a { background-color: #E8CFCF; }
a { background-color: rgb(232,207,207); }
div.DivClassName
{
background-color: #E8CFCF;
}
.BgClassName
{
background-color: #E8CFCF;
}
</style>
border-color css
<style>
span { border-color: #E8CFCF; }
span { border-color: rgb(232,207,207); }
td.TdClassName
{
border-color: #E8CFCF;
}
.TagClassName
{
border-color: #E8CFCF;
}
</style>