Shades of Vanilla Ice #EBC8C6
Tints of Vanilla Ice #EBC8C6
RGB
CMYK
RGB Variations
Color information
#EBC8C6 (or 0xEBC8C6) is known color: Vanilla Ice. HEX triplet: EB, C8 and C6. RGB value is (235,200,198). Sum of RGB (Red+Green+Blue) = 235+200+198=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8C6 is #143739. Grayscale: #D2D2D2. Windows color (decimal): -1324858 or 13027563. OLE color: 13027563.
HSL color Cylindrical-coordinate representation of color #EBC8C6: hue angle of 3.24º degrees, saturation: 0.48, 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 #EBC8C6 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 198 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.08 |
| HSL | 3.24º | 0.48% | 0.85% | - |
| HSV(B) | 3.24º | 0.16% | 0.92% | - |
| XYZ | 65.11 | 63.05 | 62.16 | - |
| YUV | 210.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 198 | 0 | 0.15 | 0.16 | 0.08 | 3.24 | 0.48 | 0.85 |
| Hex | EB | C8 | C6 | 0 | F | 10 | 8 | 3 | 30 | 55 |
| Octal | 353 | 310 | 306 | 0 | 17 | 20 | 10 | 3 | 60 | 125 |
| Binary | 11101011 | 11001000 | 11000110 | 0 | 1111 | 10000 | 1000 | 11 | 110000 | 1010101 |
Color Harmonies of #EBC8C6
Complementary color
Monochromatic Colors of #EBC8C6
Black with #EBC8C6
Text Example
Text Example
White with #EBC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8C6; }
p { color: rgb(235,200,198); }
H1.HeaderClassName
{
color: #EBC8C6;
}
.AnyTagClassName
{
color: #EBC8C6;
}
</style>
background-color css
<style>
a { background-color: #EBC8C6; }
a { background-color: rgb(235,200,198); }
div.DivClassName
{
background-color: #EBC8C6;
}
.BgClassName
{
background-color: #EBC8C6;
}
</style>
border-color css
<style>
span { border-color: #EBC8C6; }
span { border-color: rgb(235,200,198); }
td.TdClassName
{
border-color: #EBC8C6;
}
.TagClassName
{
border-color: #EBC8C6;
}
</style>