Shades of Quartz #D9D3FD
Tints of Quartz #D9D3FD
RGB
CMYK
RGB Variations
Color information
#D9D3FD (or 0xD9D3FD) is known color: Quartz. HEX triplet: D9, D3 and FD. RGB value is (217,211,253). Sum of RGB (Red+Green+Blue) = 217+211+253=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D3FD is #262C02. Grayscale: #D9D9D9. Windows color (decimal): -2501635 or 16634841. OLE color: 16634841.
HSL color Cylindrical-coordinate representation of color #D9D3FD: hue angle of 248.57º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9D3FD is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 211 | 253 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.01 |
| HSL | 248.57º | 0.91% | 0.91% | - |
| HSV(B) | 248.57º | 0.17% | 0.99% | - |
| XYZ | 69.64 | 68.43 | 102.47 | - |
| YUV | 217.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 253 | 0.14 | 0.17 | 0 | 0.01 | 248.57 | 0.91 | 0.91 |
| Hex | D9 | D3 | FD | E | 11 | 0 | 1 | F9 | 5B | 5B |
| Octal | 331 | 323 | 375 | 16 | 21 | 0 | 1 | 371 | 133 | 133 |
| Binary | 11011001 | 11010011 | 11111101 | 1110 | 10001 | 0 | 1 | 11111001 | 1011011 | 1011011 |
Color Harmonies of #D9D3FD
Complementary color
Monochromatic Colors of #D9D3FD
Black with #D9D3FD
Text Example
Text Example
White with #D9D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D3FD; }
p { color: rgb(217,211,253); }
H1.HeaderClassName
{
color: #D9D3FD;
}
.AnyTagClassName
{
color: #D9D3FD;
}
</style>
background-color css
<style>
a { background-color: #D9D3FD; }
a { background-color: rgb(217,211,253); }
div.DivClassName
{
background-color: #D9D3FD;
}
.BgClassName
{
background-color: #D9D3FD;
}
</style>
border-color css
<style>
span { border-color: #D9D3FD; }
span { border-color: rgb(217,211,253); }
td.TdClassName
{
border-color: #D9D3FD;
}
.TagClassName
{
border-color: #D9D3FD;
}
</style>