Shades of Quartz #DADADF
Tints of Quartz #DADADF
RGB
CMYK
RGB Variations
Color information
#DADADF (or 0xDADADF) is known color: Quartz. HEX triplet: DA, DA and DF. RGB value is (218,218,223). Sum of RGB (Red+Green+Blue) = 218+218+223=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: blue. Hex color #DADADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADADF is #252520. Grayscale: #DADADA. Windows color (decimal): -2434337 or 14670554. OLE color: 14670554.
HSL color Cylindrical-coordinate representation of color #DADADF: hue angle of 240º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADADF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 218 | 223 | - |
CMYK | 0.02 | 0.02 | 0 | 0.13 |
HSL | 240º | 0.07% | 0.86% | - |
HSV(B) | 240º | 0.02% | 0.87% | - |
XYZ | 67.3 | 70.38 | 79.85 | - |
YUV | 218.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 223 | 0.02 | 0.02 | 0 | 0.13 | 240 | 0.07 | 0.86 |
Hex | DA | DA | DF | 2 | 2 | 0 | D | F0 | 7 | 56 |
Octal | 332 | 332 | 337 | 2 | 2 | 0 | 15 | 360 | 7 | 126 |
Binary | 11011010 | 11011010 | 11011111 | 10 | 10 | 0 | 1101 | 11110000 | 111 | 1010110 |
Color Harmonies of #DADADF
Complementary color
Monochromatic Colors of #DADADF
Black with #DADADF
Text Example
Text Example
White with #DADADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADADF; }
p { color: rgb(218,218,223); }
H1.HeaderClassName
{
color: #DADADF;
}
.AnyTagClassName
{
color: #DADADF;
}
</style>
background-color css
<style>
a { background-color: #DADADF; }
a { background-color: rgb(218,218,223); }
div.DivClassName
{
background-color: #DADADF;
}
.BgClassName
{
background-color: #DADADF;
}
</style>
border-color css
<style>
span { border-color: #DADADF; }
span { border-color: rgb(218,218,223); }
td.TdClassName
{
border-color: #DADADF;
}
.TagClassName
{
border-color: #DADADF;
}
</style>