Shades of Vanilla Ice #E0CFCE
Tints of Vanilla Ice #E0CFCE
RGB
CMYK
RGB Variations
Color information
#E0CFCE (or 0xE0CFCE) is known color: Vanilla Ice. HEX triplet: E0, CF and CE. RGB value is (224,207,206). Sum of RGB (Red+Green+Blue) = 224+207+206=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFCE is #1F3031. Grayscale: #D3D3D3. Windows color (decimal): -2043954 or 13553632. OLE color: 13553632.
HSL color Cylindrical-coordinate representation of color #E0CFCE: hue angle of 3.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CFCE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 206 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.12 |
| HSL | 3.33º | 0.23% | 0.84% | - |
| HSV(B) | 3.33º | 0.08% | 0.88% | - |
| XYZ | 64.19 | 64.93 | 67.54 | - |
| YUV | 211.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 206 | 0 | 0.08 | 0.08 | 0.12 | 3.33 | 0.23 | 0.84 |
| Hex | E0 | CF | CE | 0 | 8 | 8 | C | 3 | 16 | 54 |
| Octal | 340 | 317 | 316 | 0 | 10 | 10 | 14 | 3 | 26 | 124 |
| Binary | 11100000 | 11001111 | 11001110 | 0 | 1000 | 1000 | 1100 | 11 | 10110 | 1010100 |
Color Harmonies of #E0CFCE
Complementary color
Monochromatic Colors of #E0CFCE
Black with #E0CFCE
Text Example
Text Example
White with #E0CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFCE; }
p { color: rgb(224,207,206); }
H1.HeaderClassName
{
color: #E0CFCE;
}
.AnyTagClassName
{
color: #E0CFCE;
}
</style>
background-color css
<style>
a { background-color: #E0CFCE; }
a { background-color: rgb(224,207,206); }
div.DivClassName
{
background-color: #E0CFCE;
}
.BgClassName
{
background-color: #E0CFCE;
}
</style>
border-color css
<style>
span { border-color: #E0CFCE; }
span { border-color: rgb(224,207,206); }
td.TdClassName
{
border-color: #E0CFCE;
}
.TagClassName
{
border-color: #E0CFCE;
}
</style>