Shades of Snow Drift #DEDFD4
Tints of Snow Drift #DEDFD4
RGB
CMYK
RGB Variations
Color information
#DEDFD4 (or 0xDEDFD4) is known color: Snow Drift. HEX triplet: DE, DF and D4. RGB value is (222,223,212). Sum of RGB (Red+Green+Blue) = 222+223+212=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFD4 is #21202B. Grayscale: #DDDDDD. Windows color (decimal): -2170924 or 13950942. OLE color: 13950942.
HSL color Cylindrical-coordinate representation of color #DEDFD4: hue angle of 65.45º 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 #DEDFD4 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 212 | - |
CMYK | 0.00 | 0 | 0.05 | 0.13 |
HSL | 65.45º | 0.15% | 0.85% | - |
HSV(B) | 65.45º | 0.05% | 0.87% | - |
XYZ | 68.4 | 73.06 | 72.78 | - |
YUV | 221.45 | 122.67 | 128.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 212 | 0.00 | 0 | 0.05 | 0.13 | 65.45 | 0.15 | 0.85 |
Hex | DE | DF | D4 | 0 | 0 | 5 | D | 41 | F | 55 |
Octal | 336 | 337 | 324 | 0 | 0 | 5 | 15 | 101 | 17 | 125 |
Binary | 11011110 | 11011111 | 11010100 | 0 | 0 | 101 | 1101 | 1000001 | 1111 | 1010101 |
Color Harmonies of #DEDFD4
Complementary color
Monochromatic Colors of #DEDFD4
Black with #DEDFD4
Text Example
Text Example
White with #DEDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFD4; }
p { color: rgb(222,223,212); }
H1.HeaderClassName
{
color: #DEDFD4;
}
.AnyTagClassName
{
color: #DEDFD4;
}
</style>
background-color css
<style>
a { background-color: #DEDFD4; }
a { background-color: rgb(222,223,212); }
div.DivClassName
{
background-color: #DEDFD4;
}
.BgClassName
{
background-color: #DEDFD4;
}
</style>
border-color css
<style>
span { border-color: #DEDFD4; }
span { border-color: rgb(222,223,212); }
td.TdClassName
{
border-color: #DEDFD4;
}
.TagClassName
{
border-color: #DEDFD4;
}
</style>