Shades of Snuff #DAD4DA
Tints of Snuff #DAD4DA
RGB
CMYK
RGB Variations
Color information
#DAD4DA (or 0xDAD4DA) is known color: Snuff. HEX triplet: DA, D4 and DA. RGB value is (218,212,218). Sum of RGB (Red+Green+Blue) = 218+212+218=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4DA is #252B25. Grayscale: #D6D6D6. Windows color (decimal): -2435878 or 14341338. OLE color: 14341338.
HSL color Cylindrical-coordinate representation of color #DAD4DA: hue angle of 300º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAD4DA is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 218 | - |
CMYK | 0 | 0.03 | 0 | 0.15 |
HSL | 300º | 0.08% | 0.84% | - |
HSV(B) | 300º | 0.03% | 0.85% | - |
XYZ | 65.11 | 67.05 | 75.84 | - |
YUV | 214.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 218 | 0 | 0.03 | 0 | 0.15 | 300 | 0.08 | 0.84 |
Hex | DA | D4 | DA | 0 | 3 | 0 | F | 12C | 8 | 54 |
Octal | 332 | 324 | 332 | 0 | 3 | 0 | 17 | 454 | 10 | 124 |
Binary | 11011010 | 11010100 | 11011010 | 0 | 11 | 0 | 1111 | 100101100 | 1000 | 1010100 |
Color Harmonies of #DAD4DA
Complementary color
Monochromatic Colors of #DAD4DA
Black with #DAD4DA
Text Example
Text Example
White with #DAD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4DA; }
p { color: rgb(218,212,218); }
H1.HeaderClassName
{
color: #DAD4DA;
}
.AnyTagClassName
{
color: #DAD4DA;
}
</style>
background-color css
<style>
a { background-color: #DAD4DA; }
a { background-color: rgb(218,212,218); }
div.DivClassName
{
background-color: #DAD4DA;
}
.BgClassName
{
background-color: #DAD4DA;
}
</style>
border-color css
<style>
span { border-color: #DAD4DA; }
span { border-color: rgb(218,212,218); }
td.TdClassName
{
border-color: #DAD4DA;
}
.TagClassName
{
border-color: #DAD4DA;
}
</style>