Shades of Snow Drift #DDDDD6
Tints of Snow Drift #DDDDD6
RGB
CMYK
RGB Variations
Color information
#DDDDD6 (or 0xDDDDD6) is known color: Snow Drift. HEX triplet: DD, DD and D6. RGB value is (221,221,214). Sum of RGB (Red+Green+Blue) = 221+221+214=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD6 is #222229. Grayscale: #DCDCDC. Windows color (decimal): -2236970 or 14081501. OLE color: 14081501.
HSL color Cylindrical-coordinate representation of color #DDDDD6: hue angle of 60º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDDD6 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 214 | - |
CMYK | 0 | 0 | 0.03 | 0.13 |
HSL | 60º | 0.09% | 0.85% | - |
HSV(B) | 60º | 0.03% | 0.87% | - |
XYZ | 67.81 | 71.94 | 73.93 | - |
YUV | 220.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 214 | 0 | 0 | 0.03 | 0.13 | 60 | 0.09 | 0.85 |
Hex | DD | DD | D6 | 0 | 0 | 3 | D | 3C | 9 | 55 |
Octal | 335 | 335 | 326 | 0 | 0 | 3 | 15 | 74 | 11 | 125 |
Binary | 11011101 | 11011101 | 11010110 | 0 | 0 | 11 | 1101 | 111100 | 1001 | 1010101 |
Color Harmonies of #DDDDD6
Complementary color
Monochromatic Colors of #DDDDD6
Black with #DDDDD6
Text Example
Text Example
White with #DDDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDD6; }
p { color: rgb(221,221,214); }
H1.HeaderClassName
{
color: #DDDDD6;
}
.AnyTagClassName
{
color: #DDDDD6;
}
</style>
background-color css
<style>
a { background-color: #DDDDD6; }
a { background-color: rgb(221,221,214); }
div.DivClassName
{
background-color: #DDDDD6;
}
.BgClassName
{
background-color: #DDDDD6;
}
</style>
border-color css
<style>
span { border-color: #DDDDD6; }
span { border-color: rgb(221,221,214); }
td.TdClassName
{
border-color: #DDDDD6;
}
.TagClassName
{
border-color: #DDDDD6;
}
</style>