Shades of Vanilla Ice #EBC7C5
Tints of Vanilla Ice #EBC7C5
RGB
CMYK
RGB Variations
Color information
#EBC7C5 (or 0xEBC7C5) is known color: Vanilla Ice. HEX triplet: EB, C7 and C5. RGB value is (235,199,197). Sum of RGB (Red+Green+Blue) = 235+199+197=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7C5 is #14383A. Grayscale: #D1D1D1. Windows color (decimal): -1325115 or 12961771. OLE color: 12961771.
HSL color Cylindrical-coordinate representation of color #EBC7C5: hue angle of 3.16º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC7C5 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 197 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.08 |
| HSL | 3.16º | 0.49% | 0.85% | - |
| HSV(B) | 3.16º | 0.16% | 0.92% | - |
| XYZ | 64.76 | 62.54 | 61.48 | - |
| YUV | 209.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 197 | 0 | 0.15 | 0.16 | 0.08 | 3.16 | 0.49 | 0.85 |
| Hex | EB | C7 | C5 | 0 | F | 10 | 8 | 3 | 31 | 55 |
| Octal | 353 | 307 | 305 | 0 | 17 | 20 | 10 | 3 | 61 | 125 |
| Binary | 11101011 | 11000111 | 11000101 | 0 | 1111 | 10000 | 1000 | 11 | 110001 | 1010101 |
Color Harmonies of #EBC7C5
Complementary color
Monochromatic Colors of #EBC7C5
Black with #EBC7C5
Text Example
Text Example
White with #EBC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7C5; }
p { color: rgb(235,199,197); }
H1.HeaderClassName
{
color: #EBC7C5;
}
.AnyTagClassName
{
color: #EBC7C5;
}
</style>
background-color css
<style>
a { background-color: #EBC7C5; }
a { background-color: rgb(235,199,197); }
div.DivClassName
{
background-color: #EBC7C5;
}
.BgClassName
{
background-color: #EBC7C5;
}
</style>
border-color css
<style>
span { border-color: #EBC7C5; }
span { border-color: rgb(235,199,197); }
td.TdClassName
{
border-color: #EBC7C5;
}
.TagClassName
{
border-color: #EBC7C5;
}
</style>