Shades of Quartz #D9D2FB
Tints of Quartz #D9D2FB
RGB
CMYK
RGB Variations
Color information
#D9D2FB (or 0xD9D2FB) is known color: Quartz. HEX triplet: D9, D2 and FB. RGB value is (217,210,251). Sum of RGB (Red+Green+Blue) = 217+210+251=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D2FB is #262D04. Grayscale: #D8D8D8. Windows color (decimal): -2501893 or 16503513. OLE color: 16503513.
HSL color Cylindrical-coordinate representation of color #D9D2FB: hue angle of 250.24º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9D2FB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 210 | 251 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.02 |
| HSL | 250.24º | 0.84% | 0.9% | - |
| HSV(B) | 250.24º | 0.16% | 0.98% | - |
| XYZ | 69.07 | 67.81 | 100.71 | - |
| YUV | 216.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 251 | 0.14 | 0.16 | 0 | 0.02 | 250.24 | 0.84 | 0.9 |
| Hex | D9 | D2 | FB | E | 10 | 0 | 2 | FA | 54 | 5A |
| Octal | 331 | 322 | 373 | 16 | 20 | 0 | 2 | 372 | 124 | 132 |
| Binary | 11011001 | 11010010 | 11111011 | 1110 | 10000 | 0 | 10 | 11111010 | 1010100 | 1011010 |
Color Harmonies of #D9D2FB
Complementary color
Monochromatic Colors of #D9D2FB
Black with #D9D2FB
Text Example
Text Example
White with #D9D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2FB; }
p { color: rgb(217,210,251); }
H1.HeaderClassName
{
color: #D9D2FB;
}
.AnyTagClassName
{
color: #D9D2FB;
}
</style>
background-color css
<style>
a { background-color: #D9D2FB; }
a { background-color: rgb(217,210,251); }
div.DivClassName
{
background-color: #D9D2FB;
}
.BgClassName
{
background-color: #D9D2FB;
}
</style>
border-color css
<style>
span { border-color: #D9D2FB; }
span { border-color: rgb(217,210,251); }
td.TdClassName
{
border-color: #D9D2FB;
}
.TagClassName
{
border-color: #D9D2FB;
}
</style>