Shades of Quartz #DADAE1
Tints of Quartz #DADAE1
RGB
CMYK
RGB Variations
Color information
#DADAE1 (or 0xDADAE1) is known color: Quartz. HEX triplet: DA, DA and E1. RGB value is (218,218,225). Sum of RGB (Red+Green+Blue) = 218+218+225=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAE1 is #25251E. Grayscale: #DADADA. Windows color (decimal): -2434335 or 14801626. OLE color: 14801626.
HSL color Cylindrical-coordinate representation of color #DADAE1: hue angle of 240º degrees, saturation: 0.1, 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 #DADAE1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 218 | 218 | 225 | - |
CMYK | 0.03 | 0.03 | 0 | 0.12 |
HSL | 240º | 0.1% | 0.87% | - |
HSV(B) | 240º | 0.03% | 0.88% | - |
XYZ | 67.58 | 70.48 | 81.28 | - |
YUV | 218.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 225 | 0.03 | 0.03 | 0 | 0.12 | 240 | 0.1 | 0.87 |
Hex | DA | DA | E1 | 3 | 3 | 0 | C | F0 | A | 57 |
Octal | 332 | 332 | 341 | 3 | 3 | 0 | 14 | 360 | 12 | 127 |
Binary | 11011010 | 11011010 | 11100001 | 11 | 11 | 0 | 1100 | 11110000 | 1010 | 1010111 |
Color Harmonies of #DADAE1
Complementary color
Monochromatic Colors of #DADAE1
Black with #DADAE1
Text Example
Text Example
White with #DADAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAE1; }
p { color: rgb(218,218,225); }
H1.HeaderClassName
{
color: #DADAE1;
}
.AnyTagClassName
{
color: #DADAE1;
}
</style>
background-color css
<style>
a { background-color: #DADAE1; }
a { background-color: rgb(218,218,225); }
div.DivClassName
{
background-color: #DADAE1;
}
.BgClassName
{
background-color: #DADAE1;
}
</style>
border-color css
<style>
span { border-color: #DADAE1; }
span { border-color: rgb(218,218,225); }
td.TdClassName
{
border-color: #DADAE1;
}
.TagClassName
{
border-color: #DADAE1;
}
</style>