Shades of Snuff #DAD1DA
Tints of Snuff #DAD1DA
RGB
CMYK
RGB Variations
Color information
#DAD1DA (or 0xDAD1DA) is known color: Snuff. HEX triplet: DA, D1 and DA. RGB value is (218,209,218). Sum of RGB (Red+Green+Blue) = 218+209+218=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1DA is #252E25. Grayscale: #D4D4D4. Windows color (decimal): -2436646 or 14340570. OLE color: 14340570.
HSL color Cylindrical-coordinate representation of color #DAD1DA: hue angle of 300º degrees, saturation: 0.11, 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 #DAD1DA is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 209 | 218 | - |
CMYK | 0 | 0.04 | 0 | 0.15 |
HSL | 300º | 0.11% | 0.84% | - |
HSV(B) | 300º | 0.04% | 0.85% | - |
XYZ | 64.37 | 65.57 | 75.59 | - |
YUV | 212.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 209 | 218 | 0 | 0.04 | 0 | 0.15 | 300 | 0.11 | 0.84 |
Hex | DA | D1 | DA | 0 | 4 | 0 | F | 12C | B | 54 |
Octal | 332 | 321 | 332 | 0 | 4 | 0 | 17 | 454 | 13 | 124 |
Binary | 11011010 | 11010001 | 11011010 | 0 | 100 | 0 | 1111 | 100101100 | 1011 | 1010100 |
Color Harmonies of #DAD1DA
Complementary color
Monochromatic Colors of #DAD1DA
Black with #DAD1DA
Text Example
Text Example
White with #DAD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1DA; }
p { color: rgb(218,209,218); }
H1.HeaderClassName
{
color: #DAD1DA;
}
.AnyTagClassName
{
color: #DAD1DA;
}
</style>
background-color css
<style>
a { background-color: #DAD1DA; }
a { background-color: rgb(218,209,218); }
div.DivClassName
{
background-color: #DAD1DA;
}
.BgClassName
{
background-color: #DAD1DA;
}
</style>
border-color css
<style>
span { border-color: #DAD1DA; }
span { border-color: rgb(218,209,218); }
td.TdClassName
{
border-color: #DAD1DA;
}
.TagClassName
{
border-color: #DAD1DA;
}
</style>