Shades of Quartz #D9D2F1
Tints of Quartz #D9D2F1
RGB
CMYK
RGB Variations
Color information
#D9D2F1 (or 0xD9D2F1) is known color: Quartz. HEX triplet: D9, D2 and F1. RGB value is (217,210,241). Sum of RGB (Red+Green+Blue) = 217+210+241=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9D2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D2F1 is #262D0E. Grayscale: #D7D7D7. Windows color (decimal): -2501903 or 15848153. OLE color: 15848153.
HSL color Cylindrical-coordinate representation of color #D9D2F1: hue angle of 253.55º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D2F1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 210 | 241 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.05 |
| HSL | 253.55º | 0.53% | 0.88% | - |
| HSV(B) | 253.55º | 0.13% | 0.95% | - |
| XYZ | 67.54 | 67.2 | 92.63 | - |
| YUV | 215.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 241 | 0.10 | 0.13 | 0 | 0.05 | 253.55 | 0.53 | 0.88 |
| Hex | D9 | D2 | F1 | A | D | 0 | 5 | FE | 35 | 58 |
| Octal | 331 | 322 | 361 | 12 | 15 | 0 | 5 | 376 | 65 | 130 |
| Binary | 11011001 | 11010010 | 11110001 | 1010 | 1101 | 0 | 101 | 11111110 | 110101 | 1011000 |
Color Harmonies of #D9D2F1
Complementary color
Monochromatic Colors of #D9D2F1
Black with #D9D2F1
Text Example
Text Example
White with #D9D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2F1; }
p { color: rgb(217,210,241); }
H1.HeaderClassName
{
color: #D9D2F1;
}
.AnyTagClassName
{
color: #D9D2F1;
}
</style>
background-color css
<style>
a { background-color: #D9D2F1; }
a { background-color: rgb(217,210,241); }
div.DivClassName
{
background-color: #D9D2F1;
}
.BgClassName
{
background-color: #D9D2F1;
}
</style>
border-color css
<style>
span { border-color: #D9D2F1; }
span { border-color: rgb(217,210,241); }
td.TdClassName
{
border-color: #D9D2F1;
}
.TagClassName
{
border-color: #D9D2F1;
}
</style>