Shades of Snuff #DCD6DD
Tints of Snuff #DCD6DD
RGB
CMYK
RGB Variations
Color information
#DCD6DD (or 0xDCD6DD) is known color: Snuff. HEX triplet: DC, D6 and DD. RGB value is (220,214,221). Sum of RGB (Red+Green+Blue) = 220+214+221=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6DD is #232922. Grayscale: #D8D8D8. Windows color (decimal): -2304291 or 14538460. OLE color: 14538460.
HSL color Cylindrical-coordinate representation of color #DCD6DD: hue angle of 291.43º 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 #DCD6DD is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 214 | 221 | - |
CMYK | 0.00 | 0.03 | 0 | 0.13 |
HSL | 291.43º | 0.09% | 0.85% | - |
HSV(B) | 291.43º | 0.03% | 0.87% | - |
XYZ | 66.61 | 68.53 | 78.12 | - |
YUV | 216.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 214 | 221 | 0.00 | 0.03 | 0 | 0.13 | 291.43 | 0.09 | 0.85 |
Hex | DC | D6 | DD | 0 | 3 | 0 | D | 123 | 9 | 55 |
Octal | 334 | 326 | 335 | 0 | 3 | 0 | 15 | 443 | 11 | 125 |
Binary | 11011100 | 11010110 | 11011101 | 0 | 11 | 0 | 1101 | 100100011 | 1001 | 1010101 |
Color Harmonies of #DCD6DD
Complementary color
Monochromatic Colors of #DCD6DD
Black with #DCD6DD
Text Example
Text Example
White with #DCD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6DD; }
p { color: rgb(220,214,221); }
H1.HeaderClassName
{
color: #DCD6DD;
}
.AnyTagClassName
{
color: #DCD6DD;
}
</style>
background-color css
<style>
a { background-color: #DCD6DD; }
a { background-color: rgb(220,214,221); }
div.DivClassName
{
background-color: #DCD6DD;
}
.BgClassName
{
background-color: #DCD6DD;
}
</style>
border-color css
<style>
span { border-color: #DCD6DD; }
span { border-color: rgb(220,214,221); }
td.TdClassName
{
border-color: #DCD6DD;
}
.TagClassName
{
border-color: #DCD6DD;
}
</style>