Shades of Vanilla Ice #DFD0D0
Tints of Vanilla Ice #DFD0D0
RGB
CMYK
RGB Variations
Color information
#DFD0D0 (or 0xDFD0D0) is known color: Vanilla Ice. HEX triplet: DF, D0 and D0. RGB value is (223,208,208). Sum of RGB (Red+Green+Blue) = 223+208+208=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0D0 is #202F2F. Grayscale: #D4D4D4. Windows color (decimal): -2109232 or 13684959. OLE color: 13684959.
HSL color Cylindrical-coordinate representation of color #DFD0D0: hue angle of 0º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD0D0 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 208 | 208 | - |
CMYK | 0 | 0.07 | 0.07 | 0.13 |
HSL | 0º | 0.19% | 0.85% | - |
HSV(B) | 0º | 0.07% | 0.87% | - |
XYZ | 64.37 | 65.35 | 68.9 | - |
YUV | 212.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 208 | 208 | 0 | 0.07 | 0.07 | 0.13 | 0 | 0.19 | 0.85 |
Hex | DF | D0 | D0 | 0 | 7 | 7 | D | 0 | 13 | 55 |
Octal | 337 | 320 | 320 | 0 | 7 | 7 | 15 | 0 | 23 | 125 |
Binary | 11011111 | 11010000 | 11010000 | 0 | 111 | 111 | 1101 | 0 | 10011 | 1010101 |
Color Harmonies of #DFD0D0
Complementary color
Monochromatic Colors of #DFD0D0
Black with #DFD0D0
Text Example
Text Example
White with #DFD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0D0; }
p { color: rgb(223,208,208); }
H1.HeaderClassName
{
color: #DFD0D0;
}
.AnyTagClassName
{
color: #DFD0D0;
}
</style>
background-color css
<style>
a { background-color: #DFD0D0; }
a { background-color: rgb(223,208,208); }
div.DivClassName
{
background-color: #DFD0D0;
}
.BgClassName
{
background-color: #DFD0D0;
}
</style>
border-color css
<style>
span { border-color: #DFD0D0; }
span { border-color: rgb(223,208,208); }
td.TdClassName
{
border-color: #DFD0D0;
}
.TagClassName
{
border-color: #DFD0D0;
}
</style>