Shades of Quartz #DADAE0
Tints of Quartz #DADAE0
RGB
CMYK
RGB Variations
Color information
#DADAE0 (or 0xDADAE0) is known color: Quartz. HEX triplet: DA, DA and E0. RGB value is (218,218,224). Sum of RGB (Red+Green+Blue) = 218+218+224=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAE0 is #25251F. Grayscale: #DADADA. Windows color (decimal): -2434336 or 14736090. OLE color: 14736090.
HSL color Cylindrical-coordinate representation of color #DADAE0: hue angle of 240º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADAE0 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 218 | 218 | 224 | - |
CMYK | 0.03 | 0.03 | 0 | 0.12 |
HSL | 240º | 0.09% | 0.87% | - |
HSV(B) | 240º | 0.03% | 0.88% | - |
XYZ | 67.44 | 70.43 | 80.56 | - |
YUV | 218.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 224 | 0.03 | 0.03 | 0 | 0.12 | 240 | 0.09 | 0.87 |
Hex | DA | DA | E0 | 3 | 3 | 0 | C | F0 | 9 | 57 |
Octal | 332 | 332 | 340 | 3 | 3 | 0 | 14 | 360 | 11 | 127 |
Binary | 11011010 | 11011010 | 11100000 | 11 | 11 | 0 | 1100 | 11110000 | 1001 | 1010111 |
Color Harmonies of #DADAE0
Complementary color
Monochromatic Colors of #DADAE0
Black with #DADAE0
Text Example
Text Example
White with #DADAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAE0; }
p { color: rgb(218,218,224); }
H1.HeaderClassName
{
color: #DADAE0;
}
.AnyTagClassName
{
color: #DADAE0;
}
</style>
background-color css
<style>
a { background-color: #DADAE0; }
a { background-color: rgb(218,218,224); }
div.DivClassName
{
background-color: #DADAE0;
}
.BgClassName
{
background-color: #DADAE0;
}
</style>
border-color css
<style>
span { border-color: #DADAE0; }
span { border-color: rgb(218,218,224); }
td.TdClassName
{
border-color: #DADAE0;
}
.TagClassName
{
border-color: #DADAE0;
}
</style>