Shades of Vanilla Ice #E8CDCC
Tints of Vanilla Ice #E8CDCC
RGB
CMYK
RGB Variations
Color information
#E8CDCC (or 0xE8CDCC) is known color: Vanilla Ice. HEX triplet: E8, CD and CC. RGB value is (232,205,204). Sum of RGB (Red+Green+Blue) = 232+205+204=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDCC is #173233. Grayscale: #D4D4D4. Windows color (decimal): -1520180 or 13422056. OLE color: 13422056.
HSL color Cylindrical-coordinate representation of color #E8CDCC: hue angle of 2.14º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CDCC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 204 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.09 |
| HSL | 2.14º | 0.38% | 0.85% | - |
| HSV(B) | 2.14º | 0.12% | 0.91% | - |
| XYZ | 66.01 | 65.18 | 66.23 | - |
| YUV | 212.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 204 | 0 | 0.12 | 0.12 | 0.09 | 2.14 | 0.38 | 0.85 |
| Hex | E8 | CD | CC | 0 | C | C | 9 | 2 | 26 | 55 |
| Octal | 350 | 315 | 314 | 0 | 14 | 14 | 11 | 2 | 46 | 125 |
| Binary | 11101000 | 11001101 | 11001100 | 0 | 1100 | 1100 | 1001 | 10 | 100110 | 1010101 |
Color Harmonies of #E8CDCC
Complementary color
Monochromatic Colors of #E8CDCC
Black with #E8CDCC
Text Example
Text Example
White with #E8CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDCC; }
p { color: rgb(232,205,204); }
H1.HeaderClassName
{
color: #E8CDCC;
}
.AnyTagClassName
{
color: #E8CDCC;
}
</style>
background-color css
<style>
a { background-color: #E8CDCC; }
a { background-color: rgb(232,205,204); }
div.DivClassName
{
background-color: #E8CDCC;
}
.BgClassName
{
background-color: #E8CDCC;
}
</style>
border-color css
<style>
span { border-color: #E8CDCC; }
span { border-color: rgb(232,205,204); }
td.TdClassName
{
border-color: #E8CDCC;
}
.TagClassName
{
border-color: #E8CDCC;
}
</style>