Shades of Quartz #D9D8FD
Tints of Quartz #D9D8FD
RGB
CMYK
RGB Variations
Color information
#D9D8FD (or 0xD9D8FD) is known color: Quartz. HEX triplet: D9, D8 and FD. RGB value is (217,216,253). Sum of RGB (Red+Green+Blue) = 217+216+253=686 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.63% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8FD is #262702. Grayscale: #DCDCDC. Windows color (decimal): -2500355 or 16636121. OLE color: 16636121.
HSL color Cylindrical-coordinate representation of color #D9D8FD: hue angle of 241.62º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D8FD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 216 | 253 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.01 |
| HSL | 241.62º | 0.9% | 0.92% | - |
| HSV(B) | 241.62º | 0.15% | 0.99% | - |
| XYZ | 70.9 | 70.96 | 102.89 | - |
| YUV | 220.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 253 | 0.14 | 0.15 | 0 | 0.01 | 241.62 | 0.9 | 0.92 |
| Hex | D9 | D8 | FD | E | F | 0 | 1 | F2 | 5A | 5C |
| Octal | 331 | 330 | 375 | 16 | 17 | 0 | 1 | 362 | 132 | 134 |
| Binary | 11011001 | 11011000 | 11111101 | 1110 | 1111 | 0 | 1 | 11110010 | 1011010 | 1011100 |
Color Harmonies of #D9D8FD
Complementary color
Monochromatic Colors of #D9D8FD
Black with #D9D8FD
Text Example
Text Example
White with #D9D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D8FD; }
p { color: rgb(217,216,253); }
H1.HeaderClassName
{
color: #D9D8FD;
}
.AnyTagClassName
{
color: #D9D8FD;
}
</style>
background-color css
<style>
a { background-color: #D9D8FD; }
a { background-color: rgb(217,216,253); }
div.DivClassName
{
background-color: #D9D8FD;
}
.BgClassName
{
background-color: #D9D8FD;
}
</style>
border-color css
<style>
span { border-color: #D9D8FD; }
span { border-color: rgb(217,216,253); }
td.TdClassName
{
border-color: #D9D8FD;
}
.TagClassName
{
border-color: #D9D8FD;
}
</style>