Shades of Vanilla Ice #E0C5C5
Tints of Vanilla Ice #E0C5C5
RGB
CMYK
RGB Variations
Color information
#E0C5C5 (or 0xE0C5C5) is known color: Vanilla Ice. HEX triplet: E0, C5 and C5. RGB value is (224,197,197). Sum of RGB (Red+Green+Blue) = 224+197+197=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C5C5 is #1F3A3A. Grayscale: #CDCDCD. Windows color (decimal): -2046523 or 12961248. OLE color: 12961248.
HSL color Cylindrical-coordinate representation of color #E0C5C5: hue angle of 0º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0C5C5 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 197 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.12 |
| HSL | 0º | 0.3% | 0.83% | - |
| HSV(B) | 0º | 0.12% | 0.88% | - |
| XYZ | 60.78 | 59.81 | 61.16 | - |
| YUV | 205.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 197 | 0 | 0.12 | 0.12 | 0.12 | 0 | 0.3 | 0.83 |
| Hex | E0 | C5 | C5 | 0 | C | C | C | 0 | 1E | 53 |
| Octal | 340 | 305 | 305 | 0 | 14 | 14 | 14 | 0 | 36 | 123 |
| Binary | 11100000 | 11000101 | 11000101 | 0 | 1100 | 1100 | 1100 | 0 | 11110 | 1010011 |
Color Harmonies of #E0C5C5
Complementary color
Monochromatic Colors of #E0C5C5
Black with #E0C5C5
Text Example
Text Example
White with #E0C5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C5C5; }
p { color: rgb(224,197,197); }
H1.HeaderClassName
{
color: #E0C5C5;
}
.AnyTagClassName
{
color: #E0C5C5;
}
</style>
background-color css
<style>
a { background-color: #E0C5C5; }
a { background-color: rgb(224,197,197); }
div.DivClassName
{
background-color: #E0C5C5;
}
.BgClassName
{
background-color: #E0C5C5;
}
</style>
border-color css
<style>
span { border-color: #E0C5C5; }
span { border-color: rgb(224,197,197); }
td.TdClassName
{
border-color: #E0C5C5;
}
.TagClassName
{
border-color: #E0C5C5;
}
</style>