Shades of Quartz #D9DAED
Tints of Quartz #D9DAED
RGB
CMYK
RGB Variations
Color information
#D9DAED (or 0xD9DAED) is known color: Quartz. HEX triplet: D9, DA and ED. RGB value is (217,218,237). Sum of RGB (Red+Green+Blue) = 217+218+237=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAED is #262512. Grayscale: #DBDBDB. Windows color (decimal): -2499859 or 15588057. OLE color: 15588057.
HSL color Cylindrical-coordinate representation of color #D9DAED: hue angle of 237º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DAED is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 218 | 237 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 237º | 0.36% | 0.89% | - |
HSV(B) | 237º | 0.08% | 0.93% | - |
XYZ | 68.97 | 71.01 | 90.19 | - |
YUV | 219.87 | 137.67 | 125.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 218 | 237 | 0.08 | 0.08 | 0 | 0.07 | 237 | 0.36 | 0.89 |
Hex | D9 | DA | ED | 8 | 8 | 0 | 7 | ED | 24 | 59 |
Octal | 331 | 332 | 355 | 10 | 10 | 0 | 7 | 355 | 44 | 131 |
Binary | 11011001 | 11011010 | 11101101 | 1000 | 1000 | 0 | 111 | 11101101 | 100100 | 1011001 |
Color Harmonies of #D9DAED
Complementary color
Monochromatic Colors of #D9DAED
Black with #D9DAED
Text Example
Text Example
White with #D9DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAED; }
p { color: rgb(217,218,237); }
H1.HeaderClassName
{
color: #D9DAED;
}
.AnyTagClassName
{
color: #D9DAED;
}
</style>
background-color css
<style>
a { background-color: #D9DAED; }
a { background-color: rgb(217,218,237); }
div.DivClassName
{
background-color: #D9DAED;
}
.BgClassName
{
background-color: #D9DAED;
}
</style>
border-color css
<style>
span { border-color: #D9DAED; }
span { border-color: rgb(217,218,237); }
td.TdClassName
{
border-color: #D9DAED;
}
.TagClassName
{
border-color: #D9DAED;
}
</style>