Shades of Snuff #DDD8DD
Tints of Snuff #DDD8DD
RGB
CMYK
RGB Variations
Color information
#DDD8DD (or 0xDDD8DD) is known color: Snuff. HEX triplet: DD, D8 and DD. RGB value is (221,216,221). Sum of RGB (Red+Green+Blue) = 221+216+221=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8DD is #222722. Grayscale: #DADADA. Windows color (decimal): -2238243 or 14538973. OLE color: 14538973.
HSL color Cylindrical-coordinate representation of color #DDD8DD: hue angle of 300º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDD8DD is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 221 | - |
CMYK | 0 | 0.02 | 0 | 0.13 |
HSL | 300º | 0.07% | 0.86% | - |
HSV(B) | 300º | 0.02% | 0.87% | - |
XYZ | 67.43 | 69.7 | 78.31 | - |
YUV | 218.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 221 | 0 | 0.02 | 0 | 0.13 | 300 | 0.07 | 0.86 |
Hex | DD | D8 | DD | 0 | 2 | 0 | D | 12C | 7 | 56 |
Octal | 335 | 330 | 335 | 0 | 2 | 0 | 15 | 454 | 7 | 126 |
Binary | 11011101 | 11011000 | 11011101 | 0 | 10 | 0 | 1101 | 100101100 | 111 | 1010110 |
Color Harmonies of #DDD8DD
Complementary color
Monochromatic Colors of #DDD8DD
Black with #DDD8DD
Text Example
Text Example
White with #DDD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8DD; }
p { color: rgb(221,216,221); }
H1.HeaderClassName
{
color: #DDD8DD;
}
.AnyTagClassName
{
color: #DDD8DD;
}
</style>
background-color css
<style>
a { background-color: #DDD8DD; }
a { background-color: rgb(221,216,221); }
div.DivClassName
{
background-color: #DDD8DD;
}
.BgClassName
{
background-color: #DDD8DD;
}
</style>
border-color css
<style>
span { border-color: #DDD8DD; }
span { border-color: rgb(221,216,221); }
td.TdClassName
{
border-color: #DDD8DD;
}
.TagClassName
{
border-color: #DDD8DD;
}
</style>