Shades of Snow Drift #DFE0D7
Tints of Snow Drift #DFE0D7
RGB
CMYK
RGB Variations
Color information
#DFE0D7 (or 0xDFE0D7) is known color: Snow Drift. HEX triplet: DF, E0 and D7. RGB value is (223,224,215). Sum of RGB (Red+Green+Blue) = 223+224+215=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0D7 is #201F28. Grayscale: #DEDEDE. Windows color (decimal): -2105129 or 14147807. OLE color: 14147807.
HSL color Cylindrical-coordinate representation of color #DFE0D7: hue angle of 66.67º degrees, saturation: 0.13, 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 #DFE0D7 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 215 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.12 |
| HSL | 66.67º | 0.13% | 0.86% | - |
| HSV(B) | 66.67º | 0.04% | 0.88% | - |
| XYZ | 69.35 | 73.91 | 74.9 | - |
| YUV | 222.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 215 | 0.00 | 0 | 0.04 | 0.12 | 66.67 | 0.13 | 0.86 |
| Hex | DF | E0 | D7 | 0 | 0 | 4 | C | 43 | D | 56 |
| Octal | 337 | 340 | 327 | 0 | 0 | 4 | 14 | 103 | 15 | 126 |
| Binary | 11011111 | 11100000 | 11010111 | 0 | 0 | 100 | 1100 | 1000011 | 1101 | 1010110 |
Color Harmonies of #DFE0D7
Complementary color
Monochromatic Colors of #DFE0D7
Black with #DFE0D7
Text Example
Text Example
White with #DFE0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0D7; }
p { color: rgb(223,224,215); }
H1.HeaderClassName
{
color: #DFE0D7;
}
.AnyTagClassName
{
color: #DFE0D7;
}
</style>
background-color css
<style>
a { background-color: #DFE0D7; }
a { background-color: rgb(223,224,215); }
div.DivClassName
{
background-color: #DFE0D7;
}
.BgClassName
{
background-color: #DFE0D7;
}
</style>
border-color css
<style>
span { border-color: #DFE0D7; }
span { border-color: rgb(223,224,215); }
td.TdClassName
{
border-color: #DFE0D7;
}
.TagClassName
{
border-color: #DFE0D7;
}
</style>