Shades of Snow Drift #DEDEDA
Tints of Snow Drift #DEDEDA
RGB
CMYK
RGB Variations
Color information
#DEDEDA (or 0xDEDEDA) is known color: Snow Drift. HEX triplet: DE, DE and DA. RGB value is (222,222,218). Sum of RGB (Red+Green+Blue) = 222+222+218=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEDA is #212125. Grayscale: #DDDDDD. Windows color (decimal): -2171174 or 14343902. OLE color: 14343902.
HSL color Cylindrical-coordinate representation of color #DEDEDA: hue angle of 60º degrees, saturation: 0.06, 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 #DEDEDA is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 218 | - |
CMYK | 0 | 0 | 0.02 | 0.13 |
HSL | 60º | 0.06% | 0.86% | - |
HSV(B) | 60º | 0.02% | 0.87% | - |
XYZ | 68.9 | 72.83 | 76.76 | - |
YUV | 221.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 218 | 0 | 0 | 0.02 | 0.13 | 60 | 0.06 | 0.86 |
Hex | DE | DE | DA | 0 | 0 | 2 | D | 3C | 6 | 56 |
Octal | 336 | 336 | 332 | 0 | 0 | 2 | 15 | 74 | 6 | 126 |
Binary | 11011110 | 11011110 | 11011010 | 0 | 0 | 10 | 1101 | 111100 | 110 | 1010110 |
Color Harmonies of #DEDEDA
Complementary color
Monochromatic Colors of #DEDEDA
Black with #DEDEDA
Text Example
Text Example
White with #DEDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEDA; }
p { color: rgb(222,222,218); }
H1.HeaderClassName
{
color: #DEDEDA;
}
.AnyTagClassName
{
color: #DEDEDA;
}
</style>
background-color css
<style>
a { background-color: #DEDEDA; }
a { background-color: rgb(222,222,218); }
div.DivClassName
{
background-color: #DEDEDA;
}
.BgClassName
{
background-color: #DEDEDA;
}
</style>
border-color css
<style>
span { border-color: #DEDEDA; }
span { border-color: rgb(222,222,218); }
td.TdClassName
{
border-color: #DEDEDA;
}
.TagClassName
{
border-color: #DEDEDA;
}
</style>