Shades of Vanilla Ice #E6CFCC
Tints of Vanilla Ice #E6CFCC
RGB
CMYK
RGB Variations
Color information
#E6CFCC (or 0xE6CFCC) is known color: Vanilla Ice. HEX triplet: E6, CF and CC. RGB value is (230,207,204). Sum of RGB (Red+Green+Blue) = 230+207+204=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFCC is #193033. Grayscale: #D5D5D5. Windows color (decimal): -1650740 or 13422566. OLE color: 13422566.
HSL color Cylindrical-coordinate representation of color #E6CFCC: hue angle of 6.92º degrees, saturation: 0.34, 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 #E6CFCC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 204 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.10 |
| HSL | 6.92º | 0.34% | 0.85% | - |
| HSV(B) | 6.92º | 0.11% | 0.9% | - |
| XYZ | 65.85 | 65.81 | 66.36 | - |
| YUV | 213.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 204 | 0 | 0.10 | 0.11 | 0.10 | 6.92 | 0.34 | 0.85 |
| Hex | E6 | CF | CC | 0 | A | B | A | 7 | 22 | 55 |
| Octal | 346 | 317 | 314 | 0 | 12 | 13 | 12 | 7 | 42 | 125 |
| Binary | 11100110 | 11001111 | 11001100 | 0 | 1010 | 1011 | 1010 | 111 | 100010 | 1010101 |
Color Harmonies of #E6CFCC
Complementary color
Monochromatic Colors of #E6CFCC
Black with #E6CFCC
Text Example
Text Example
White with #E6CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFCC; }
p { color: rgb(230,207,204); }
H1.HeaderClassName
{
color: #E6CFCC;
}
.AnyTagClassName
{
color: #E6CFCC;
}
</style>
background-color css
<style>
a { background-color: #E6CFCC; }
a { background-color: rgb(230,207,204); }
div.DivClassName
{
background-color: #E6CFCC;
}
.BgClassName
{
background-color: #E6CFCC;
}
</style>
border-color css
<style>
span { border-color: #E6CFCC; }
span { border-color: rgb(230,207,204); }
td.TdClassName
{
border-color: #E6CFCC;
}
.TagClassName
{
border-color: #E6CFCC;
}
</style>