Shades of Vanilla Ice #E5CDCA
Tints of Vanilla Ice #E5CDCA
RGB
CMYK
RGB Variations
Color information
#E5CDCA (or 0xE5CDCA) is known color: Vanilla Ice. HEX triplet: E5, CD and CA. RGB value is (229,205,202). Sum of RGB (Red+Green+Blue) = 229+205+202=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDCA is #1A3235. Grayscale: #D3D3D3. Windows color (decimal): -1716790 or 13290981. OLE color: 13290981.
HSL color Cylindrical-coordinate representation of color #E5CDCA: hue angle of 6.67º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CDCA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 202 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.10 |
| HSL | 6.67º | 0.34% | 0.85% | - |
| HSV(B) | 6.67º | 0.12% | 0.9% | - |
| XYZ | 64.81 | 64.58 | 64.93 | - |
| YUV | 211.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 202 | 0 | 0.10 | 0.12 | 0.10 | 6.67 | 0.34 | 0.85 |
| Hex | E5 | CD | CA | 0 | A | C | A | 7 | 22 | 55 |
| Octal | 345 | 315 | 312 | 0 | 12 | 14 | 12 | 7 | 42 | 125 |
| Binary | 11100101 | 11001101 | 11001010 | 0 | 1010 | 1100 | 1010 | 111 | 100010 | 1010101 |
Color Harmonies of #E5CDCA
Complementary color
Monochromatic Colors of #E5CDCA
Black with #E5CDCA
Text Example
Text Example
White with #E5CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDCA; }
p { color: rgb(229,205,202); }
H1.HeaderClassName
{
color: #E5CDCA;
}
.AnyTagClassName
{
color: #E5CDCA;
}
</style>
background-color css
<style>
a { background-color: #E5CDCA; }
a { background-color: rgb(229,205,202); }
div.DivClassName
{
background-color: #E5CDCA;
}
.BgClassName
{
background-color: #E5CDCA;
}
</style>
border-color css
<style>
span { border-color: #E5CDCA; }
span { border-color: rgb(229,205,202); }
td.TdClassName
{
border-color: #E5CDCA;
}
.TagClassName
{
border-color: #E5CDCA;
}
</style>