Shades of Quartz #D9DAF5
Tints of Quartz #D9DAF5
RGB
CMYK
RGB Variations
Color information
#D9DAF5 (or 0xD9DAF5) is known color: Quartz. HEX triplet: D9, DA and F5. RGB value is (217,218,245). Sum of RGB (Red+Green+Blue) = 217+218+245=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9DAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAF5 is #26250A. Grayscale: #DCDCDC. Windows color (decimal): -2499851 or 16112345. OLE color: 16112345.
HSL color Cylindrical-coordinate representation of color #D9DAF5: hue angle of 237.86º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DAF5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 218 | 245 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.04 |
| HSL | 237.86º | 0.58% | 0.91% | - |
| HSV(B) | 237.86º | 0.11% | 0.96% | - |
| XYZ | 70.17 | 71.49 | 96.49 | - |
| YUV | 220.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 245 | 0.11 | 0.11 | 0 | 0.04 | 237.86 | 0.58 | 0.91 |
| Hex | D9 | DA | F5 | B | B | 0 | 4 | EE | 3A | 5B |
| Octal | 331 | 332 | 365 | 13 | 13 | 0 | 4 | 356 | 72 | 133 |
| Binary | 11011001 | 11011010 | 11110101 | 1011 | 1011 | 0 | 100 | 11101110 | 111010 | 1011011 |
Color Harmonies of #D9DAF5
Complementary color
Monochromatic Colors of #D9DAF5
Black with #D9DAF5
Text Example
Text Example
White with #D9DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAF5; }
p { color: rgb(217,218,245); }
H1.HeaderClassName
{
color: #D9DAF5;
}
.AnyTagClassName
{
color: #D9DAF5;
}
</style>
background-color css
<style>
a { background-color: #D9DAF5; }
a { background-color: rgb(217,218,245); }
div.DivClassName
{
background-color: #D9DAF5;
}
.BgClassName
{
background-color: #D9DAF5;
}
</style>
border-color css
<style>
span { border-color: #D9DAF5; }
span { border-color: rgb(217,218,245); }
td.TdClassName
{
border-color: #D9DAF5;
}
.TagClassName
{
border-color: #D9DAF5;
}
</style>