Shades of Vanilla Ice #EBC8C8
Tints of Vanilla Ice #EBC8C8
RGB
CMYK
RGB Variations
Color information
#EBC8C8 (or 0xEBC8C8) is known color: Vanilla Ice. HEX triplet: EB, C8 and C8. RGB value is (235,200,200). Sum of RGB (Red+Green+Blue) = 235+200+200=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8C8 is #143737. Grayscale: #D2D2D2. Windows color (decimal): -1324856 or 13158635. OLE color: 13158635.
HSL color Cylindrical-coordinate representation of color #EBC8C8: hue angle of 0º 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 #EBC8C8 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 200 | 200 | - |
CMYK | 0 | 0.15 | 0.15 | 0.08 |
HSL | 0º | 0.47% | 0.85% | - |
HSV(B) | 0º | 0.15% | 0.92% | - |
XYZ | 65.34 | 63.14 | 63.39 | - |
YUV | 210.47 | 122.1 | 145.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 200 | 200 | 0 | 0.15 | 0.15 | 0.08 | 0 | 0.47 | 0.85 |
Hex | EB | C8 | C8 | 0 | F | F | 8 | 0 | 2F | 55 |
Octal | 353 | 310 | 310 | 0 | 17 | 17 | 10 | 0 | 57 | 125 |
Binary | 11101011 | 11001000 | 11001000 | 0 | 1111 | 1111 | 1000 | 0 | 101111 | 1010101 |
Color Harmonies of #EBC8C8
Complementary color
Monochromatic Colors of #EBC8C8
Black with #EBC8C8
Text Example
Text Example
White with #EBC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8C8; }
p { color: rgb(235,200,200); }
H1.HeaderClassName
{
color: #EBC8C8;
}
.AnyTagClassName
{
color: #EBC8C8;
}
</style>
background-color css
<style>
a { background-color: #EBC8C8; }
a { background-color: rgb(235,200,200); }
div.DivClassName
{
background-color: #EBC8C8;
}
.BgClassName
{
background-color: #EBC8C8;
}
</style>
border-color css
<style>
span { border-color: #EBC8C8; }
span { border-color: rgb(235,200,200); }
td.TdClassName
{
border-color: #EBC8C8;
}
.TagClassName
{
border-color: #EBC8C8;
}
</style>