Shades of Snuff #DAD4DB
Tints of Snuff #DAD4DB
RGB
CMYK
RGB Variations
Color information
#DAD4DB (or 0xDAD4DB) is known color: Snuff. HEX triplet: DA, D4 and DB. RGB value is (218,212,219). Sum of RGB (Red+Green+Blue) = 218+212+219=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4DB is #252B24. Grayscale: #D6D6D6. Windows color (decimal): -2435877 or 14406874. OLE color: 14406874.
HSL color Cylindrical-coordinate representation of color #DAD4DB: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAD4DB is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 212 | 219 | - |
CMYK | 0.00 | 0.03 | 0 | 0.14 |
HSL | 291.43º | 0.09% | 0.85% | - |
HSV(B) | 291.43º | 0.03% | 0.86% | - |
XYZ | 65.24 | 67.11 | 76.53 | - |
YUV | 214.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 219 | 0.00 | 0.03 | 0 | 0.14 | 291.43 | 0.09 | 0.85 |
Hex | DA | D4 | DB | 0 | 3 | 0 | E | 123 | 9 | 55 |
Octal | 332 | 324 | 333 | 0 | 3 | 0 | 16 | 443 | 11 | 125 |
Binary | 11011010 | 11010100 | 11011011 | 0 | 11 | 0 | 1110 | 100100011 | 1001 | 1010101 |
Color Harmonies of #DAD4DB
Complementary color
Monochromatic Colors of #DAD4DB
Black with #DAD4DB
Text Example
Text Example
White with #DAD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4DB; }
p { color: rgb(218,212,219); }
H1.HeaderClassName
{
color: #DAD4DB;
}
.AnyTagClassName
{
color: #DAD4DB;
}
</style>
background-color css
<style>
a { background-color: #DAD4DB; }
a { background-color: rgb(218,212,219); }
div.DivClassName
{
background-color: #DAD4DB;
}
.BgClassName
{
background-color: #DAD4DB;
}
</style>
border-color css
<style>
span { border-color: #DAD4DB; }
span { border-color: rgb(218,212,219); }
td.TdClassName
{
border-color: #DAD4DB;
}
.TagClassName
{
border-color: #DAD4DB;
}
</style>