Shades of Snuff #DDDBDD
Tints of Snuff #DDDBDD
RGB
CMYK
RGB Variations
Color information
#DDDBDD (or 0xDDDBDD) is known color: Snuff. HEX triplet: DD, DB and DD. RGB value is (221,219,221). Sum of RGB (Red+Green+Blue) = 221+219+221=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBDD is #222422. Grayscale: #DBDBDB. Windows color (decimal): -2237475 or 14539741. OLE color: 14539741.
HSL color Cylindrical-coordinate representation of color #DDDBDD: hue angle of 300º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDBDD is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 221 | - |
CMYK | 0 | 0.01 | 0 | 0.13 |
HSL | 300º | 0.03% | 0.86% | - |
HSV(B) | 300º | 0.01% | 0.87% | - |
XYZ | 68.2 | 71.26 | 78.57 | - |
YUV | 219.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 221 | 0 | 0.01 | 0 | 0.13 | 300 | 0.03 | 0.86 |
Hex | DD | DB | DD | 0 | 1 | 0 | D | 12C | 3 | 56 |
Octal | 335 | 333 | 335 | 0 | 1 | 0 | 15 | 454 | 3 | 126 |
Binary | 11011101 | 11011011 | 11011101 | 0 | 1 | 0 | 1101 | 100101100 | 11 | 1010110 |
Color Harmonies of #DDDBDD
Complementary color
Monochromatic Colors of #DDDBDD
Black with #DDDBDD
Text Example
Text Example
White with #DDDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBDD; }
p { color: rgb(221,219,221); }
H1.HeaderClassName
{
color: #DDDBDD;
}
.AnyTagClassName
{
color: #DDDBDD;
}
</style>
background-color css
<style>
a { background-color: #DDDBDD; }
a { background-color: rgb(221,219,221); }
div.DivClassName
{
background-color: #DDDBDD;
}
.BgClassName
{
background-color: #DDDBDD;
}
</style>
border-color css
<style>
span { border-color: #DDDBDD; }
span { border-color: rgb(221,219,221); }
td.TdClassName
{
border-color: #DDDBDD;
}
.TagClassName
{
border-color: #DDDBDD;
}
</style>