Shades of Snuff #DACCDD
Tints of Snuff #DACCDD
RGB
CMYK
RGB Variations
Color information
#DACCDD (or 0xDACCDD) is known color: Snuff. HEX triplet: DA, CC and DD. RGB value is (218,204,221). Sum of RGB (Red+Green+Blue) = 218+204+221=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #DACCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCDD is #253322. Grayscale: #D2D2D2. Windows color (decimal): -2437923 or 14535898. OLE color: 14535898.
HSL color Cylindrical-coordinate representation of color #DACCDD: hue angle of 289.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACCDD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 204 | 221 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.13 |
| HSL | 289.41º | 0.2% | 0.83% | - |
| HSV(B) | 289.41º | 0.08% | 0.87% | - |
| XYZ | 63.56 | 63.31 | 77.28 | - |
| YUV | 210.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 221 | 0.01 | 0.08 | 0 | 0.13 | 289.41 | 0.2 | 0.83 |
| Hex | DA | CC | DD | 1 | 8 | 0 | D | 121 | 14 | 53 |
| Octal | 332 | 314 | 335 | 1 | 10 | 0 | 15 | 441 | 24 | 123 |
| Binary | 11011010 | 11001100 | 11011101 | 1 | 1000 | 0 | 1101 | 100100001 | 10100 | 1010011 |
Color Harmonies of #DACCDD
Complementary color
Monochromatic Colors of #DACCDD
Black with #DACCDD
Text Example
Text Example
White with #DACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCDD; }
p { color: rgb(218,204,221); }
H1.HeaderClassName
{
color: #DACCDD;
}
.AnyTagClassName
{
color: #DACCDD;
}
</style>
background-color css
<style>
a { background-color: #DACCDD; }
a { background-color: rgb(218,204,221); }
div.DivClassName
{
background-color: #DACCDD;
}
.BgClassName
{
background-color: #DACCDD;
}
</style>
border-color css
<style>
span { border-color: #DACCDD; }
span { border-color: rgb(218,204,221); }
td.TdClassName
{
border-color: #DACCDD;
}
.TagClassName
{
border-color: #DACCDD;
}
</style>