Shades of Snuff #DDD5DD
Tints of Snuff #DDD5DD
RGB
CMYK
RGB Variations
Color information
#DDD5DD (or 0xDDD5DD) is known color: Snuff. HEX triplet: DD, D5 and DD. RGB value is (221,213,221). Sum of RGB (Red+Green+Blue) = 221+213+221=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5DD is #222A22. Grayscale: #D8D8D8. Windows color (decimal): -2239011 or 14538205. OLE color: 14538205.
HSL color Cylindrical-coordinate representation of color #DDD5DD: hue angle of 300º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDD5DD is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 213 | 221 | - |
CMYK | 0 | 0.04 | 0 | 0.13 |
HSL | 300º | 0.11% | 0.85% | - |
HSV(B) | 300º | 0.04% | 0.87% | - |
XYZ | 66.66 | 68.18 | 78.05 | - |
YUV | 216.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 221 | 0 | 0.04 | 0 | 0.13 | 300 | 0.11 | 0.85 |
Hex | DD | D5 | DD | 0 | 4 | 0 | D | 12C | B | 55 |
Octal | 335 | 325 | 335 | 0 | 4 | 0 | 15 | 454 | 13 | 125 |
Binary | 11011101 | 11010101 | 11011101 | 0 | 100 | 0 | 1101 | 100101100 | 1011 | 1010101 |
Color Harmonies of #DDD5DD
Complementary color
Monochromatic Colors of #DDD5DD
Black with #DDD5DD
Text Example
Text Example
White with #DDD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5DD; }
p { color: rgb(221,213,221); }
H1.HeaderClassName
{
color: #DDD5DD;
}
.AnyTagClassName
{
color: #DDD5DD;
}
</style>
background-color css
<style>
a { background-color: #DDD5DD; }
a { background-color: rgb(221,213,221); }
div.DivClassName
{
background-color: #DDD5DD;
}
.BgClassName
{
background-color: #DDD5DD;
}
</style>
border-color css
<style>
span { border-color: #DDD5DD; }
span { border-color: rgb(221,213,221); }
td.TdClassName
{
border-color: #DDD5DD;
}
.TagClassName
{
border-color: #DDD5DD;
}
</style>