Shades of Snow Drift #DEDEDD
Tints of Snow Drift #DEDEDD
RGB
CMYK
RGB Variations
Color information
#DEDEDD (or 0xDEDEDD) is known color: Snow Drift. HEX triplet: DE, DE and DD. RGB value is (222,222,221). Sum of RGB (Red+Green+Blue) = 222+222+221=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEDD is #212122. Grayscale: #DDDDDD. Windows color (decimal): -2171171 or 14540510. OLE color: 14540510.
HSL color Cylindrical-coordinate representation of color #DEDEDD: hue angle of 60º degrees, saturation: 0.01, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DEDEDD is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 221 | - |
CMYK | 0 | 0 | 0.00 | 0.13 |
HSL | 60º | 0.01% | 0.87% | - |
HSV(B) | 60º | 0% | 0.87% | - |
XYZ | 69.3 | 72.99 | 78.84 | - |
YUV | 221.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 221 | 0 | 0 | 0.00 | 0.13 | 60 | 0.01 | 0.87 |
Hex | DE | DE | DD | 0 | 0 | 0 | D | 3C | 1 | 57 |
Octal | 336 | 336 | 335 | 0 | 0 | 0 | 15 | 74 | 1 | 127 |
Binary | 11011110 | 11011110 | 11011101 | 0 | 0 | 0 | 1101 | 111100 | 1 | 1010111 |
Color Harmonies of #DEDEDD
Complementary color
Monochromatic Colors of #DEDEDD
Black with #DEDEDD
Text Example
Text Example
White with #DEDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEDD; }
p { color: rgb(222,222,221); }
H1.HeaderClassName
{
color: #DEDEDD;
}
.AnyTagClassName
{
color: #DEDEDD;
}
</style>
background-color css
<style>
a { background-color: #DEDEDD; }
a { background-color: rgb(222,222,221); }
div.DivClassName
{
background-color: #DEDEDD;
}
.BgClassName
{
background-color: #DEDEDD;
}
</style>
border-color css
<style>
span { border-color: #DEDEDD; }
span { border-color: rgb(222,222,221); }
td.TdClassName
{
border-color: #DEDEDD;
}
.TagClassName
{
border-color: #DEDEDD;
}
</style>