Shades of Snow Drift #DCDCDB
Tints of Snow Drift #DCDCDB
RGB
CMYK
RGB Variations
Color information
#DCDCDB (or 0xDCDCDB) is known color: Snow Drift. HEX triplet: DC, DC and DB. RGB value is (220,220,219). Sum of RGB (Red+Green+Blue) = 220+220+219=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCDB is #232324. Grayscale: #DBDBDB. Windows color (decimal): -2302757 or 14408924. OLE color: 14408924.
HSL color Cylindrical-coordinate representation of color #DCDCDB: hue angle of 60º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DCDCDB is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 219 | - |
CMYK | 0 | 0 | 0.00 | 0.14 |
HSL | 60º | 0.01% | 0.86% | - |
HSV(B) | 60º | 0% | 0.86% | - |
XYZ | 67.89 | 71.52 | 77.24 | - |
YUV | 219.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 219 | 0 | 0 | 0.00 | 0.14 | 60 | 0.01 | 0.86 |
Hex | DC | DC | DB | 0 | 0 | 0 | E | 3C | 1 | 56 |
Octal | 334 | 334 | 333 | 0 | 0 | 0 | 16 | 74 | 1 | 126 |
Binary | 11011100 | 11011100 | 11011011 | 0 | 0 | 0 | 1110 | 111100 | 1 | 1010110 |
Color Harmonies of #DCDCDB
Complementary color
Monochromatic Colors of #DCDCDB
Black with #DCDCDB
Text Example
Text Example
White with #DCDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCDB; }
p { color: rgb(220,220,219); }
H1.HeaderClassName
{
color: #DCDCDB;
}
.AnyTagClassName
{
color: #DCDCDB;
}
</style>
background-color css
<style>
a { background-color: #DCDCDB; }
a { background-color: rgb(220,220,219); }
div.DivClassName
{
background-color: #DCDCDB;
}
.BgClassName
{
background-color: #DCDCDB;
}
</style>
border-color css
<style>
span { border-color: #DCDCDB; }
span { border-color: rgb(220,220,219); }
td.TdClassName
{
border-color: #DCDCDB;
}
.TagClassName
{
border-color: #DCDCDB;
}
</style>