Shades of Quartz #D7DAED
Tints of Quartz #D7DAED
RGB
CMYK
RGB Variations
Color information
#D7DAED (or 0xD7DAED) is known color: Quartz. HEX triplet: D7, DA and ED. RGB value is (215,218,237). Sum of RGB (Red+Green+Blue) = 215+218+237=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAED is #282512. Grayscale: #DBDBDB. Windows color (decimal): -2630931 or 15588055. OLE color: 15588055.
HSL color Cylindrical-coordinate representation of color #D7DAED: hue angle of 231.82º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7DAED is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 218 | 237 | - |
CMYK | 0.09 | 0.08 | 0 | 0.07 |
HSL | 231.82º | 0.38% | 0.89% | - |
HSV(B) | 231.82º | 0.09% | 0.93% | - |
XYZ | 68.38 | 70.7 | 90.16 | - |
YUV | 219.27 | 138.01 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 218 | 237 | 0.09 | 0.08 | 0 | 0.07 | 231.82 | 0.38 | 0.89 |
Hex | D7 | DA | ED | 9 | 8 | 0 | 7 | E8 | 26 | 59 |
Octal | 327 | 332 | 355 | 11 | 10 | 0 | 7 | 350 | 46 | 131 |
Binary | 11010111 | 11011010 | 11101101 | 1001 | 1000 | 0 | 111 | 11101000 | 100110 | 1011001 |
Color Harmonies of #D7DAED
Complementary color
Monochromatic Colors of #D7DAED
Black with #D7DAED
Text Example
Text Example
White with #D7DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAED; }
p { color: rgb(215,218,237); }
H1.HeaderClassName
{
color: #D7DAED;
}
.AnyTagClassName
{
color: #D7DAED;
}
</style>
background-color css
<style>
a { background-color: #D7DAED; }
a { background-color: rgb(215,218,237); }
div.DivClassName
{
background-color: #D7DAED;
}
.BgClassName
{
background-color: #D7DAED;
}
</style>
border-color css
<style>
span { border-color: #D7DAED; }
span { border-color: rgb(215,218,237); }
td.TdClassName
{
border-color: #D7DAED;
}
.TagClassName
{
border-color: #D7DAED;
}
</style>