Shades of Quartz #D9D3F5
Tints of Quartz #D9D3F5
RGB
CMYK
RGB Variations
Color information
#D9D3F5 (or 0xD9D3F5) is known color: Quartz. HEX triplet: D9, D3 and F5. RGB value is (217,211,245). Sum of RGB (Red+Green+Blue) = 217+211+245=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9D3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D3F5 is #262C0A. Grayscale: #D8D8D8. Windows color (decimal): -2501643 or 16110553. OLE color: 16110553.
HSL color Cylindrical-coordinate representation of color #D9D3F5: hue angle of 250.59º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9D3F5 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 211 | 245 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.04 |
| HSL | 250.59º | 0.63% | 0.89% | - |
| HSV(B) | 250.59º | 0.14% | 0.96% | - |
| XYZ | 68.39 | 67.93 | 95.89 | - |
| YUV | 216.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 245 | 0.11 | 0.14 | 0 | 0.04 | 250.59 | 0.63 | 0.89 |
| Hex | D9 | D3 | F5 | B | E | 0 | 4 | FB | 3F | 59 |
| Octal | 331 | 323 | 365 | 13 | 16 | 0 | 4 | 373 | 77 | 131 |
| Binary | 11011001 | 11010011 | 11110101 | 1011 | 1110 | 0 | 100 | 11111011 | 111111 | 1011001 |
Color Harmonies of #D9D3F5
Complementary color
Monochromatic Colors of #D9D3F5
Black with #D9D3F5
Text Example
Text Example
White with #D9D3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D3F5; }
p { color: rgb(217,211,245); }
H1.HeaderClassName
{
color: #D9D3F5;
}
.AnyTagClassName
{
color: #D9D3F5;
}
</style>
background-color css
<style>
a { background-color: #D9D3F5; }
a { background-color: rgb(217,211,245); }
div.DivClassName
{
background-color: #D9D3F5;
}
.BgClassName
{
background-color: #D9D3F5;
}
</style>
border-color css
<style>
span { border-color: #D9D3F5; }
span { border-color: rgb(217,211,245); }
td.TdClassName
{
border-color: #D9D3F5;
}
.TagClassName
{
border-color: #D9D3F5;
}
</style>