Shades of Snuff #DDD0DC
Tints of Snuff #DDD0DC
RGB
CMYK
RGB Variations
Color information
#DDD0DC (or 0xDDD0DC) is known color: Snuff. HEX triplet: DD, D0 and DC. RGB value is (221,208,220). Sum of RGB (Red+Green+Blue) = 221+208+220=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DC is #222F23. Grayscale: #D5D5D5. Windows color (decimal): -2240292 or 14471389. OLE color: 14471389.
HSL color Cylindrical-coordinate representation of color #DDD0DC: hue angle of 304.62º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0DC is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 220 | - |
CMYK | 0 | 0.06 | 0.00 | 0.13 |
HSL | 304.62º | 0.16% | 0.84% | - |
HSV(B) | 304.62º | 0.06% | 0.87% | - |
XYZ | 65.29 | 65.65 | 76.94 | - |
YUV | 213.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 220 | 0 | 0.06 | 0.00 | 0.13 | 304.62 | 0.16 | 0.84 |
Hex | DD | D0 | DC | 0 | 6 | 0 | D | 131 | 10 | 54 |
Octal | 335 | 320 | 334 | 0 | 6 | 0 | 15 | 461 | 20 | 124 |
Binary | 11011101 | 11010000 | 11011100 | 0 | 110 | 0 | 1101 | 100110001 | 10000 | 1010100 |
Color Harmonies of #DDD0DC
Complementary color
Monochromatic Colors of #DDD0DC
Black with #DDD0DC
Text Example
Text Example
White with #DDD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0DC; }
p { color: rgb(221,208,220); }
H1.HeaderClassName
{
color: #DDD0DC;
}
.AnyTagClassName
{
color: #DDD0DC;
}
</style>
background-color css
<style>
a { background-color: #DDD0DC; }
a { background-color: rgb(221,208,220); }
div.DivClassName
{
background-color: #DDD0DC;
}
.BgClassName
{
background-color: #DDD0DC;
}
</style>
border-color css
<style>
span { border-color: #DDD0DC; }
span { border-color: rgb(221,208,220); }
td.TdClassName
{
border-color: #DDD0DC;
}
.TagClassName
{
border-color: #DDD0DC;
}
</style>