Shades of Vanilla Ice #DFCCCC
Tints of Vanilla Ice #DFCCCC
RGB
CMYK
RGB Variations
Color information
#DFCCCC (or 0xDFCCCC) is known color: Vanilla Ice. HEX triplet: DF, CC and CC. RGB value is (223,204,204). Sum of RGB (Red+Green+Blue) = 223+204+204=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCC is #203333. Grayscale: #D1D1D1. Windows color (decimal): -2110260 or 13421791. OLE color: 13421791.
HSL color Cylindrical-coordinate representation of color #DFCCCC: hue angle of 0º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCCC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 204 | - |
CMYK | 0 | 0.09 | 0.09 | 0.13 |
HSL | 0º | 0.23% | 0.84% | - |
HSV(B) | 0º | 0.09% | 0.87% | - |
XYZ | 62.92 | 63.23 | 66.02 | - |
YUV | 209.68 | 124.79 | 137.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 204 | 0 | 0.09 | 0.09 | 0.13 | 0 | 0.23 | 0.84 |
Hex | DF | CC | CC | 0 | 9 | 9 | D | 0 | 17 | 54 |
Octal | 337 | 314 | 314 | 0 | 11 | 11 | 15 | 0 | 27 | 124 |
Binary | 11011111 | 11001100 | 11001100 | 0 | 1001 | 1001 | 1101 | 0 | 10111 | 1010100 |
Color Harmonies of #DFCCCC
Complementary color
Monochromatic Colors of #DFCCCC
Black with #DFCCCC
Text Example
Text Example
White with #DFCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCCC; }
p { color: rgb(223,204,204); }
H1.HeaderClassName
{
color: #DFCCCC;
}
.AnyTagClassName
{
color: #DFCCCC;
}
</style>
background-color css
<style>
a { background-color: #DFCCCC; }
a { background-color: rgb(223,204,204); }
div.DivClassName
{
background-color: #DFCCCC;
}
.BgClassName
{
background-color: #DFCCCC;
}
</style>
border-color css
<style>
span { border-color: #DFCCCC; }
span { border-color: rgb(223,204,204); }
td.TdClassName
{
border-color: #DFCCCC;
}
.TagClassName
{
border-color: #DFCCCC;
}
</style>