Shades of Quartz #D9D8F1
Tints of Quartz #D9D8F1
RGB
CMYK
RGB Variations
Color information
#D9D8F1 (or 0xD9D8F1) is known color: Quartz. HEX triplet: D9, D8 and F1. RGB value is (217,216,241). Sum of RGB (Red+Green+Blue) = 217+216+241=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9D8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D8F1 is #26270E. Grayscale: #DBDBDB. Windows color (decimal): -2500367 or 15849689. OLE color: 15849689.
HSL color Cylindrical-coordinate representation of color #D9D8F1: hue angle of 242.4º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9D8F1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 216 | 241 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.05 |
| HSL | 242.4º | 0.47% | 0.9% | - |
| HSV(B) | 242.4º | 0.1% | 0.95% | - |
| XYZ | 69.05 | 70.21 | 93.13 | - |
| YUV | 219.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 216 | 241 | 0.10 | 0.10 | 0 | 0.05 | 242.4 | 0.47 | 0.9 |
| Hex | D9 | D8 | F1 | A | A | 0 | 5 | F2 | 2F | 5A |
| Octal | 331 | 330 | 361 | 12 | 12 | 0 | 5 | 362 | 57 | 132 |
| Binary | 11011001 | 11011000 | 11110001 | 1010 | 1010 | 0 | 101 | 11110010 | 101111 | 1011010 |
Color Harmonies of #D9D8F1
Complementary color
Monochromatic Colors of #D9D8F1
Black with #D9D8F1
Text Example
Text Example
White with #D9D8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D8F1; }
p { color: rgb(217,216,241); }
H1.HeaderClassName
{
color: #D9D8F1;
}
.AnyTagClassName
{
color: #D9D8F1;
}
</style>
background-color css
<style>
a { background-color: #D9D8F1; }
a { background-color: rgb(217,216,241); }
div.DivClassName
{
background-color: #D9D8F1;
}
.BgClassName
{
background-color: #D9D8F1;
}
</style>
border-color css
<style>
span { border-color: #D9D8F1; }
span { border-color: rgb(217,216,241); }
td.TdClassName
{
border-color: #D9D8F1;
}
.TagClassName
{
border-color: #D9D8F1;
}
</style>