Shades of Vanilla Ice #E5CFCD
Tints of Vanilla Ice #E5CFCD
RGB
CMYK
RGB Variations
Color information
#E5CFCD (or 0xE5CFCD) is known color: Vanilla Ice. HEX triplet: E5, CF and CD. RGB value is (229,207,205). Sum of RGB (Red+Green+Blue) = 229+207+205=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFCD is #1A3032. Grayscale: #D5D5D5. Windows color (decimal): -1716275 or 13488101. OLE color: 13488101.
HSL color Cylindrical-coordinate representation of color #E5CFCD: hue angle of 5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CFCD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 205 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.10 |
| HSL | 5º | 0.32% | 0.85% | - |
| HSV(B) | 5º | 0.1% | 0.9% | - |
| XYZ | 65.65 | 65.69 | 66.98 | - |
| YUV | 213.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 205 | 0 | 0.10 | 0.10 | 0.10 | 5 | 0.32 | 0.85 |
| Hex | E5 | CF | CD | 0 | A | A | A | 5 | 20 | 55 |
| Octal | 345 | 317 | 315 | 0 | 12 | 12 | 12 | 5 | 40 | 125 |
| Binary | 11100101 | 11001111 | 11001101 | 0 | 1010 | 1010 | 1010 | 101 | 100000 | 1010101 |
Color Harmonies of #E5CFCD
Complementary color
Monochromatic Colors of #E5CFCD
Black with #E5CFCD
Text Example
Text Example
White with #E5CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFCD; }
p { color: rgb(229,207,205); }
H1.HeaderClassName
{
color: #E5CFCD;
}
.AnyTagClassName
{
color: #E5CFCD;
}
</style>
background-color css
<style>
a { background-color: #E5CFCD; }
a { background-color: rgb(229,207,205); }
div.DivClassName
{
background-color: #E5CFCD;
}
.BgClassName
{
background-color: #E5CFCD;
}
</style>
border-color css
<style>
span { border-color: #E5CFCD; }
span { border-color: rgb(229,207,205); }
td.TdClassName
{
border-color: #E5CFCD;
}
.TagClassName
{
border-color: #E5CFCD;
}
</style>