Shades of Snuff #DDD9DC
Tints of Snuff #DDD9DC
RGB
CMYK
RGB Variations
Color information
#DDD9DC (or 0xDDD9DC) is known color: Snuff. HEX triplet: DD, D9 and DC. RGB value is (221,217,220). Sum of RGB (Red+Green+Blue) = 221+217+220=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DC is #222623. Grayscale: #DADADA. Windows color (decimal): -2237988 or 14473693. OLE color: 14473693.
HSL color Cylindrical-coordinate representation of color #DDD9DC: hue angle of 315º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDD9DC is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 220 | - |
CMYK | 0 | 0.02 | 0.00 | 0.13 |
HSL | 315º | 0.06% | 0.86% | - |
HSV(B) | 315º | 0.02% | 0.87% | - |
XYZ | 67.55 | 70.17 | 77.69 | - |
YUV | 218.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 220 | 0 | 0.02 | 0.00 | 0.13 | 315 | 0.06 | 0.86 |
Hex | DD | D9 | DC | 0 | 2 | 0 | D | 13B | 6 | 56 |
Octal | 335 | 331 | 334 | 0 | 2 | 0 | 15 | 473 | 6 | 126 |
Binary | 11011101 | 11011001 | 11011100 | 0 | 10 | 0 | 1101 | 100111011 | 110 | 1010110 |
Color Harmonies of #DDD9DC
Complementary color
Monochromatic Colors of #DDD9DC
Black with #DDD9DC
Text Example
Text Example
White with #DDD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9DC; }
p { color: rgb(221,217,220); }
H1.HeaderClassName
{
color: #DDD9DC;
}
.AnyTagClassName
{
color: #DDD9DC;
}
</style>
background-color css
<style>
a { background-color: #DDD9DC; }
a { background-color: rgb(221,217,220); }
div.DivClassName
{
background-color: #DDD9DC;
}
.BgClassName
{
background-color: #DDD9DC;
}
</style>
border-color css
<style>
span { border-color: #DDD9DC; }
span { border-color: rgb(221,217,220); }
td.TdClassName
{
border-color: #DDD9DC;
}
.TagClassName
{
border-color: #DDD9DC;
}
</style>