Shades of Snuff #DAD2DB
Tints of Snuff #DAD2DB
RGB
CMYK
RGB Variations
Color information
#DAD2DB (or 0xDAD2DB) is known color: Snuff. HEX triplet: DA, D2 and DB. RGB value is (218,210,219). Sum of RGB (Red+Green+Blue) = 218+210+219=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2DB is #252D24. Grayscale: #D5D5D5. Windows color (decimal): -2436389 or 14406362. OLE color: 14406362.
HSL color Cylindrical-coordinate representation of color #DAD2DB: hue angle of 293.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD2DB is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 210 | 219 | - |
CMYK | 0.00 | 0.04 | 0 | 0.14 |
HSL | 293.33º | 0.11% | 0.84% | - |
HSV(B) | 293.33º | 0.04% | 0.86% | - |
XYZ | 64.75 | 66.11 | 76.37 | - |
YUV | 213.42 | 131.15 | 131.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 210 | 219 | 0.00 | 0.04 | 0 | 0.14 | 293.33 | 0.11 | 0.84 |
Hex | DA | D2 | DB | 0 | 4 | 0 | E | 125 | B | 54 |
Octal | 332 | 322 | 333 | 0 | 4 | 0 | 16 | 445 | 13 | 124 |
Binary | 11011010 | 11010010 | 11011011 | 0 | 100 | 0 | 1110 | 100100101 | 1011 | 1010100 |
Color Harmonies of #DAD2DB
Complementary color
Monochromatic Colors of #DAD2DB
Black with #DAD2DB
Text Example
Text Example
White with #DAD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2DB; }
p { color: rgb(218,210,219); }
H1.HeaderClassName
{
color: #DAD2DB;
}
.AnyTagClassName
{
color: #DAD2DB;
}
</style>
background-color css
<style>
a { background-color: #DAD2DB; }
a { background-color: rgb(218,210,219); }
div.DivClassName
{
background-color: #DAD2DB;
}
.BgClassName
{
background-color: #DAD2DB;
}
</style>
border-color css
<style>
span { border-color: #DAD2DB; }
span { border-color: rgb(218,210,219); }
td.TdClassName
{
border-color: #DAD2DB;
}
.TagClassName
{
border-color: #DAD2DB;
}
</style>