Shades of Quartz #D9D0FB
Tints of Quartz #D9D0FB
RGB
CMYK
RGB Variations
Color information
#D9D0FB (or 0xD9D0FB) is known color: Quartz. HEX triplet: D9, D0 and FB. RGB value is (217,208,251). Sum of RGB (Red+Green+Blue) = 217+208+251=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0FB is #262F04. Grayscale: #D7D7D7. Windows color (decimal): -2502405 or 16503001. OLE color: 16503001.
HSL color Cylindrical-coordinate representation of color #D9D0FB: hue angle of 252.56º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9D0FB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 208 | 251 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.02 |
| HSL | 252.56º | 0.84% | 0.9% | - |
| HSV(B) | 252.56º | 0.17% | 0.98% | - |
| XYZ | 68.58 | 66.83 | 100.55 | - |
| YUV | 215.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 251 | 0.14 | 0.17 | 0 | 0.02 | 252.56 | 0.84 | 0.9 |
| Hex | D9 | D0 | FB | E | 11 | 0 | 2 | FD | 54 | 5A |
| Octal | 331 | 320 | 373 | 16 | 21 | 0 | 2 | 375 | 124 | 132 |
| Binary | 11011001 | 11010000 | 11111011 | 1110 | 10001 | 0 | 10 | 11111101 | 1010100 | 1011010 |
Color Harmonies of #D9D0FB
Complementary color
Monochromatic Colors of #D9D0FB
Black with #D9D0FB
Text Example
Text Example
White with #D9D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0FB; }
p { color: rgb(217,208,251); }
H1.HeaderClassName
{
color: #D9D0FB;
}
.AnyTagClassName
{
color: #D9D0FB;
}
</style>
background-color css
<style>
a { background-color: #D9D0FB; }
a { background-color: rgb(217,208,251); }
div.DivClassName
{
background-color: #D9D0FB;
}
.BgClassName
{
background-color: #D9D0FB;
}
</style>
border-color css
<style>
span { border-color: #D9D0FB; }
span { border-color: rgb(217,208,251); }
td.TdClassName
{
border-color: #D9D0FB;
}
.TagClassName
{
border-color: #D9D0FB;
}
</style>