Shades of Snuff #DDD5DB
Tints of Snuff #DDD5DB
RGB
CMYK
RGB Variations
Color information
#DDD5DB (or 0xDDD5DB) is known color: Snuff. HEX triplet: DD, D5 and DB. RGB value is (221,213,219). Sum of RGB (Red+Green+Blue) = 221+213+219=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5DB is #222A24. Grayscale: #D8D8D8. Windows color (decimal): -2239013 or 14407133. OLE color: 14407133.
HSL color Cylindrical-coordinate representation of color #DDD5DB: hue angle of 315º 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 #DDD5DB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 213 | 219 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 315º | 0.11% | 0.85% | - |
HSV(B) | 315º | 0.04% | 0.87% | - |
XYZ | 66.4 | 68.08 | 76.66 | - |
YUV | 216.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 219 | 0 | 0.04 | 0.01 | 0.13 | 315 | 0.11 | 0.85 |
Hex | DD | D5 | DB | 0 | 4 | 1 | D | 13B | B | 55 |
Octal | 335 | 325 | 333 | 0 | 4 | 1 | 15 | 473 | 13 | 125 |
Binary | 11011101 | 11010101 | 11011011 | 0 | 100 | 1 | 1101 | 100111011 | 1011 | 1010101 |
Color Harmonies of #DDD5DB
Complementary color
Monochromatic Colors of #DDD5DB
Black with #DDD5DB
Text Example
Text Example
White with #DDD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5DB; }
p { color: rgb(221,213,219); }
H1.HeaderClassName
{
color: #DDD5DB;
}
.AnyTagClassName
{
color: #DDD5DB;
}
</style>
background-color css
<style>
a { background-color: #DDD5DB; }
a { background-color: rgb(221,213,219); }
div.DivClassName
{
background-color: #DDD5DB;
}
.BgClassName
{
background-color: #DDD5DB;
}
</style>
border-color css
<style>
span { border-color: #DDD5DB; }
span { border-color: rgb(221,213,219); }
td.TdClassName
{
border-color: #DDD5DB;
}
.TagClassName
{
border-color: #DDD5DB;
}
</style>