Shades of Quartz #D9D8F6
Tints of Quartz #D9D8F6
RGB
CMYK
RGB Variations
Color information
#D9D8F6 (or 0xD9D8F6) is known color: Quartz. HEX triplet: D9, D8 and F6. RGB value is (217,216,246). Sum of RGB (Red+Green+Blue) = 217+216+246=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9D8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8F6 is #262709. Grayscale: #DBDBDB. Windows color (decimal): -2500362 or 16177369. OLE color: 16177369.
HSL color Cylindrical-coordinate representation of color #D9D8F6: hue angle of 242º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9D8F6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 216 | 246 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.04 |
| HSL | 242º | 0.63% | 0.91% | - |
| HSV(B) | 242º | 0.12% | 0.96% | - |
| XYZ | 69.81 | 70.52 | 97.12 | - |
| YUV | 219.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 246 | 0.12 | 0.12 | 0 | 0.04 | 242 | 0.63 | 0.91 |
| Hex | D9 | D8 | F6 | C | C | 0 | 4 | F2 | 3E | 5B |
| Octal | 331 | 330 | 366 | 14 | 14 | 0 | 4 | 362 | 76 | 133 |
| Binary | 11011001 | 11011000 | 11110110 | 1100 | 1100 | 0 | 100 | 11110010 | 111110 | 1011011 |
Color Harmonies of #D9D8F6
Complementary color
Monochromatic Colors of #D9D8F6
Black with #D9D8F6
Text Example
Text Example
White with #D9D8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D8F6; }
p { color: rgb(217,216,246); }
H1.HeaderClassName
{
color: #D9D8F6;
}
.AnyTagClassName
{
color: #D9D8F6;
}
</style>
background-color css
<style>
a { background-color: #D9D8F6; }
a { background-color: rgb(217,216,246); }
div.DivClassName
{
background-color: #D9D8F6;
}
.BgClassName
{
background-color: #D9D8F6;
}
</style>
border-color css
<style>
span { border-color: #D9D8F6; }
span { border-color: rgb(217,216,246); }
td.TdClassName
{
border-color: #D9D8F6;
}
.TagClassName
{
border-color: #D9D8F6;
}
</style>