Shades of Quartz #DADADE
Tints of Quartz #DADADE
RGB
CMYK
RGB Variations
Color information
#DADADE (or 0xDADADE) is known color: Quartz. HEX triplet: DA, DA and DE. RGB value is (218,218,222). Sum of RGB (Red+Green+Blue) = 218+218+222=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: blue. Hex color #DADADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADADE is #252521. Grayscale: #DADADA. Windows color (decimal): -2434338 or 14605018. OLE color: 14605018.
HSL color Cylindrical-coordinate representation of color #DADADE: hue angle of 240º degrees, saturation: 0.06, 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 #DADADE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 218 | 222 | - |
CMYK | 0.02 | 0.02 | 0 | 0.13 |
HSL | 240º | 0.06% | 0.86% | - |
HSV(B) | 240º | 0.02% | 0.87% | - |
XYZ | 67.17 | 70.32 | 79.14 | - |
YUV | 218.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 222 | 0.02 | 0.02 | 0 | 0.13 | 240 | 0.06 | 0.86 |
Hex | DA | DA | DE | 2 | 2 | 0 | D | F0 | 6 | 56 |
Octal | 332 | 332 | 336 | 2 | 2 | 0 | 15 | 360 | 6 | 126 |
Binary | 11011010 | 11011010 | 11011110 | 10 | 10 | 0 | 1101 | 11110000 | 110 | 1010110 |
Color Harmonies of #DADADE
Complementary color
Monochromatic Colors of #DADADE
Black with #DADADE
Text Example
Text Example
White with #DADADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADADE; }
p { color: rgb(218,218,222); }
H1.HeaderClassName
{
color: #DADADE;
}
.AnyTagClassName
{
color: #DADADE;
}
</style>
background-color css
<style>
a { background-color: #DADADE; }
a { background-color: rgb(218,218,222); }
div.DivClassName
{
background-color: #DADADE;
}
.BgClassName
{
background-color: #DADADE;
}
</style>
border-color css
<style>
span { border-color: #DADADE; }
span { border-color: rgb(218,218,222); }
td.TdClassName
{
border-color: #DADADE;
}
.TagClassName
{
border-color: #DADADE;
}
</style>