Shades of Snuff #DAD2DA
Tints of Snuff #DAD2DA
RGB
CMYK
RGB Variations
Color information
#DAD2DA (or 0xDAD2DA) is known color: Snuff. HEX triplet: DA, D2 and DA. RGB value is (218,210,218). Sum of RGB (Red+Green+Blue) = 218+210+218=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2DA is #252D25. Grayscale: #D5D5D5. Windows color (decimal): -2436390 or 14340826. OLE color: 14340826.
HSL color Cylindrical-coordinate representation of color #DAD2DA: hue angle of 300º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD2DA is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 218 | - |
| CMYK | 0 | 0.04 | 0 | 0.15 |
| HSL | 300º | 0.1% | 0.84% | - |
| HSV(B) | 300º | 0.04% | 0.85% | - |
| XYZ | 64.61 | 66.06 | 75.68 | - |
| YUV | 213.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 218 | 0 | 0.04 | 0 | 0.15 | 300 | 0.1 | 0.84 |
| Hex | DA | D2 | DA | 0 | 4 | 0 | F | 12C | A | 54 |
| Octal | 332 | 322 | 332 | 0 | 4 | 0 | 17 | 454 | 12 | 124 |
| Binary | 11011010 | 11010010 | 11011010 | 0 | 100 | 0 | 1111 | 100101100 | 1010 | 1010100 |
Color Harmonies of #DAD2DA
Complementary color
Monochromatic Colors of #DAD2DA
Black with #DAD2DA
Text Example
Text Example
White with #DAD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2DA; }
p { color: rgb(218,210,218); }
H1.HeaderClassName
{
color: #DAD2DA;
}
.AnyTagClassName
{
color: #DAD2DA;
}
</style>
background-color css
<style>
a { background-color: #DAD2DA; }
a { background-color: rgb(218,210,218); }
div.DivClassName
{
background-color: #DAD2DA;
}
.BgClassName
{
background-color: #DAD2DA;
}
</style>
border-color css
<style>
span { border-color: #DAD2DA; }
span { border-color: rgb(218,210,218); }
td.TdClassName
{
border-color: #DAD2DA;
}
.TagClassName
{
border-color: #DAD2DA;
}
</style>