Shades of Quartz #D9DAFA
Tints of Quartz #D9DAFA
RGB
CMYK
RGB Variations
Color information
#D9DAFA (or 0xD9DAFA) is known color: Quartz. HEX triplet: D9, DA and FA. RGB value is (217,218,250). Sum of RGB (Red+Green+Blue) = 217+218+250=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFA is #262505. Grayscale: #DDDDDD. Windows color (decimal): -2499846 or 16440025. OLE color: 16440025.
HSL color Cylindrical-coordinate representation of color #D9DAFA: hue angle of 238.18º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9DAFA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 218 | 250 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.02 |
| HSL | 238.18º | 0.77% | 0.92% | - |
| HSV(B) | 238.18º | 0.13% | 0.98% | - |
| XYZ | 70.94 | 71.8 | 100.56 | - |
| YUV | 221.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 250 | 0.13 | 0.13 | 0 | 0.02 | 238.18 | 0.77 | 0.92 |
| Hex | D9 | DA | FA | D | D | 0 | 2 | EE | 4D | 5C |
| Octal | 331 | 332 | 372 | 15 | 15 | 0 | 2 | 356 | 115 | 134 |
| Binary | 11011001 | 11011010 | 11111010 | 1101 | 1101 | 0 | 10 | 11101110 | 1001101 | 1011100 |
Color Harmonies of #D9DAFA
Complementary color
Monochromatic Colors of #D9DAFA
Black with #D9DAFA
Text Example
Text Example
White with #D9DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAFA; }
p { color: rgb(217,218,250); }
H1.HeaderClassName
{
color: #D9DAFA;
}
.AnyTagClassName
{
color: #D9DAFA;
}
</style>
background-color css
<style>
a { background-color: #D9DAFA; }
a { background-color: rgb(217,218,250); }
div.DivClassName
{
background-color: #D9DAFA;
}
.BgClassName
{
background-color: #D9DAFA;
}
</style>
border-color css
<style>
span { border-color: #D9DAFA; }
span { border-color: rgb(217,218,250); }
td.TdClassName
{
border-color: #D9DAFA;
}
.TagClassName
{
border-color: #D9DAFA;
}
</style>