Shades of Quartz #D9D4FB
Tints of Quartz #D9D4FB
RGB
CMYK
RGB Variations
Color information
#D9D4FB (or 0xD9D4FB) is known color: Quartz. HEX triplet: D9, D4 and FB. RGB value is (217,212,251). Sum of RGB (Red+Green+Blue) = 217+212+251=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9D4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4FB is #262B04. Grayscale: #D9D9D9. Windows color (decimal): -2501381 or 16504025. OLE color: 16504025.
HSL color Cylindrical-coordinate representation of color #D9D4FB: hue angle of 247.69º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9D4FB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 212 | 251 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.02 |
| HSL | 247.69º | 0.83% | 0.91% | - |
| HSV(B) | 247.69º | 0.16% | 0.98% | - |
| XYZ | 69.57 | 68.8 | 100.88 | - |
| YUV | 217.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 251 | 0.14 | 0.16 | 0 | 0.02 | 247.69 | 0.83 | 0.91 |
| Hex | D9 | D4 | FB | E | 10 | 0 | 2 | F8 | 53 | 5B |
| Octal | 331 | 324 | 373 | 16 | 20 | 0 | 2 | 370 | 123 | 133 |
| Binary | 11011001 | 11010100 | 11111011 | 1110 | 10000 | 0 | 10 | 11111000 | 1010011 | 1011011 |
Color Harmonies of #D9D4FB
Complementary color
Monochromatic Colors of #D9D4FB
Black with #D9D4FB
Text Example
Text Example
White with #D9D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4FB; }
p { color: rgb(217,212,251); }
H1.HeaderClassName
{
color: #D9D4FB;
}
.AnyTagClassName
{
color: #D9D4FB;
}
</style>
background-color css
<style>
a { background-color: #D9D4FB; }
a { background-color: rgb(217,212,251); }
div.DivClassName
{
background-color: #D9D4FB;
}
.BgClassName
{
background-color: #D9D4FB;
}
</style>
border-color css
<style>
span { border-color: #D9D4FB; }
span { border-color: rgb(217,212,251); }
td.TdClassName
{
border-color: #D9D4FB;
}
.TagClassName
{
border-color: #D9D4FB;
}
</style>