Shades of Vanilla Ice #DFCDCC
Tints of Vanilla Ice #DFCDCC
RGB
CMYK
RGB Variations
Color information
#DFCDCC (or 0xDFCDCC) is known color: Vanilla Ice. HEX triplet: DF, CD and CC. RGB value is (223,205,204). Sum of RGB (Red+Green+Blue) = 223+205+204=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDCC is #203233. Grayscale: #D2D2D2. Windows color (decimal): -2110004 or 13422047. OLE color: 13422047.
HSL color Cylindrical-coordinate representation of color #DFCDCC: hue angle of 3.16º 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 #DFCDCC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 204 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.13 |
| HSL | 3.16º | 0.23% | 0.84% | - |
| HSV(B) | 3.16º | 0.09% | 0.87% | - |
| XYZ | 63.16 | 63.71 | 66.1 | - |
| YUV | 210.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 204 | 0 | 0.08 | 0.09 | 0.13 | 3.16 | 0.23 | 0.84 |
| Hex | DF | CD | CC | 0 | 8 | 9 | D | 3 | 17 | 54 |
| Octal | 337 | 315 | 314 | 0 | 10 | 11 | 15 | 3 | 27 | 124 |
| Binary | 11011111 | 11001101 | 11001100 | 0 | 1000 | 1001 | 1101 | 11 | 10111 | 1010100 |
Color Harmonies of #DFCDCC
Complementary color
Monochromatic Colors of #DFCDCC
Black with #DFCDCC
Text Example
Text Example
White with #DFCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDCC; }
p { color: rgb(223,205,204); }
H1.HeaderClassName
{
color: #DFCDCC;
}
.AnyTagClassName
{
color: #DFCDCC;
}
</style>
background-color css
<style>
a { background-color: #DFCDCC; }
a { background-color: rgb(223,205,204); }
div.DivClassName
{
background-color: #DFCDCC;
}
.BgClassName
{
background-color: #DFCDCC;
}
</style>
border-color css
<style>
span { border-color: #DFCDCC; }
span { border-color: rgb(223,205,204); }
td.TdClassName
{
border-color: #DFCDCC;
}
.TagClassName
{
border-color: #DFCDCC;
}
</style>