Shades of Snuff #DDD5DC
Tints of Snuff #DDD5DC
RGB
CMYK
RGB Variations
Color information
#DDD5DC (or 0xDDD5DC) is known color: Snuff. HEX triplet: DD, D5 and DC. RGB value is (221,213,220). Sum of RGB (Red+Green+Blue) = 221+213+220=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5DC is #222A23. Grayscale: #D8D8D8. Windows color (decimal): -2239012 or 14472669. OLE color: 14472669.
HSL color Cylindrical-coordinate representation of color #DDD5DC: hue angle of 307.5º 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 #DDD5DC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 213 | 220 | - |
CMYK | 0 | 0.04 | 0.00 | 0.13 |
HSL | 307.5º | 0.11% | 0.85% | - |
HSV(B) | 307.5º | 0.04% | 0.87% | - |
XYZ | 66.53 | 68.13 | 77.35 | - |
YUV | 216.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 220 | 0 | 0.04 | 0.00 | 0.13 | 307.5 | 0.11 | 0.85 |
Hex | DD | D5 | DC | 0 | 4 | 0 | D | 134 | B | 55 |
Octal | 335 | 325 | 334 | 0 | 4 | 0 | 15 | 464 | 13 | 125 |
Binary | 11011101 | 11010101 | 11011100 | 0 | 100 | 0 | 1101 | 100110100 | 1011 | 1010101 |
Color Harmonies of #DDD5DC
Complementary color
Monochromatic Colors of #DDD5DC
Black with #DDD5DC
Text Example
Text Example
White with #DDD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5DC; }
p { color: rgb(221,213,220); }
H1.HeaderClassName
{
color: #DDD5DC;
}
.AnyTagClassName
{
color: #DDD5DC;
}
</style>
background-color css
<style>
a { background-color: #DDD5DC; }
a { background-color: rgb(221,213,220); }
div.DivClassName
{
background-color: #DDD5DC;
}
.BgClassName
{
background-color: #DDD5DC;
}
</style>
border-color css
<style>
span { border-color: #DDD5DC; }
span { border-color: rgb(221,213,220); }
td.TdClassName
{
border-color: #DDD5DC;
}
.TagClassName
{
border-color: #DDD5DC;
}
</style>