Shades of Quartz #D8D9F7
Tints of Quartz #D8D9F7
RGB
CMYK
RGB Variations
Color information
#D8D9F7 (or 0xD8D9F7) is known color: Quartz. HEX triplet: D8, D9 and F7. RGB value is (216,217,247). Sum of RGB (Red+Green+Blue) = 216+217+247=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8D9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9F7 is #272608. Grayscale: #DCDCDC. Windows color (decimal): -2565641 or 16243160. OLE color: 16243160.
HSL color Cylindrical-coordinate representation of color #D8D9F7: hue angle of 238.06º degrees, saturation: 0.66, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8D9F7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 217 | 247 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.03 |
| HSL | 238.06º | 0.66% | 0.91% | - |
| HSV(B) | 238.06º | 0.13% | 0.97% | - |
| XYZ | 69.92 | 70.94 | 98 | - |
| YUV | 220.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 247 | 0.13 | 0.12 | 0 | 0.03 | 238.06 | 0.66 | 0.91 |
| Hex | D8 | D9 | F7 | D | C | 0 | 3 | EE | 42 | 5B |
| Octal | 330 | 331 | 367 | 15 | 14 | 0 | 3 | 356 | 102 | 133 |
| Binary | 11011000 | 11011001 | 11110111 | 1101 | 1100 | 0 | 11 | 11101110 | 1000010 | 1011011 |
Color Harmonies of #D8D9F7
Complementary color
Monochromatic Colors of #D8D9F7
Black with #D8D9F7
Text Example
Text Example
White with #D8D9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9F7; }
p { color: rgb(216,217,247); }
H1.HeaderClassName
{
color: #D8D9F7;
}
.AnyTagClassName
{
color: #D8D9F7;
}
</style>
background-color css
<style>
a { background-color: #D8D9F7; }
a { background-color: rgb(216,217,247); }
div.DivClassName
{
background-color: #D8D9F7;
}
.BgClassName
{
background-color: #D8D9F7;
}
</style>
border-color css
<style>
span { border-color: #D8D9F7; }
span { border-color: rgb(216,217,247); }
td.TdClassName
{
border-color: #D8D9F7;
}
.TagClassName
{
border-color: #D8D9F7;
}
</style>