Shades of Vanilla Ice #E1CFCD
Tints of Vanilla Ice #E1CFCD
RGB
CMYK
RGB Variations
Color information
#E1CFCD (or 0xE1CFCD) is known color: Vanilla Ice. HEX triplet: E1, CF and CD. RGB value is (225,207,205). Sum of RGB (Red+Green+Blue) = 225+207+205=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CFCD is #1E3032. Grayscale: #D4D4D4. Windows color (decimal): -1978419 or 13488097. OLE color: 13488097.
HSL color Cylindrical-coordinate representation of color #E1CFCD: hue angle of 6º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CFCD is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 205 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.12 |
| HSL | 6º | 0.25% | 0.84% | - |
| HSV(B) | 6º | 0.09% | 0.88% | - |
| XYZ | 64.38 | 65.04 | 66.92 | - |
| YUV | 212.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 205 | 0 | 0.08 | 0.09 | 0.12 | 6 | 0.25 | 0.84 |
| Hex | E1 | CF | CD | 0 | 8 | 9 | C | 6 | 19 | 54 |
| Octal | 341 | 317 | 315 | 0 | 10 | 11 | 14 | 6 | 31 | 124 |
| Binary | 11100001 | 11001111 | 11001101 | 0 | 1000 | 1001 | 1100 | 110 | 11001 | 1010100 |
Color Harmonies of #E1CFCD
Complementary color
Monochromatic Colors of #E1CFCD
Black with #E1CFCD
Text Example
Text Example
White with #E1CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFCD; }
p { color: rgb(225,207,205); }
H1.HeaderClassName
{
color: #E1CFCD;
}
.AnyTagClassName
{
color: #E1CFCD;
}
</style>
background-color css
<style>
a { background-color: #E1CFCD; }
a { background-color: rgb(225,207,205); }
div.DivClassName
{
background-color: #E1CFCD;
}
.BgClassName
{
background-color: #E1CFCD;
}
</style>
border-color css
<style>
span { border-color: #E1CFCD; }
span { border-color: rgb(225,207,205); }
td.TdClassName
{
border-color: #E1CFCD;
}
.TagClassName
{
border-color: #E1CFCD;
}
</style>