Shades of Vanilla Ice #E2CFCD
Tints of Vanilla Ice #E2CFCD
RGB
CMYK
RGB Variations
Color information
#E2CFCD (or 0xE2CFCD) is known color: Vanilla Ice. HEX triplet: E2, CF and CD. RGB value is (226,207,205). Sum of RGB (Red+Green+Blue) = 226+207+205=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFCD is #1D3032. Grayscale: #D4D4D4. Windows color (decimal): -1912883 or 13488098. OLE color: 13488098.
HSL color Cylindrical-coordinate representation of color #E2CFCD: hue angle of 5.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CFCD is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 205 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.11 |
| HSL | 5.71º | 0.27% | 0.85% | - |
| HSV(B) | 5.71º | 0.09% | 0.89% | - |
| XYZ | 64.7 | 65.2 | 66.93 | - |
| YUV | 212.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 205 | 0 | 0.08 | 0.09 | 0.11 | 5.71 | 0.27 | 0.85 |
| Hex | E2 | CF | CD | 0 | 8 | 9 | B | 6 | 1B | 55 |
| Octal | 342 | 317 | 315 | 0 | 10 | 11 | 13 | 6 | 33 | 125 |
| Binary | 11100010 | 11001111 | 11001101 | 0 | 1000 | 1001 | 1011 | 110 | 11011 | 1010101 |
Color Harmonies of #E2CFCD
Complementary color
Monochromatic Colors of #E2CFCD
Black with #E2CFCD
Text Example
Text Example
White with #E2CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFCD; }
p { color: rgb(226,207,205); }
H1.HeaderClassName
{
color: #E2CFCD;
}
.AnyTagClassName
{
color: #E2CFCD;
}
</style>
background-color css
<style>
a { background-color: #E2CFCD; }
a { background-color: rgb(226,207,205); }
div.DivClassName
{
background-color: #E2CFCD;
}
.BgClassName
{
background-color: #E2CFCD;
}
</style>
border-color css
<style>
span { border-color: #E2CFCD; }
span { border-color: rgb(226,207,205); }
td.TdClassName
{
border-color: #E2CFCD;
}
.TagClassName
{
border-color: #E2CFCD;
}
</style>