Shades of Quartz #D9D4F1
Tints of Quartz #D9D4F1
RGB
CMYK
RGB Variations
Color information
#D9D4F1 (or 0xD9D4F1) is known color: Quartz. HEX triplet: D9, D4 and F1. RGB value is (217,212,241). Sum of RGB (Red+Green+Blue) = 217+212+241=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9D4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4F1 is #262B0E. Grayscale: #D8D8D8. Windows color (decimal): -2501391 or 15848665. OLE color: 15848665.
HSL color Cylindrical-coordinate representation of color #D9D4F1: hue angle of 250.34º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9D4F1 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 212 | 241 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.05 |
| HSL | 250.34º | 0.51% | 0.89% | - |
| HSV(B) | 250.34º | 0.12% | 0.95% | - |
| XYZ | 68.04 | 68.19 | 92.8 | - |
| YUV | 216.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 241 | 0.10 | 0.12 | 0 | 0.05 | 250.34 | 0.51 | 0.89 |
| Hex | D9 | D4 | F1 | A | C | 0 | 5 | FA | 33 | 59 |
| Octal | 331 | 324 | 361 | 12 | 14 | 0 | 5 | 372 | 63 | 131 |
| Binary | 11011001 | 11010100 | 11110001 | 1010 | 1100 | 0 | 101 | 11111010 | 110011 | 1011001 |
Color Harmonies of #D9D4F1
Complementary color
Monochromatic Colors of #D9D4F1
Black with #D9D4F1
Text Example
Text Example
White with #D9D4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4F1; }
p { color: rgb(217,212,241); }
H1.HeaderClassName
{
color: #D9D4F1;
}
.AnyTagClassName
{
color: #D9D4F1;
}
</style>
background-color css
<style>
a { background-color: #D9D4F1; }
a { background-color: rgb(217,212,241); }
div.DivClassName
{
background-color: #D9D4F1;
}
.BgClassName
{
background-color: #D9D4F1;
}
</style>
border-color css
<style>
span { border-color: #D9D4F1; }
span { border-color: rgb(217,212,241); }
td.TdClassName
{
border-color: #D9D4F1;
}
.TagClassName
{
border-color: #D9D4F1;
}
</style>