Shades of Vanilla Ice #E0CFCF
Tints of Vanilla Ice #E0CFCF
RGB
CMYK
RGB Variations
Color information
#E0CFCF (or 0xE0CFCF) is known color: Vanilla Ice. HEX triplet: E0, CF and CF. RGB value is (224,207,207). Sum of RGB (Red+Green+Blue) = 224+207+207=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFCF is #1F3030. Grayscale: #D4D4D4. Windows color (decimal): -2043953 or 13619168. OLE color: 13619168.
HSL color Cylindrical-coordinate representation of color #E0CFCF: hue angle of 0º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CFCF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 207 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.12 |
| HSL | 0º | 0.22% | 0.85% | - |
| HSV(B) | 0º | 0.08% | 0.88% | - |
| XYZ | 64.32 | 64.98 | 68.18 | - |
| YUV | 212.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 207 | 0 | 0.08 | 0.08 | 0.12 | 0 | 0.22 | 0.85 |
| Hex | E0 | CF | CF | 0 | 8 | 8 | C | 0 | 16 | 55 |
| Octal | 340 | 317 | 317 | 0 | 10 | 10 | 14 | 0 | 26 | 125 |
| Binary | 11100000 | 11001111 | 11001111 | 0 | 1000 | 1000 | 1100 | 0 | 10110 | 1010101 |
Color Harmonies of #E0CFCF
Complementary color
Monochromatic Colors of #E0CFCF
Black with #E0CFCF
Text Example
Text Example
White with #E0CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFCF; }
p { color: rgb(224,207,207); }
H1.HeaderClassName
{
color: #E0CFCF;
}
.AnyTagClassName
{
color: #E0CFCF;
}
</style>
background-color css
<style>
a { background-color: #E0CFCF; }
a { background-color: rgb(224,207,207); }
div.DivClassName
{
background-color: #E0CFCF;
}
.BgClassName
{
background-color: #E0CFCF;
}
</style>
border-color css
<style>
span { border-color: #E0CFCF; }
span { border-color: rgb(224,207,207); }
td.TdClassName
{
border-color: #E0CFCF;
}
.TagClassName
{
border-color: #E0CFCF;
}
</style>