Shades of Vanilla Ice #E1CDCC
Tints of Vanilla Ice #E1CDCC
RGB
CMYK
RGB Variations
Color information
#E1CDCC (or 0xE1CDCC) is known color: Vanilla Ice. HEX triplet: E1, CD and CC. RGB value is (225,205,204). Sum of RGB (Red+Green+Blue) = 225+205+204=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDCC is #1E3233. Grayscale: #D2D2D2. Windows color (decimal): -1978932 or 13422049. OLE color: 13422049.
HSL color Cylindrical-coordinate representation of color #E1CDCC: hue angle of 2.86º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CDCC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 204 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.12 |
| HSL | 2.86º | 0.26% | 0.84% | - |
| HSV(B) | 2.86º | 0.09% | 0.88% | - |
| XYZ | 63.78 | 64.03 | 66.12 | - |
| YUV | 210.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 204 | 0 | 0.09 | 0.09 | 0.12 | 2.86 | 0.26 | 0.84 |
| Hex | E1 | CD | CC | 0 | 9 | 9 | C | 3 | 1A | 54 |
| Octal | 341 | 315 | 314 | 0 | 11 | 11 | 14 | 3 | 32 | 124 |
| Binary | 11100001 | 11001101 | 11001100 | 0 | 1001 | 1001 | 1100 | 11 | 11010 | 1010100 |
Color Harmonies of #E1CDCC
Complementary color
Monochromatic Colors of #E1CDCC
Black with #E1CDCC
Text Example
Text Example
White with #E1CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDCC; }
p { color: rgb(225,205,204); }
H1.HeaderClassName
{
color: #E1CDCC;
}
.AnyTagClassName
{
color: #E1CDCC;
}
</style>
background-color css
<style>
a { background-color: #E1CDCC; }
a { background-color: rgb(225,205,204); }
div.DivClassName
{
background-color: #E1CDCC;
}
.BgClassName
{
background-color: #E1CDCC;
}
</style>
border-color css
<style>
span { border-color: #E1CDCC; }
span { border-color: rgb(225,205,204); }
td.TdClassName
{
border-color: #E1CDCC;
}
.TagClassName
{
border-color: #E1CDCC;
}
</style>