Shades of Snow Drift #DDDDD8
Tints of Snow Drift #DDDDD8
RGB
CMYK
RGB Variations
Color information
#DDDDD8 (or 0xDDDDD8) is known color: Snow Drift. HEX triplet: DD, DD and D8. RGB value is (221,221,216). Sum of RGB (Red+Green+Blue) = 221+221+216=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD8 is #222227. Grayscale: #DCDCDC. Windows color (decimal): -2236968 or 14212573. OLE color: 14212573.
HSL color Cylindrical-coordinate representation of color #DDDDD8: 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 #DDDDD8 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 216 | - |
CMYK | 0 | 0 | 0.02 | 0.13 |
HSL | 60º | 0.07% | 0.86% | - |
HSV(B) | 60º | 0.02% | 0.87% | - |
XYZ | 68.07 | 72.04 | 75.28 | - |
YUV | 220.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 216 | 0 | 0 | 0.02 | 0.13 | 60 | 0.07 | 0.86 |
Hex | DD | DD | D8 | 0 | 0 | 2 | D | 3C | 7 | 56 |
Octal | 335 | 335 | 330 | 0 | 0 | 2 | 15 | 74 | 7 | 126 |
Binary | 11011101 | 11011101 | 11011000 | 0 | 0 | 10 | 1101 | 111100 | 111 | 1010110 |
Color Harmonies of #DDDDD8
Complementary color
Monochromatic Colors of #DDDDD8
Black with #DDDDD8
Text Example
Text Example
White with #DDDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDD8; }
p { color: rgb(221,221,216); }
H1.HeaderClassName
{
color: #DDDDD8;
}
.AnyTagClassName
{
color: #DDDDD8;
}
</style>
background-color css
<style>
a { background-color: #DDDDD8; }
a { background-color: rgb(221,221,216); }
div.DivClassName
{
background-color: #DDDDD8;
}
.BgClassName
{
background-color: #DDDDD8;
}
</style>
border-color css
<style>
span { border-color: #DDDDD8; }
span { border-color: rgb(221,221,216); }
td.TdClassName
{
border-color: #DDDDD8;
}
.TagClassName
{
border-color: #DDDDD8;
}
</style>