Shades of Quartz #D9D4FA
Tints of Quartz #D9D4FA
RGB
CMYK
RGB Variations
Color information
#D9D4FA (or 0xD9D4FA) is known color: Quartz. HEX triplet: D9, D4 and FA. RGB value is (217,212,250). Sum of RGB (Red+Green+Blue) = 217+212+250=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9D4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4FA is #262B05. Grayscale: #D9D9D9. Windows color (decimal): -2501382 or 16438489. OLE color: 16438489.
HSL color Cylindrical-coordinate representation of color #D9D4FA: hue angle of 247.89º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9D4FA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 212 | 250 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.02 |
| HSL | 247.89º | 0.79% | 0.91% | - |
| HSV(B) | 247.89º | 0.15% | 0.98% | - |
| XYZ | 69.41 | 68.74 | 100.05 | - |
| YUV | 217.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 250 | 0.13 | 0.15 | 0 | 0.02 | 247.89 | 0.79 | 0.91 |
| Hex | D9 | D4 | FA | D | F | 0 | 2 | F8 | 4F | 5B |
| Octal | 331 | 324 | 372 | 15 | 17 | 0 | 2 | 370 | 117 | 133 |
| Binary | 11011001 | 11010100 | 11111010 | 1101 | 1111 | 0 | 10 | 11111000 | 1001111 | 1011011 |
Color Harmonies of #D9D4FA
Complementary color
Monochromatic Colors of #D9D4FA
Black with #D9D4FA
Text Example
Text Example
White with #D9D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4FA; }
p { color: rgb(217,212,250); }
H1.HeaderClassName
{
color: #D9D4FA;
}
.AnyTagClassName
{
color: #D9D4FA;
}
</style>
background-color css
<style>
a { background-color: #D9D4FA; }
a { background-color: rgb(217,212,250); }
div.DivClassName
{
background-color: #D9D4FA;
}
.BgClassName
{
background-color: #D9D4FA;
}
</style>
border-color css
<style>
span { border-color: #D9D4FA; }
span { border-color: rgb(217,212,250); }
td.TdClassName
{
border-color: #D9D4FA;
}
.TagClassName
{
border-color: #D9D4FA;
}
</style>