Shades of Vanilla Ice #E7CDCC
Tints of Vanilla Ice #E7CDCC
RGB
CMYK
RGB Variations
Color information
#E7CDCC (or 0xE7CDCC) is known color: Vanilla Ice. HEX triplet: E7, CD and CC. RGB value is (231,205,204). Sum of RGB (Red+Green+Blue) = 231+205+204=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDCC is #183233. Grayscale: #D4D4D4. Windows color (decimal): -1585716 or 13422055. OLE color: 13422055.
HSL color Cylindrical-coordinate representation of color #E7CDCC: hue angle of 2.22º degrees, saturation: 0.36, 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 #E7CDCC is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 204 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.09 |
| HSL | 2.22º | 0.36% | 0.85% | - |
| HSV(B) | 2.22º | 0.12% | 0.91% | - |
| XYZ | 65.69 | 65.01 | 66.21 | - |
| YUV | 212.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 204 | 0 | 0.11 | 0.12 | 0.09 | 2.22 | 0.36 | 0.85 |
| Hex | E7 | CD | CC | 0 | B | C | 9 | 2 | 24 | 55 |
| Octal | 347 | 315 | 314 | 0 | 13 | 14 | 11 | 2 | 44 | 125 |
| Binary | 11100111 | 11001101 | 11001100 | 0 | 1011 | 1100 | 1001 | 10 | 100100 | 1010101 |
Color Harmonies of #E7CDCC
Complementary color
Monochromatic Colors of #E7CDCC
Black with #E7CDCC
Text Example
Text Example
White with #E7CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDCC; }
p { color: rgb(231,205,204); }
H1.HeaderClassName
{
color: #E7CDCC;
}
.AnyTagClassName
{
color: #E7CDCC;
}
</style>
background-color css
<style>
a { background-color: #E7CDCC; }
a { background-color: rgb(231,205,204); }
div.DivClassName
{
background-color: #E7CDCC;
}
.BgClassName
{
background-color: #E7CDCC;
}
</style>
border-color css
<style>
span { border-color: #E7CDCC; }
span { border-color: rgb(231,205,204); }
td.TdClassName
{
border-color: #E7CDCC;
}
.TagClassName
{
border-color: #E7CDCC;
}
</style>