Shades of Vanilla Ice #EBCBC9
Tints of Vanilla Ice #EBCBC9
RGB
CMYK
RGB Variations
Color information
#EBCBC9 (or 0xEBCBC9) is known color: Vanilla Ice. HEX triplet: EB, CB and C9. RGB value is (235,203,201). Sum of RGB (Red+Green+Blue) = 235+203+201=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBC9 is #143436. Grayscale: #D4D4D4. Windows color (decimal): -1324087 or 13224939. OLE color: 13224939.
HSL color Cylindrical-coordinate representation of color #EBCBC9: hue angle of 3.53º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBC9 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 201 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.08 |
| HSL | 3.53º | 0.46% | 0.85% | - |
| HSV(B) | 3.53º | 0.14% | 0.92% | - |
| XYZ | 66.16 | 64.59 | 64.24 | - |
| YUV | 212.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 201 | 0 | 0.14 | 0.14 | 0.08 | 3.53 | 0.46 | 0.85 |
| Hex | EB | CB | C9 | 0 | E | E | 8 | 4 | 2E | 55 |
| Octal | 353 | 313 | 311 | 0 | 16 | 16 | 10 | 4 | 56 | 125 |
| Binary | 11101011 | 11001011 | 11001001 | 0 | 1110 | 1110 | 1000 | 100 | 101110 | 1010101 |
Color Harmonies of #EBCBC9
Complementary color
Monochromatic Colors of #EBCBC9
Black with #EBCBC9
Text Example
Text Example
White with #EBCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBC9; }
p { color: rgb(235,203,201); }
H1.HeaderClassName
{
color: #EBCBC9;
}
.AnyTagClassName
{
color: #EBCBC9;
}
</style>
background-color css
<style>
a { background-color: #EBCBC9; }
a { background-color: rgb(235,203,201); }
div.DivClassName
{
background-color: #EBCBC9;
}
.BgClassName
{
background-color: #EBCBC9;
}
</style>
border-color css
<style>
span { border-color: #EBCBC9; }
span { border-color: rgb(235,203,201); }
td.TdClassName
{
border-color: #EBCBC9;
}
.TagClassName
{
border-color: #EBCBC9;
}
</style>