Shades of Quartz #D9D2FF
Tints of Quartz #D9D2FF
RGB
CMYK
RGB Variations
Color information
#D9D2FF (or 0xD9D2FF) is known color: Quartz. HEX triplet: D9, D2 and FF. RGB value is (217,210,255). Sum of RGB (Red+Green+Blue) = 217+210+255=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D2FF is #262D00. Grayscale: #D9D9D9. Windows color (decimal): -2501889 or 16765657. OLE color: 16765657.
HSL color Cylindrical-coordinate representation of color #D9D2FF: hue angle of 249.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9D2FF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 210 | 255 | - |
| CMYK | 0.15 | 0.18 | 0 | 0 |
| HSL | 249.33º | 1% | 0.91% | - |
| HSV(B) | 249.33º | 0.18% | 1% | - |
| XYZ | 69.71 | 68.06 | 104.07 | - |
| YUV | 217.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 255 | 0.15 | 0.18 | 0 | 0 | 249.33 | 1 | 0.91 |
| Hex | D9 | D2 | FF | F | 12 | 0 | 0 | F9 | 64 | 5B |
| Octal | 331 | 322 | 377 | 17 | 22 | 0 | 0 | 371 | 144 | 133 |
| Binary | 11011001 | 11010010 | 11111111 | 1111 | 10010 | 0 | 0 | 11111001 | 1100100 | 1011011 |
Color Harmonies of #D9D2FF
Complementary color
Monochromatic Colors of #D9D2FF
Black with #D9D2FF
Text Example
Text Example
White with #D9D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2FF; }
p { color: rgb(217,210,255); }
H1.HeaderClassName
{
color: #D9D2FF;
}
.AnyTagClassName
{
color: #D9D2FF;
}
</style>
background-color css
<style>
a { background-color: #D9D2FF; }
a { background-color: rgb(217,210,255); }
div.DivClassName
{
background-color: #D9D2FF;
}
.BgClassName
{
background-color: #D9D2FF;
}
</style>
border-color css
<style>
span { border-color: #D9D2FF; }
span { border-color: rgb(217,210,255); }
td.TdClassName
{
border-color: #D9D2FF;
}
.TagClassName
{
border-color: #D9D2FF;
}
</style>