Shades of Quartz #D9D1FB
Tints of Quartz #D9D1FB
RGB
CMYK
RGB Variations
Color information
#D9D1FB (or 0xD9D1FB) is known color: Quartz. HEX triplet: D9, D1 and FB. RGB value is (217,209,251). Sum of RGB (Red+Green+Blue) = 217+209+251=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D1FB is #262E04. Grayscale: #D8D8D8. Windows color (decimal): -2502149 or 16503257. OLE color: 16503257.
HSL color Cylindrical-coordinate representation of color #D9D1FB: hue angle of 251.43º 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 #D9D1FB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 209 | 251 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.02 |
| HSL | 251.43º | 0.84% | 0.9% | - |
| HSV(B) | 251.43º | 0.17% | 0.98% | - |
| XYZ | 68.83 | 67.32 | 100.63 | - |
| YUV | 216.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 251 | 0.14 | 0.17 | 0 | 0.02 | 251.43 | 0.84 | 0.9 |
| Hex | D9 | D1 | FB | E | 11 | 0 | 2 | FB | 54 | 5A |
| Octal | 331 | 321 | 373 | 16 | 21 | 0 | 2 | 373 | 124 | 132 |
| Binary | 11011001 | 11010001 | 11111011 | 1110 | 10001 | 0 | 10 | 11111011 | 1010100 | 1011010 |
Color Harmonies of #D9D1FB
Complementary color
Monochromatic Colors of #D9D1FB
Black with #D9D1FB
Text Example
Text Example
White with #D9D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1FB; }
p { color: rgb(217,209,251); }
H1.HeaderClassName
{
color: #D9D1FB;
}
.AnyTagClassName
{
color: #D9D1FB;
}
</style>
background-color css
<style>
a { background-color: #D9D1FB; }
a { background-color: rgb(217,209,251); }
div.DivClassName
{
background-color: #D9D1FB;
}
.BgClassName
{
background-color: #D9D1FB;
}
</style>
border-color css
<style>
span { border-color: #D9D1FB; }
span { border-color: rgb(217,209,251); }
td.TdClassName
{
border-color: #D9D1FB;
}
.TagClassName
{
border-color: #D9D1FB;
}
</style>