Shades of Quartz #D9D3F9
Tints of Quartz #D9D3F9
RGB
CMYK
RGB Variations
Color information
#D9D3F9 (or 0xD9D3F9) is known color: Quartz. HEX triplet: D9, D3 and F9. RGB value is (217,211,249). Sum of RGB (Red+Green+Blue) = 217+211+249=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D3F9 is #262C06. Grayscale: #D8D8D8. Windows color (decimal): -2501639 or 16372697. OLE color: 16372697.
HSL color Cylindrical-coordinate representation of color #D9D3F9: hue angle of 249.47º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D3F9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 211 | 249 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.02 |
| HSL | 249.47º | 0.76% | 0.9% | - |
| HSV(B) | 249.47º | 0.15% | 0.98% | - |
| XYZ | 69.01 | 68.18 | 99.15 | - |
| YUV | 217.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 249 | 0.13 | 0.15 | 0 | 0.02 | 249.47 | 0.76 | 0.9 |
| Hex | D9 | D3 | F9 | D | F | 0 | 2 | F9 | 4C | 5A |
| Octal | 331 | 323 | 371 | 15 | 17 | 0 | 2 | 371 | 114 | 132 |
| Binary | 11011001 | 11010011 | 11111001 | 1101 | 1111 | 0 | 10 | 11111001 | 1001100 | 1011010 |
Color Harmonies of #D9D3F9
Complementary color
Monochromatic Colors of #D9D3F9
Black with #D9D3F9
Text Example
Text Example
White with #D9D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D3F9; }
p { color: rgb(217,211,249); }
H1.HeaderClassName
{
color: #D9D3F9;
}
.AnyTagClassName
{
color: #D9D3F9;
}
</style>
background-color css
<style>
a { background-color: #D9D3F9; }
a { background-color: rgb(217,211,249); }
div.DivClassName
{
background-color: #D9D3F9;
}
.BgClassName
{
background-color: #D9D3F9;
}
</style>
border-color css
<style>
span { border-color: #D9D3F9; }
span { border-color: rgb(217,211,249); }
td.TdClassName
{
border-color: #D9D3F9;
}
.TagClassName
{
border-color: #D9D3F9;
}
</style>