Shades of Vanilla Ice #DFD4D3
Tints of Vanilla Ice #DFD4D3
RGB
CMYK
RGB Variations
Color information
#DFD4D3 (or 0xDFD4D3) is known color: Vanilla Ice. HEX triplet: DF, D4 and D3. RGB value is (223,212,211). Sum of RGB (Red+Green+Blue) = 223+212+211=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4D3 is #202B2C. Grayscale: #D7D7D7. Windows color (decimal): -2108205 or 13882591. OLE color: 13882591.
HSL color Cylindrical-coordinate representation of color #DFD4D3: hue angle of 5º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFD4D3 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 211 | - |
CMYK | 0 | 0.05 | 0.05 | 0.13 |
HSL | 5º | 0.16% | 0.85% | - |
HSV(B) | 5º | 0.05% | 0.87% | - |
XYZ | 65.73 | 67.48 | 71.19 | - |
YUV | 215.18 | 125.64 | 133.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 211 | 0 | 0.05 | 0.05 | 0.13 | 5 | 0.16 | 0.85 |
Hex | DF | D4 | D3 | 0 | 5 | 5 | D | 5 | 10 | 55 |
Octal | 337 | 324 | 323 | 0 | 5 | 5 | 15 | 5 | 20 | 125 |
Binary | 11011111 | 11010100 | 11010011 | 0 | 101 | 101 | 1101 | 101 | 10000 | 1010101 |
Color Harmonies of #DFD4D3
Complementary color
Monochromatic Colors of #DFD4D3
Black with #DFD4D3
Text Example
Text Example
White with #DFD4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4D3; }
p { color: rgb(223,212,211); }
H1.HeaderClassName
{
color: #DFD4D3;
}
.AnyTagClassName
{
color: #DFD4D3;
}
</style>
background-color css
<style>
a { background-color: #DFD4D3; }
a { background-color: rgb(223,212,211); }
div.DivClassName
{
background-color: #DFD4D3;
}
.BgClassName
{
background-color: #DFD4D3;
}
</style>
border-color css
<style>
span { border-color: #DFD4D3; }
span { border-color: rgb(223,212,211); }
td.TdClassName
{
border-color: #DFD4D3;
}
.TagClassName
{
border-color: #DFD4D3;
}
</style>