Shades of Snuff #DDDADD
Tints of Snuff #DDDADD
RGB
CMYK
RGB Variations
Color information
#DDDADD (or 0xDDDADD) is known color: Snuff. HEX triplet: DD, DA and DD. RGB value is (221,218,221). Sum of RGB (Red+Green+Blue) = 221+218+221=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDADD is #222522. Grayscale: #DBDBDB. Windows color (decimal): -2237731 or 14539485. OLE color: 14539485.
HSL color Cylindrical-coordinate representation of color #DDDADD: hue angle of 300º degrees, saturation: 0.04, 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 #DDDADD is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 221 | - |
CMYK | 0 | 0.01 | 0 | 0.13 |
HSL | 300º | 0.04% | 0.86% | - |
HSV(B) | 300º | 0.01% | 0.87% | - |
XYZ | 67.94 | 70.74 | 78.48 | - |
YUV | 219.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 221 | 0 | 0.01 | 0 | 0.13 | 300 | 0.04 | 0.86 |
Hex | DD | DA | DD | 0 | 1 | 0 | D | 12C | 4 | 56 |
Octal | 335 | 332 | 335 | 0 | 1 | 0 | 15 | 454 | 4 | 126 |
Binary | 11011101 | 11011010 | 11011101 | 0 | 1 | 0 | 1101 | 100101100 | 100 | 1010110 |
Color Harmonies of #DDDADD
Complementary color
Monochromatic Colors of #DDDADD
Black with #DDDADD
Text Example
Text Example
White with #DDDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDADD; }
p { color: rgb(221,218,221); }
H1.HeaderClassName
{
color: #DDDADD;
}
.AnyTagClassName
{
color: #DDDADD;
}
</style>
background-color css
<style>
a { background-color: #DDDADD; }
a { background-color: rgb(221,218,221); }
div.DivClassName
{
background-color: #DDDADD;
}
.BgClassName
{
background-color: #DDDADD;
}
</style>
border-color css
<style>
span { border-color: #DDDADD; }
span { border-color: rgb(221,218,221); }
td.TdClassName
{
border-color: #DDDADD;
}
.TagClassName
{
border-color: #DDDADD;
}
</style>