Shades of Vanilla Ice #E5CDCC
Tints of Vanilla Ice #E5CDCC
RGB
CMYK
RGB Variations
Color information
#E5CDCC (or 0xE5CDCC) is known color: Vanilla Ice. HEX triplet: E5, CD and CC. RGB value is (229,205,204). Sum of RGB (Red+Green+Blue) = 229+205+204=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDCC is #1A3233. Grayscale: #D4D4D4. Windows color (decimal): -1716788 or 13422053. OLE color: 13422053.
HSL color Cylindrical-coordinate representation of color #E5CDCC: hue angle of 2.4º 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 #E5CDCC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 205 | 204 | - |
CMYK | 0 | 0.10 | 0.11 | 0.10 |
HSL | 2.4º | 0.32% | 0.85% | - |
HSV(B) | 2.4º | 0.11% | 0.9% | - |
XYZ | 65.04 | 64.68 | 66.18 | - |
YUV | 212.06 | 123.45 | 140.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 205 | 204 | 0 | 0.10 | 0.11 | 0.10 | 2.4 | 0.32 | 0.85 |
Hex | E5 | CD | CC | 0 | A | B | A | 2 | 20 | 55 |
Octal | 345 | 315 | 314 | 0 | 12 | 13 | 12 | 2 | 40 | 125 |
Binary | 11100101 | 11001101 | 11001100 | 0 | 1010 | 1011 | 1010 | 10 | 100000 | 1010101 |
Color Harmonies of #E5CDCC
Complementary color
Monochromatic Colors of #E5CDCC
Black with #E5CDCC
Text Example
Text Example
White with #E5CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDCC; }
p { color: rgb(229,205,204); }
H1.HeaderClassName
{
color: #E5CDCC;
}
.AnyTagClassName
{
color: #E5CDCC;
}
</style>
background-color css
<style>
a { background-color: #E5CDCC; }
a { background-color: rgb(229,205,204); }
div.DivClassName
{
background-color: #E5CDCC;
}
.BgClassName
{
background-color: #E5CDCC;
}
</style>
border-color css
<style>
span { border-color: #E5CDCC; }
span { border-color: rgb(229,205,204); }
td.TdClassName
{
border-color: #E5CDCC;
}
.TagClassName
{
border-color: #E5CDCC;
}
</style>