Shades of Quartz #D9D2FC
Tints of Quartz #D9D2FC
RGB
CMYK
RGB Variations
Color information
#D9D2FC (or 0xD9D2FC) is known color: Quartz. HEX triplet: D9, D2 and FC. RGB value is (217,210,252). Sum of RGB (Red+Green+Blue) = 217+210+252=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D2FC is #262D03. Grayscale: #D8D8D8. Windows color (decimal): -2501892 or 16569049. OLE color: 16569049.
HSL color Cylindrical-coordinate representation of color #D9D2FC: hue angle of 250º degrees, saturation: 0.88, 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 #D9D2FC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 210 | 252 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.01 |
| HSL | 250º | 0.88% | 0.91% | - |
| HSV(B) | 250º | 0.17% | 0.99% | - |
| XYZ | 69.23 | 67.87 | 101.55 | - |
| YUV | 216.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 252 | 0.14 | 0.17 | 0 | 0.01 | 250 | 0.88 | 0.91 |
| Hex | D9 | D2 | FC | E | 11 | 0 | 1 | FA | 58 | 5B |
| Octal | 331 | 322 | 374 | 16 | 21 | 0 | 1 | 372 | 130 | 133 |
| Binary | 11011001 | 11010010 | 11111100 | 1110 | 10001 | 0 | 1 | 11111010 | 1011000 | 1011011 |
Color Harmonies of #D9D2FC
Complementary color
Monochromatic Colors of #D9D2FC
Black with #D9D2FC
Text Example
Text Example
White with #D9D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2FC; }
p { color: rgb(217,210,252); }
H1.HeaderClassName
{
color: #D9D2FC;
}
.AnyTagClassName
{
color: #D9D2FC;
}
</style>
background-color css
<style>
a { background-color: #D9D2FC; }
a { background-color: rgb(217,210,252); }
div.DivClassName
{
background-color: #D9D2FC;
}
.BgClassName
{
background-color: #D9D2FC;
}
</style>
border-color css
<style>
span { border-color: #D9D2FC; }
span { border-color: rgb(217,210,252); }
td.TdClassName
{
border-color: #D9D2FC;
}
.TagClassName
{
border-color: #D9D2FC;
}
</style>