Shades of Vanilla Ice #DFCCCB
Tints of Vanilla Ice #DFCCCB
RGB
CMYK
RGB Variations
Color information
#DFCCCB (or 0xDFCCCB) is known color: Vanilla Ice. HEX triplet: DF, CC and CB. RGB value is (223,204,203). Sum of RGB (Red+Green+Blue) = 223+204+203=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCB is #203334. Grayscale: #D1D1D1. Windows color (decimal): -2110261 or 13356255. OLE color: 13356255.
HSL color Cylindrical-coordinate representation of color #DFCCCB: hue angle of 3º degrees, saturation: 0.24, 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 #DFCCCB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 203 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.13 |
| HSL | 3º | 0.24% | 0.84% | - |
| HSV(B) | 3º | 0.09% | 0.87% | - |
| XYZ | 62.8 | 63.19 | 65.39 | - |
| YUV | 209.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 203 | 0 | 0.09 | 0.09 | 0.13 | 3 | 0.24 | 0.84 |
| Hex | DF | CC | CB | 0 | 9 | 9 | D | 3 | 18 | 54 |
| Octal | 337 | 314 | 313 | 0 | 11 | 11 | 15 | 3 | 30 | 124 |
| Binary | 11011111 | 11001100 | 11001011 | 0 | 1001 | 1001 | 1101 | 11 | 11000 | 1010100 |
Color Harmonies of #DFCCCB
Complementary color
Monochromatic Colors of #DFCCCB
Black with #DFCCCB
Text Example
Text Example
White with #DFCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCCB; }
p { color: rgb(223,204,203); }
H1.HeaderClassName
{
color: #DFCCCB;
}
.AnyTagClassName
{
color: #DFCCCB;
}
</style>
background-color css
<style>
a { background-color: #DFCCCB; }
a { background-color: rgb(223,204,203); }
div.DivClassName
{
background-color: #DFCCCB;
}
.BgClassName
{
background-color: #DFCCCB;
}
</style>
border-color css
<style>
span { border-color: #DFCCCB; }
span { border-color: rgb(223,204,203); }
td.TdClassName
{
border-color: #DFCCCB;
}
.TagClassName
{
border-color: #DFCCCB;
}
</style>