Shades of Vanilla Ice #DECAC9
Tints of Vanilla Ice #DECAC9
RGB
CMYK
RGB Variations
Color information
#DECAC9 (or 0xDECAC9) is known color: Vanilla Ice. HEX triplet: DE, CA and C9. RGB value is (222,202,201). Sum of RGB (Red+Green+Blue) = 222+202+201=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAC9 is #213536. Grayscale: #CFCFCF. Windows color (decimal): -2176311 or 13224670. OLE color: 13224670.
HSL color Cylindrical-coordinate representation of color #DECAC9: hue angle of 2.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECAC9 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 201 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.13 |
| HSL | 2.86º | 0.24% | 0.83% | - |
| HSV(B) | 2.86º | 0.09% | 0.87% | - |
| XYZ | 61.79 | 61.99 | 63.97 | - |
| YUV | 207.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 201 | 0 | 0.09 | 0.09 | 0.13 | 2.86 | 0.24 | 0.83 |
| Hex | DE | CA | C9 | 0 | 9 | 9 | D | 3 | 18 | 53 |
| Octal | 336 | 312 | 311 | 0 | 11 | 11 | 15 | 3 | 30 | 123 |
| Binary | 11011110 | 11001010 | 11001001 | 0 | 1001 | 1001 | 1101 | 11 | 11000 | 1010011 |
Color Harmonies of #DECAC9
Complementary color
Monochromatic Colors of #DECAC9
Black with #DECAC9
Text Example
Text Example
White with #DECAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAC9; }
p { color: rgb(222,202,201); }
H1.HeaderClassName
{
color: #DECAC9;
}
.AnyTagClassName
{
color: #DECAC9;
}
</style>
background-color css
<style>
a { background-color: #DECAC9; }
a { background-color: rgb(222,202,201); }
div.DivClassName
{
background-color: #DECAC9;
}
.BgClassName
{
background-color: #DECAC9;
}
</style>
border-color css
<style>
span { border-color: #DECAC9; }
span { border-color: rgb(222,202,201); }
td.TdClassName
{
border-color: #DECAC9;
}
.TagClassName
{
border-color: #DECAC9;
}
</style>