Shades of Quartz #DADADB
Tints of Quartz #DADADB
RGB
CMYK
RGB Variations
Color information
#DADADB (or 0xDADADB) is known color: Quartz. HEX triplet: DA, DA and DB. RGB value is (218,218,219). Sum of RGB (Red+Green+Blue) = 218+218+219=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 219 - color contains mainly: blue. Hex color #DADADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADADB is #252524. Grayscale: #DADADA. Windows color (decimal): -2434341 or 14408410. OLE color: 14408410.
HSL color Cylindrical-coordinate representation of color #DADADB: hue angle of 240º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DADADB is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 218 | 219 | - |
CMYK | 0.00 | 0.00 | 0 | 0.14 |
HSL | 240º | 0.01% | 0.86% | - |
HSV(B) | 240º | 0% | 0.86% | - |
XYZ | 66.77 | 70.16 | 77.04 | - |
YUV | 218.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 219 | 0.00 | 0.00 | 0 | 0.14 | 240 | 0.01 | 0.86 |
Hex | DA | DA | DB | 0 | 0 | 0 | E | F0 | 1 | 56 |
Octal | 332 | 332 | 333 | 0 | 0 | 0 | 16 | 360 | 1 | 126 |
Binary | 11011010 | 11011010 | 11011011 | 0 | 0 | 0 | 1110 | 11110000 | 1 | 1010110 |
Color Harmonies of #DADADB
Complementary color
Monochromatic Colors of #DADADB
Black with #DADADB
Text Example
Text Example
White with #DADADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADADB; }
p { color: rgb(218,218,219); }
H1.HeaderClassName
{
color: #DADADB;
}
.AnyTagClassName
{
color: #DADADB;
}
</style>
background-color css
<style>
a { background-color: #DADADB; }
a { background-color: rgb(218,218,219); }
div.DivClassName
{
background-color: #DADADB;
}
.BgClassName
{
background-color: #DADADB;
}
</style>
border-color css
<style>
span { border-color: #DADADB; }
span { border-color: rgb(218,218,219); }
td.TdClassName
{
border-color: #DADADB;
}
.TagClassName
{
border-color: #DADADB;
}
</style>