Shades of Snuff #DDD1DC
Tints of Snuff #DDD1DC
RGB
CMYK
RGB Variations
Color information
#DDD1DC (or 0xDDD1DC) is known color: Snuff. HEX triplet: DD, D1 and DC. RGB value is (221,209,220). Sum of RGB (Red+Green+Blue) = 221+209+220=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1DC is #222E23. Grayscale: #D5D5D5. Windows color (decimal): -2240036 or 14471645. OLE color: 14471645.
HSL color Cylindrical-coordinate representation of color #DDD1DC: hue angle of 305º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDD1DC is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 209 | 220 | - |
CMYK | 0 | 0.05 | 0.00 | 0.13 |
HSL | 305º | 0.15% | 0.84% | - |
HSV(B) | 305º | 0.05% | 0.87% | - |
XYZ | 65.54 | 66.14 | 77.02 | - |
YUV | 213.84 | 131.48 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 220 | 0 | 0.05 | 0.00 | 0.13 | 305 | 0.15 | 0.84 |
Hex | DD | D1 | DC | 0 | 5 | 0 | D | 131 | F | 54 |
Octal | 335 | 321 | 334 | 0 | 5 | 0 | 15 | 461 | 17 | 124 |
Binary | 11011101 | 11010001 | 11011100 | 0 | 101 | 0 | 1101 | 100110001 | 1111 | 1010100 |
Color Harmonies of #DDD1DC
Complementary color
Monochromatic Colors of #DDD1DC
Black with #DDD1DC
Text Example
Text Example
White with #DDD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1DC; }
p { color: rgb(221,209,220); }
H1.HeaderClassName
{
color: #DDD1DC;
}
.AnyTagClassName
{
color: #DDD1DC;
}
</style>
background-color css
<style>
a { background-color: #DDD1DC; }
a { background-color: rgb(221,209,220); }
div.DivClassName
{
background-color: #DDD1DC;
}
.BgClassName
{
background-color: #DDD1DC;
}
</style>
border-color css
<style>
span { border-color: #DDD1DC; }
span { border-color: rgb(221,209,220); }
td.TdClassName
{
border-color: #DDD1DC;
}
.TagClassName
{
border-color: #DDD1DC;
}
</style>