Shades of Snow Drift #DFDFD4
Tints of Snow Drift #DFDFD4
RGB
CMYK
RGB Variations
Color information
#DFDFD4 (or 0xDFDFD4) is known color: Snow Drift. HEX triplet: DF, DF and D4. RGB value is (223,223,212). Sum of RGB (Red+Green+Blue) = 223+223+212=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFD4 is #20202B. Grayscale: #DDDDDD. Windows color (decimal): -2105388 or 13950943. OLE color: 13950943.
HSL color Cylindrical-coordinate representation of color #DFDFD4: hue angle of 60º degrees, saturation: 0.15, 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 #DFDFD4 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 212 | - |
CMYK | 0 | 0 | 0.05 | 0.13 |
HSL | 60º | 0.15% | 0.85% | - |
HSV(B) | 60º | 0.05% | 0.87% | - |
XYZ | 68.7 | 73.22 | 72.8 | - |
YUV | 221.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 212 | 0 | 0 | 0.05 | 0.13 | 60 | 0.15 | 0.85 |
Hex | DF | DF | D4 | 0 | 0 | 5 | D | 3C | F | 55 |
Octal | 337 | 337 | 324 | 0 | 0 | 5 | 15 | 74 | 17 | 125 |
Binary | 11011111 | 11011111 | 11010100 | 0 | 0 | 101 | 1101 | 111100 | 1111 | 1010101 |
Color Harmonies of #DFDFD4
Complementary color
Monochromatic Colors of #DFDFD4
Black with #DFDFD4
Text Example
Text Example
White with #DFDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFD4; }
p { color: rgb(223,223,212); }
H1.HeaderClassName
{
color: #DFDFD4;
}
.AnyTagClassName
{
color: #DFDFD4;
}
</style>
background-color css
<style>
a { background-color: #DFDFD4; }
a { background-color: rgb(223,223,212); }
div.DivClassName
{
background-color: #DFDFD4;
}
.BgClassName
{
background-color: #DFDFD4;
}
</style>
border-color css
<style>
span { border-color: #DFDFD4; }
span { border-color: rgb(223,223,212); }
td.TdClassName
{
border-color: #DFDFD4;
}
.TagClassName
{
border-color: #DFDFD4;
}
</style>