Shades of Snuff #DDD0DD
Tints of Snuff #DDD0DD
RGB
CMYK
RGB Variations
Color information
#DDD0DD (or 0xDDD0DD) is known color: Snuff. HEX triplet: DD, D0 and DD. RGB value is (221,208,221). Sum of RGB (Red+Green+Blue) = 221+208+221=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DD is #222F22. Grayscale: #D5D5D5. Windows color (decimal): -2240291 or 14536925. OLE color: 14536925.
HSL color Cylindrical-coordinate representation of color #DDD0DD: hue angle of 300º 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 #DDD0DD is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 208 | 221 | - |
CMYK | 0 | 0.06 | 0 | 0.13 |
HSL | 300º | 0.16% | 0.84% | - |
HSV(B) | 300º | 0.06% | 0.87% | - |
XYZ | 65.43 | 65.7 | 77.64 | - |
YUV | 213.37 | 132.31 | 133.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 221 | 0 | 0.06 | 0 | 0.13 | 300 | 0.16 | 0.84 |
Hex | DD | D0 | DD | 0 | 6 | 0 | D | 12C | 10 | 54 |
Octal | 335 | 320 | 335 | 0 | 6 | 0 | 15 | 454 | 20 | 124 |
Binary | 11011101 | 11010000 | 11011101 | 0 | 110 | 0 | 1101 | 100101100 | 10000 | 1010100 |
Color Harmonies of #DDD0DD
Complementary color
Monochromatic Colors of #DDD0DD
Black with #DDD0DD
Text Example
Text Example
White with #DDD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0DD; }
p { color: rgb(221,208,221); }
H1.HeaderClassName
{
color: #DDD0DD;
}
.AnyTagClassName
{
color: #DDD0DD;
}
</style>
background-color css
<style>
a { background-color: #DDD0DD; }
a { background-color: rgb(221,208,221); }
div.DivClassName
{
background-color: #DDD0DD;
}
.BgClassName
{
background-color: #DDD0DD;
}
</style>
border-color css
<style>
span { border-color: #DDD0DD; }
span { border-color: rgb(221,208,221); }
td.TdClassName
{
border-color: #DDD0DD;
}
.TagClassName
{
border-color: #DDD0DD;
}
</style>