Shades of Vanilla Ice #EBC5C4
Tints of Vanilla Ice #EBC5C4
RGB
CMYK
RGB Variations
Color information
#EBC5C4 (or 0xEBC5C4) is known color: Vanilla Ice. HEX triplet: EB, C5 and C4. RGB value is (235,197,196). Sum of RGB (Red+Green+Blue) = 235+197+196=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C4 is #143A3B. Grayscale: #D0D0D0. Windows color (decimal): -1325628 or 12895723. OLE color: 12895723.
HSL color Cylindrical-coordinate representation of color #EBC5C4: hue angle of 1.54º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC5C4 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 196 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.08 |
| HSL | 1.54º | 0.49% | 0.85% | - |
| HSV(B) | 1.54º | 0.17% | 0.92% | - |
| XYZ | 64.19 | 61.58 | 60.73 | - |
| YUV | 208.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 196 | 0 | 0.16 | 0.17 | 0.08 | 1.54 | 0.49 | 0.85 |
| Hex | EB | C5 | C4 | 0 | 10 | 11 | 8 | 2 | 31 | 55 |
| Octal | 353 | 305 | 304 | 0 | 20 | 21 | 10 | 2 | 61 | 125 |
| Binary | 11101011 | 11000101 | 11000100 | 0 | 10000 | 10001 | 1000 | 10 | 110001 | 1010101 |
Color Harmonies of #EBC5C4
Complementary color
Monochromatic Colors of #EBC5C4
Black with #EBC5C4
Text Example
Text Example
White with #EBC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5C4; }
p { color: rgb(235,197,196); }
H1.HeaderClassName
{
color: #EBC5C4;
}
.AnyTagClassName
{
color: #EBC5C4;
}
</style>
background-color css
<style>
a { background-color: #EBC5C4; }
a { background-color: rgb(235,197,196); }
div.DivClassName
{
background-color: #EBC5C4;
}
.BgClassName
{
background-color: #EBC5C4;
}
</style>
border-color css
<style>
span { border-color: #EBC5C4; }
span { border-color: rgb(235,197,196); }
td.TdClassName
{
border-color: #EBC5C4;
}
.TagClassName
{
border-color: #EBC5C4;
}
</style>