Shades of Quartz #DAD9DF
Tints of Quartz #DAD9DF
RGB
CMYK
RGB Variations
Color information
#DAD9DF (or 0xDAD9DF) is known color: Quartz. HEX triplet: DA, D9 and DF. RGB value is (218,217,223). Sum of RGB (Red+Green+Blue) = 218+217+223=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9DF is #252620. Grayscale: #D9D9D9. Windows color (decimal): -2434593 or 14670298. OLE color: 14670298.
HSL color Cylindrical-coordinate representation of color #DAD9DF: hue angle of 250º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAD9DF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 217 | 223 | - |
CMYK | 0.02 | 0.03 | 0 | 0.13 |
HSL | 250º | 0.09% | 0.86% | - |
HSV(B) | 250º | 0.03% | 0.87% | - |
XYZ | 67.05 | 69.86 | 79.76 | - |
YUV | 217.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 223 | 0.02 | 0.03 | 0 | 0.13 | 250 | 0.09 | 0.86 |
Hex | DA | D9 | DF | 2 | 3 | 0 | D | FA | 9 | 56 |
Octal | 332 | 331 | 337 | 2 | 3 | 0 | 15 | 372 | 11 | 126 |
Binary | 11011010 | 11011001 | 11011111 | 10 | 11 | 0 | 1101 | 11111010 | 1001 | 1010110 |
Color Harmonies of #DAD9DF
Complementary color
Monochromatic Colors of #DAD9DF
Black with #DAD9DF
Text Example
Text Example
White with #DAD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9DF; }
p { color: rgb(218,217,223); }
H1.HeaderClassName
{
color: #DAD9DF;
}
.AnyTagClassName
{
color: #DAD9DF;
}
</style>
background-color css
<style>
a { background-color: #DAD9DF; }
a { background-color: rgb(218,217,223); }
div.DivClassName
{
background-color: #DAD9DF;
}
.BgClassName
{
background-color: #DAD9DF;
}
</style>
border-color css
<style>
span { border-color: #DAD9DF; }
span { border-color: rgb(218,217,223); }
td.TdClassName
{
border-color: #DAD9DF;
}
.TagClassName
{
border-color: #DAD9DF;
}
</style>