Shades of Vanilla Ice #EBCFCC
Tints of Vanilla Ice #EBCFCC
RGB
CMYK
RGB Variations
Color information
#EBCFCC (or 0xEBCFCC) is known color: Vanilla Ice. HEX triplet: EB, CF and CC. RGB value is (235,207,204). Sum of RGB (Red+Green+Blue) = 235+207+204=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFCC is #143033. Grayscale: #D7D7D7. Windows color (decimal): -1323060 or 13422571. OLE color: 13422571.
HSL color Cylindrical-coordinate representation of color #EBCFCC: hue angle of 5.81º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCFCC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 207 | 204 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.08 |
| HSL | 5.81º | 0.44% | 0.86% | - |
| HSV(B) | 5.81º | 0.13% | 0.92% | - |
| XYZ | 67.47 | 66.65 | 66.43 | - |
| YUV | 215.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 204 | 0 | 0.12 | 0.13 | 0.08 | 5.81 | 0.44 | 0.86 |
| Hex | EB | CF | CC | 0 | C | D | 8 | 6 | 2C | 56 |
| Octal | 353 | 317 | 314 | 0 | 14 | 15 | 10 | 6 | 54 | 126 |
| Binary | 11101011 | 11001111 | 11001100 | 0 | 1100 | 1101 | 1000 | 110 | 101100 | 1010110 |
Color Harmonies of #EBCFCC
Complementary color
Monochromatic Colors of #EBCFCC
Black with #EBCFCC
Text Example
Text Example
White with #EBCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCFCC; }
p { color: rgb(235,207,204); }
H1.HeaderClassName
{
color: #EBCFCC;
}
.AnyTagClassName
{
color: #EBCFCC;
}
</style>
background-color css
<style>
a { background-color: #EBCFCC; }
a { background-color: rgb(235,207,204); }
div.DivClassName
{
background-color: #EBCFCC;
}
.BgClassName
{
background-color: #EBCFCC;
}
</style>
border-color css
<style>
span { border-color: #EBCFCC; }
span { border-color: rgb(235,207,204); }
td.TdClassName
{
border-color: #EBCFCC;
}
.TagClassName
{
border-color: #EBCFCC;
}
</style>