Shades of Snow Drift #DFE0D6
Tints of Snow Drift #DFE0D6
RGB
CMYK
RGB Variations
Color information
#DFE0D6 (or 0xDFE0D6) is known color: Snow Drift. HEX triplet: DF, E0 and D6. RGB value is (223,224,214). Sum of RGB (Red+Green+Blue) = 223+224+214=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0D6 is #201F29. Grayscale: #DEDEDE. Windows color (decimal): -2105130 or 14082271. OLE color: 14082271.
HSL color Cylindrical-coordinate representation of color #DFE0D6: hue angle of 66º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE0D6 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 214 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.12 |
| HSL | 66º | 0.14% | 0.86% | - |
| HSV(B) | 66º | 0.04% | 0.88% | - |
| XYZ | 69.22 | 73.85 | 74.23 | - |
| YUV | 222.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 214 | 0.00 | 0 | 0.04 | 0.12 | 66 | 0.14 | 0.86 |
| Hex | DF | E0 | D6 | 0 | 0 | 4 | C | 42 | E | 56 |
| Octal | 337 | 340 | 326 | 0 | 0 | 4 | 14 | 102 | 16 | 126 |
| Binary | 11011111 | 11100000 | 11010110 | 0 | 0 | 100 | 1100 | 1000010 | 1110 | 1010110 |
Color Harmonies of #DFE0D6
Complementary color
Monochromatic Colors of #DFE0D6
Black with #DFE0D6
Text Example
Text Example
White with #DFE0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0D6; }
p { color: rgb(223,224,214); }
H1.HeaderClassName
{
color: #DFE0D6;
}
.AnyTagClassName
{
color: #DFE0D6;
}
</style>
background-color css
<style>
a { background-color: #DFE0D6; }
a { background-color: rgb(223,224,214); }
div.DivClassName
{
background-color: #DFE0D6;
}
.BgClassName
{
background-color: #DFE0D6;
}
</style>
border-color css
<style>
span { border-color: #DFE0D6; }
span { border-color: rgb(223,224,214); }
td.TdClassName
{
border-color: #DFE0D6;
}
.TagClassName
{
border-color: #DFE0D6;
}
</style>