Shades of Vanilla Ice #E5CFCC
Tints of Vanilla Ice #E5CFCC
RGB
CMYK
RGB Variations
Color information
#E5CFCC (or 0xE5CFCC) is known color: Vanilla Ice. HEX triplet: E5, CF and CC. RGB value is (229,207,204). Sum of RGB (Red+Green+Blue) = 229+207+204=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CFCC is #1A3033. Grayscale: #D5D5D5. Windows color (decimal): -1716276 or 13422565. OLE color: 13422565.
HSL color Cylindrical-coordinate representation of color #E5CFCC: hue angle of 7.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CFCC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 204 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.10 |
| HSL | 7.2º | 0.32% | 0.85% | - |
| HSV(B) | 7.2º | 0.11% | 0.9% | - |
| XYZ | 65.53 | 65.64 | 66.34 | - |
| YUV | 213.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 204 | 0 | 0.10 | 0.11 | 0.10 | 7.2 | 0.32 | 0.85 |
| Hex | E5 | CF | CC | 0 | A | B | A | 7 | 20 | 55 |
| Octal | 345 | 317 | 314 | 0 | 12 | 13 | 12 | 7 | 40 | 125 |
| Binary | 11100101 | 11001111 | 11001100 | 0 | 1010 | 1011 | 1010 | 111 | 100000 | 1010101 |
Color Harmonies of #E5CFCC
Complementary color
Monochromatic Colors of #E5CFCC
Black with #E5CFCC
Text Example
Text Example
White with #E5CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFCC; }
p { color: rgb(229,207,204); }
H1.HeaderClassName
{
color: #E5CFCC;
}
.AnyTagClassName
{
color: #E5CFCC;
}
</style>
background-color css
<style>
a { background-color: #E5CFCC; }
a { background-color: rgb(229,207,204); }
div.DivClassName
{
background-color: #E5CFCC;
}
.BgClassName
{
background-color: #E5CFCC;
}
</style>
border-color css
<style>
span { border-color: #E5CFCC; }
span { border-color: rgb(229,207,204); }
td.TdClassName
{
border-color: #E5CFCC;
}
.TagClassName
{
border-color: #E5CFCC;
}
</style>