Shades of Snuff #DCD7DD
Tints of Snuff #DCD7DD
RGB
CMYK
RGB Variations
Color information
#DCD7DD (or 0xDCD7DD) is known color: Snuff. HEX triplet: DC, D7 and DD. RGB value is (220,215,221). Sum of RGB (Red+Green+Blue) = 220+215+221=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7DD is #232822. Grayscale: #D9D9D9. Windows color (decimal): -2304035 or 14538716. OLE color: 14538716.
HSL color Cylindrical-coordinate representation of color #DCD7DD: hue angle of 290º degrees, saturation: 0.08, 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 #DCD7DD is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 215 | 221 | - |
CMYK | 0.00 | 0.03 | 0 | 0.13 |
HSL | 290º | 0.08% | 0.85% | - |
HSV(B) | 290º | 0.03% | 0.87% | - |
XYZ | 66.87 | 69.04 | 78.21 | - |
YUV | 217.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 221 | 0.00 | 0.03 | 0 | 0.13 | 290 | 0.08 | 0.85 |
Hex | DC | D7 | DD | 0 | 3 | 0 | D | 122 | 8 | 55 |
Octal | 334 | 327 | 335 | 0 | 3 | 0 | 15 | 442 | 10 | 125 |
Binary | 11011100 | 11010111 | 11011101 | 0 | 11 | 0 | 1101 | 100100010 | 1000 | 1010101 |
Color Harmonies of #DCD7DD
Complementary color
Monochromatic Colors of #DCD7DD
Black with #DCD7DD
Text Example
Text Example
White with #DCD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7DD; }
p { color: rgb(220,215,221); }
H1.HeaderClassName
{
color: #DCD7DD;
}
.AnyTagClassName
{
color: #DCD7DD;
}
</style>
background-color css
<style>
a { background-color: #DCD7DD; }
a { background-color: rgb(220,215,221); }
div.DivClassName
{
background-color: #DCD7DD;
}
.BgClassName
{
background-color: #DCD7DD;
}
</style>
border-color css
<style>
span { border-color: #DCD7DD; }
span { border-color: rgb(220,215,221); }
td.TdClassName
{
border-color: #DCD7DD;
}
.TagClassName
{
border-color: #DCD7DD;
}
</style>