Shades of Snow Drift #DEDED9
Tints of Snow Drift #DEDED9
RGB
CMYK
RGB Variations
Color information
#DEDED9 (or 0xDEDED9) is known color: Snow Drift. HEX triplet: DE, DE and D9. RGB value is (222,222,217). Sum of RGB (Red+Green+Blue) = 222+222+217=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDED9 is #212126. Grayscale: #DDDDDD. Windows color (decimal): -2171175 or 14278366. OLE color: 14278366.
HSL color Cylindrical-coordinate representation of color #DEDED9: hue angle of 60º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDED9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 217 | - |
CMYK | 0 | 0 | 0.02 | 0.13 |
HSL | 60º | 0.07% | 0.86% | - |
HSV(B) | 60º | 0.02% | 0.87% | - |
XYZ | 68.77 | 72.78 | 76.07 | - |
YUV | 221.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 217 | 0 | 0 | 0.02 | 0.13 | 60 | 0.07 | 0.86 |
Hex | DE | DE | D9 | 0 | 0 | 2 | D | 3C | 7 | 56 |
Octal | 336 | 336 | 331 | 0 | 0 | 2 | 15 | 74 | 7 | 126 |
Binary | 11011110 | 11011110 | 11011001 | 0 | 0 | 10 | 1101 | 111100 | 111 | 1010110 |
Color Harmonies of #DEDED9
Complementary color
Monochromatic Colors of #DEDED9
Black with #DEDED9
Text Example
Text Example
White with #DEDED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDED9; }
p { color: rgb(222,222,217); }
H1.HeaderClassName
{
color: #DEDED9;
}
.AnyTagClassName
{
color: #DEDED9;
}
</style>
background-color css
<style>
a { background-color: #DEDED9; }
a { background-color: rgb(222,222,217); }
div.DivClassName
{
background-color: #DEDED9;
}
.BgClassName
{
background-color: #DEDED9;
}
</style>
border-color css
<style>
span { border-color: #DEDED9; }
span { border-color: rgb(222,222,217); }
td.TdClassName
{
border-color: #DEDED9;
}
.TagClassName
{
border-color: #DEDED9;
}
</style>