Shades of Quartz #DADADD
Tints of Quartz #DADADD
RGB
CMYK
RGB Variations
Color information
#DADADD (or 0xDADADD) is known color: Quartz. HEX triplet: DA, DA and DD. RGB value is (218,218,221). Sum of RGB (Red+Green+Blue) = 218+218+221=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 221 - color contains mainly: blue. Hex color #DADADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADADD is #252522. Grayscale: #DADADA. Windows color (decimal): -2434339 or 14539482. OLE color: 14539482.
HSL color Cylindrical-coordinate representation of color #DADADD: hue angle of 240º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADADD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 218 | 221 | - |
CMYK | 0.01 | 0.01 | 0 | 0.13 |
HSL | 240º | 0.04% | 0.86% | - |
HSV(B) | 240º | 0.01% | 0.87% | - |
XYZ | 67.04 | 70.27 | 78.44 | - |
YUV | 218.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 221 | 0.01 | 0.01 | 0 | 0.13 | 240 | 0.04 | 0.86 |
Hex | DA | DA | DD | 1 | 1 | 0 | D | F0 | 4 | 56 |
Octal | 332 | 332 | 335 | 1 | 1 | 0 | 15 | 360 | 4 | 126 |
Binary | 11011010 | 11011010 | 11011101 | 1 | 1 | 0 | 1101 | 11110000 | 100 | 1010110 |
Color Harmonies of #DADADD
Complementary color
Monochromatic Colors of #DADADD
Black with #DADADD
Text Example
Text Example
White with #DADADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADADD; }
p { color: rgb(218,218,221); }
H1.HeaderClassName
{
color: #DADADD;
}
.AnyTagClassName
{
color: #DADADD;
}
</style>
background-color css
<style>
a { background-color: #DADADD; }
a { background-color: rgb(218,218,221); }
div.DivClassName
{
background-color: #DADADD;
}
.BgClassName
{
background-color: #DADADD;
}
</style>
border-color css
<style>
span { border-color: #DADADD; }
span { border-color: rgb(218,218,221); }
td.TdClassName
{
border-color: #DADADD;
}
.TagClassName
{
border-color: #DADADD;
}
</style>