Shades of Snow Drift #DDDDDC
Tints of Snow Drift #DDDDDC
RGB
CMYK
RGB Variations
Color information
#DDDDDC (or 0xDDDDDC) is known color: Snow Drift. HEX triplet: DD, DD and DC. RGB value is (221,221,220). Sum of RGB (Red+Green+Blue) = 221+221+220=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDC is #222223. Grayscale: #DCDCDC. Windows color (decimal): -2236964 or 14474717. OLE color: 14474717.
HSL color Cylindrical-coordinate representation of color #DDDDDC: hue angle of 60º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DDDDDC is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 220 | - |
CMYK | 0 | 0 | 0.00 | 0.13 |
HSL | 60º | 0.01% | 0.86% | - |
HSV(B) | 60º | 0% | 0.87% | - |
XYZ | 68.59 | 72.25 | 78.04 | - |
YUV | 220.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 220 | 0 | 0 | 0.00 | 0.13 | 60 | 0.01 | 0.86 |
Hex | DD | DD | DC | 0 | 0 | 0 | D | 3C | 1 | 56 |
Octal | 335 | 335 | 334 | 0 | 0 | 0 | 15 | 74 | 1 | 126 |
Binary | 11011101 | 11011101 | 11011100 | 0 | 0 | 0 | 1101 | 111100 | 1 | 1010110 |
Color Harmonies of #DDDDDC
Complementary color
Monochromatic Colors of #DDDDDC
Black with #DDDDDC
Text Example
Text Example
White with #DDDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDDC; }
p { color: rgb(221,221,220); }
H1.HeaderClassName
{
color: #DDDDDC;
}
.AnyTagClassName
{
color: #DDDDDC;
}
</style>
background-color css
<style>
a { background-color: #DDDDDC; }
a { background-color: rgb(221,221,220); }
div.DivClassName
{
background-color: #DDDDDC;
}
.BgClassName
{
background-color: #DDDDDC;
}
</style>
border-color css
<style>
span { border-color: #DDDDDC; }
span { border-color: rgb(221,221,220); }
td.TdClassName
{
border-color: #DDDDDC;
}
.TagClassName
{
border-color: #DDDDDC;
}
</style>