Shades of Quartz #D9D0FD
Tints of Quartz #D9D0FD
RGB
CMYK
RGB Variations
Color information
#D9D0FD (or 0xD9D0FD) is known color: Quartz. HEX triplet: D9, D0 and FD. RGB value is (217,208,253). Sum of RGB (Red+Green+Blue) = 217+208+253=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0FD is #262F02. Grayscale: #D7D7D7. Windows color (decimal): -2502403 or 16634073. OLE color: 16634073.
HSL color Cylindrical-coordinate representation of color #D9D0FD: hue angle of 252º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9D0FD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 208 | 253 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.01 |
| HSL | 252º | 0.92% | 0.9% | - |
| HSV(B) | 252º | 0.18% | 0.99% | - |
| XYZ | 68.9 | 66.96 | 102.22 | - |
| YUV | 215.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 253 | 0.14 | 0.18 | 0 | 0.01 | 252 | 0.92 | 0.9 |
| Hex | D9 | D0 | FD | E | 12 | 0 | 1 | FC | 5C | 5A |
| Octal | 331 | 320 | 375 | 16 | 22 | 0 | 1 | 374 | 134 | 132 |
| Binary | 11011001 | 11010000 | 11111101 | 1110 | 10010 | 0 | 1 | 11111100 | 1011100 | 1011010 |
Color Harmonies of #D9D0FD
Complementary color
Monochromatic Colors of #D9D0FD
Black with #D9D0FD
Text Example
Text Example
White with #D9D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0FD; }
p { color: rgb(217,208,253); }
H1.HeaderClassName
{
color: #D9D0FD;
}
.AnyTagClassName
{
color: #D9D0FD;
}
</style>
background-color css
<style>
a { background-color: #D9D0FD; }
a { background-color: rgb(217,208,253); }
div.DivClassName
{
background-color: #D9D0FD;
}
.BgClassName
{
background-color: #D9D0FD;
}
</style>
border-color css
<style>
span { border-color: #D9D0FD; }
span { border-color: rgb(217,208,253); }
td.TdClassName
{
border-color: #D9D0FD;
}
.TagClassName
{
border-color: #D9D0FD;
}
</style>