Shades of Snow Drift #DCDCD9
Tints of Snow Drift #DCDCD9
RGB
CMYK
RGB Variations
Color information
#DCDCD9 (or 0xDCDCD9) is known color: Snow Drift. HEX triplet: DC, DC and D9. RGB value is (220,220,217). Sum of RGB (Red+Green+Blue) = 220+220+217=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCD9 is #232326. Grayscale: #DBDBDB. Windows color (decimal): -2302759 or 14277852. OLE color: 14277852.
HSL color Cylindrical-coordinate representation of color #DCDCD9: hue angle of 60º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCDCD9 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 217 | - |
CMYK | 0 | 0 | 0.01 | 0.14 |
HSL | 60º | 0.04% | 0.86% | - |
HSV(B) | 60º | 0.01% | 0.86% | - |
XYZ | 67.63 | 71.41 | 75.86 | - |
YUV | 219.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 217 | 0 | 0 | 0.01 | 0.14 | 60 | 0.04 | 0.86 |
Hex | DC | DC | D9 | 0 | 0 | 1 | E | 3C | 4 | 56 |
Octal | 334 | 334 | 331 | 0 | 0 | 1 | 16 | 74 | 4 | 126 |
Binary | 11011100 | 11011100 | 11011001 | 0 | 0 | 1 | 1110 | 111100 | 100 | 1010110 |
Color Harmonies of #DCDCD9
Complementary color
Monochromatic Colors of #DCDCD9
Black with #DCDCD9
Text Example
Text Example
White with #DCDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCD9; }
p { color: rgb(220,220,217); }
H1.HeaderClassName
{
color: #DCDCD9;
}
.AnyTagClassName
{
color: #DCDCD9;
}
</style>
background-color css
<style>
a { background-color: #DCDCD9; }
a { background-color: rgb(220,220,217); }
div.DivClassName
{
background-color: #DCDCD9;
}
.BgClassName
{
background-color: #DCDCD9;
}
</style>
border-color css
<style>
span { border-color: #DCDCD9; }
span { border-color: rgb(220,220,217); }
td.TdClassName
{
border-color: #DCDCD9;
}
.TagClassName
{
border-color: #DCDCD9;
}
</style>