Shades of Vanilla Ice #EBC9C7
Tints of Vanilla Ice #EBC9C7
RGB
CMYK
RGB Variations
Color information
#EBC9C7 (or 0xEBC9C7) is known color: Vanilla Ice. HEX triplet: EB, C9 and C7. RGB value is (235,201,199). Sum of RGB (Red+Green+Blue) = 235+201+199=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9C7 is #143638. Grayscale: #D2D2D2. Windows color (decimal): -1324601 or 13093355. OLE color: 13093355.
HSL color Cylindrical-coordinate representation of color #EBC9C7: hue angle of 3.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC9C7 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 199 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.08 |
| HSL | 3.33º | 0.47% | 0.85% | - |
| HSV(B) | 3.33º | 0.15% | 0.92% | - |
| XYZ | 65.46 | 63.56 | 62.85 | - |
| YUV | 210.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 199 | 0 | 0.14 | 0.15 | 0.08 | 3.33 | 0.47 | 0.85 |
| Hex | EB | C9 | C7 | 0 | E | F | 8 | 3 | 2F | 55 |
| Octal | 353 | 311 | 307 | 0 | 16 | 17 | 10 | 3 | 57 | 125 |
| Binary | 11101011 | 11001001 | 11000111 | 0 | 1110 | 1111 | 1000 | 11 | 101111 | 1010101 |
Color Harmonies of #EBC9C7
Complementary color
Monochromatic Colors of #EBC9C7
Black with #EBC9C7
Text Example
Text Example
White with #EBC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9C7; }
p { color: rgb(235,201,199); }
H1.HeaderClassName
{
color: #EBC9C7;
}
.AnyTagClassName
{
color: #EBC9C7;
}
</style>
background-color css
<style>
a { background-color: #EBC9C7; }
a { background-color: rgb(235,201,199); }
div.DivClassName
{
background-color: #EBC9C7;
}
.BgClassName
{
background-color: #EBC9C7;
}
</style>
border-color css
<style>
span { border-color: #EBC9C7; }
span { border-color: rgb(235,201,199); }
td.TdClassName
{
border-color: #EBC9C7;
}
.TagClassName
{
border-color: #EBC9C7;
}
</style>