Shades of Snuff #DDD1DD
Tints of Snuff #DDD1DD
RGB
CMYK
RGB Variations
Color information
#DDD1DD (or 0xDDD1DD) is known color: Snuff. HEX triplet: DD, D1 and DD. RGB value is (221,209,221). Sum of RGB (Red+Green+Blue) = 221+209+221=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1DD is #222E22. Grayscale: #D5D5D5. Windows color (decimal): -2240035 or 14537181. OLE color: 14537181.
HSL color Cylindrical-coordinate representation of color #DDD1DD: hue angle of 300º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD1DD is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 221 | - |
CMYK | 0 | 0.05 | 0 | 0.13 |
HSL | 300º | 0.15% | 0.84% | - |
HSV(B) | 300º | 0.05% | 0.87% | - |
XYZ | 65.67 | 66.19 | 77.72 | - |
YUV | 213.96 | 131.98 | 133.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 221 | 0 | 0.05 | 0 | 0.13 | 300 | 0.15 | 0.84 |
Hex | DD | D1 | DD | 0 | 5 | 0 | D | 12C | F | 54 |
Octal | 335 | 321 | 335 | 0 | 5 | 0 | 15 | 454 | 17 | 124 |
Binary | 11011101 | 11010001 | 11011101 | 0 | 101 | 0 | 1101 | 100101100 | 1111 | 1010100 |
Color Harmonies of #DDD1DD
Complementary color
Monochromatic Colors of #DDD1DD
Black with #DDD1DD
Text Example
Text Example
White with #DDD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1DD; }
p { color: rgb(221,209,221); }
H1.HeaderClassName
{
color: #DDD1DD;
}
.AnyTagClassName
{
color: #DDD1DD;
}
</style>
background-color css
<style>
a { background-color: #DDD1DD; }
a { background-color: rgb(221,209,221); }
div.DivClassName
{
background-color: #DDD1DD;
}
.BgClassName
{
background-color: #DDD1DD;
}
</style>
border-color css
<style>
span { border-color: #DDD1DD; }
span { border-color: rgb(221,209,221); }
td.TdClassName
{
border-color: #DDD1DD;
}
.TagClassName
{
border-color: #DDD1DD;
}
</style>