Shades of Vanilla Ice #E7CFCF
Tints of Vanilla Ice #E7CFCF
RGB
CMYK
RGB Variations
Color information
#E7CFCF (or 0xE7CFCF) is known color: Vanilla Ice. HEX triplet: E7, CF and CF. RGB value is (231,207,207). Sum of RGB (Red+Green+Blue) = 231+207+207=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFCF is #183030. Grayscale: #D6D6D6. Windows color (decimal): -1585201 or 13619175. OLE color: 13619175.
HSL color Cylindrical-coordinate representation of color #E7CFCF: hue angle of 0º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7CFCF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 207 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.09 |
| HSL | 0º | 0.33% | 0.86% | - |
| HSV(B) | 0º | 0.1% | 0.91% | - |
| XYZ | 66.53 | 66.12 | 68.29 | - |
| YUV | 214.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 207 | 0 | 0.10 | 0.10 | 0.09 | 0 | 0.33 | 0.86 |
| Hex | E7 | CF | CF | 0 | A | A | 9 | 0 | 21 | 56 |
| Octal | 347 | 317 | 317 | 0 | 12 | 12 | 11 | 0 | 41 | 126 |
| Binary | 11100111 | 11001111 | 11001111 | 0 | 1010 | 1010 | 1001 | 0 | 100001 | 1010110 |
Color Harmonies of #E7CFCF
Complementary color
Monochromatic Colors of #E7CFCF
Black with #E7CFCF
Text Example
Text Example
White with #E7CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFCF; }
p { color: rgb(231,207,207); }
H1.HeaderClassName
{
color: #E7CFCF;
}
.AnyTagClassName
{
color: #E7CFCF;
}
</style>
background-color css
<style>
a { background-color: #E7CFCF; }
a { background-color: rgb(231,207,207); }
div.DivClassName
{
background-color: #E7CFCF;
}
.BgClassName
{
background-color: #E7CFCF;
}
</style>
border-color css
<style>
span { border-color: #E7CFCF; }
span { border-color: rgb(231,207,207); }
td.TdClassName
{
border-color: #E7CFCF;
}
.TagClassName
{
border-color: #E7CFCF;
}
</style>