Shades of Quartz #D9D3F8
Tints of Quartz #D9D3F8
RGB
CMYK
RGB Variations
Color information
#D9D3F8 (or 0xD9D3F8) is known color: Quartz. HEX triplet: D9, D3 and F8. RGB value is (217,211,248). Sum of RGB (Red+Green+Blue) = 217+211+248=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 211 (82.81% from 255 or 31.21% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9D3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D3F8 is #262C07. Grayscale: #D8D8D8. Windows color (decimal): -2501640 or 16307161. OLE color: 16307161.
HSL color Cylindrical-coordinate representation of color #D9D3F8: hue angle of 249.73º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D3F8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 211 | 248 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.03 |
| HSL | 249.73º | 0.73% | 0.9% | - |
| HSV(B) | 249.73º | 0.15% | 0.97% | - |
| XYZ | 68.85 | 68.12 | 98.33 | - |
| YUV | 217.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 248 | 0.12 | 0.15 | 0 | 0.03 | 249.73 | 0.73 | 0.9 |
| Hex | D9 | D3 | F8 | C | F | 0 | 3 | FA | 49 | 5A |
| Octal | 331 | 323 | 370 | 14 | 17 | 0 | 3 | 372 | 111 | 132 |
| Binary | 11011001 | 11010011 | 11111000 | 1100 | 1111 | 0 | 11 | 11111010 | 1001001 | 1011010 |
Color Harmonies of #D9D3F8
Complementary color
Monochromatic Colors of #D9D3F8
Black with #D9D3F8
Text Example
Text Example
White with #D9D3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D3F8; }
p { color: rgb(217,211,248); }
H1.HeaderClassName
{
color: #D9D3F8;
}
.AnyTagClassName
{
color: #D9D3F8;
}
</style>
background-color css
<style>
a { background-color: #D9D3F8; }
a { background-color: rgb(217,211,248); }
div.DivClassName
{
background-color: #D9D3F8;
}
.BgClassName
{
background-color: #D9D3F8;
}
</style>
border-color css
<style>
span { border-color: #D9D3F8; }
span { border-color: rgb(217,211,248); }
td.TdClassName
{
border-color: #D9D3F8;
}
.TagClassName
{
border-color: #D9D3F8;
}
</style>