Shades of Snuff #DDDCDD
Tints of Snuff #DDDCDD
RGB
CMYK
RGB Variations
Color information
#DDDCDD (or 0xDDDCDD) is known color: Snuff. HEX triplet: DD, DC and DD. RGB value is (221,220,221). Sum of RGB (Red+Green+Blue) = 221+220+221=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCDD is #222322. Grayscale: #DCDCDC. Windows color (decimal): -2237219 or 14539997. OLE color: 14539997.
HSL color Cylindrical-coordinate representation of color #DDDCDD: hue angle of 300º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DDDCDD is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 221 | - |
CMYK | 0 | 0.00 | 0 | 0.13 |
HSL | 300º | 0.01% | 0.86% | - |
HSV(B) | 300º | 0% | 0.87% | - |
XYZ | 68.46 | 71.78 | 78.65 | - |
YUV | 220.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 221 | 0 | 0.00 | 0 | 0.13 | 300 | 0.01 | 0.86 |
Hex | DD | DC | DD | 0 | 0 | 0 | D | 12C | 1 | 56 |
Octal | 335 | 334 | 335 | 0 | 0 | 0 | 15 | 454 | 1 | 126 |
Binary | 11011101 | 11011100 | 11011101 | 0 | 0 | 0 | 1101 | 100101100 | 1 | 1010110 |
Color Harmonies of #DDDCDD
Complementary color
Monochromatic Colors of #DDDCDD
Black with #DDDCDD
Text Example
Text Example
White with #DDDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCDD; }
p { color: rgb(221,220,221); }
H1.HeaderClassName
{
color: #DDDCDD;
}
.AnyTagClassName
{
color: #DDDCDD;
}
</style>
background-color css
<style>
a { background-color: #DDDCDD; }
a { background-color: rgb(221,220,221); }
div.DivClassName
{
background-color: #DDDCDD;
}
.BgClassName
{
background-color: #DDDCDD;
}
</style>
border-color css
<style>
span { border-color: #DDDCDD; }
span { border-color: rgb(221,220,221); }
td.TdClassName
{
border-color: #DDDCDD;
}
.TagClassName
{
border-color: #DDDCDD;
}
</style>