Shades of Snuff #DDD3DC
Tints of Snuff #DDD3DC
RGB
CMYK
RGB Variations
Color information
#DDD3DC (or 0xDDD3DC) is known color: Snuff. HEX triplet: DD, D3 and DC. RGB value is (221,211,220). Sum of RGB (Red+Green+Blue) = 221+211+220=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3DC is #222C23. Grayscale: #D6D6D6. Windows color (decimal): -2239524 or 14472157. OLE color: 14472157.
HSL color Cylindrical-coordinate representation of color #DDD3DC: hue angle of 306º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD3DC is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 211 | 220 | - |
CMYK | 0 | 0.05 | 0.00 | 0.13 |
HSL | 306º | 0.13% | 0.85% | - |
HSV(B) | 306º | 0.05% | 0.87% | - |
XYZ | 66.03 | 67.13 | 77.19 | - |
YUV | 215.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 220 | 0 | 0.05 | 0.00 | 0.13 | 306 | 0.13 | 0.85 |
Hex | DD | D3 | DC | 0 | 5 | 0 | D | 132 | D | 55 |
Octal | 335 | 323 | 334 | 0 | 5 | 0 | 15 | 462 | 15 | 125 |
Binary | 11011101 | 11010011 | 11011100 | 0 | 101 | 0 | 1101 | 100110010 | 1101 | 1010101 |
Color Harmonies of #DDD3DC
Complementary color
Monochromatic Colors of #DDD3DC
Black with #DDD3DC
Text Example
Text Example
White with #DDD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3DC; }
p { color: rgb(221,211,220); }
H1.HeaderClassName
{
color: #DDD3DC;
}
.AnyTagClassName
{
color: #DDD3DC;
}
</style>
background-color css
<style>
a { background-color: #DDD3DC; }
a { background-color: rgb(221,211,220); }
div.DivClassName
{
background-color: #DDD3DC;
}
.BgClassName
{
background-color: #DDD3DC;
}
</style>
border-color css
<style>
span { border-color: #DDD3DC; }
span { border-color: rgb(221,211,220); }
td.TdClassName
{
border-color: #DDD3DC;
}
.TagClassName
{
border-color: #DDD3DC;
}
</style>