Shades of Quartz #D9DCFA
Tints of Quartz #D9DCFA
RGB
CMYK
RGB Variations
Color information
#D9DCFA (or 0xD9DCFA) is known color: Quartz. HEX triplet: D9, DC and FA. RGB value is (217,220,250). Sum of RGB (Red+Green+Blue) = 217+220+250=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFA is #262305. Grayscale: #DEDEDE. Windows color (decimal): -2499334 or 16440537. OLE color: 16440537.
HSL color Cylindrical-coordinate representation of color #D9DCFA: hue angle of 234.55º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9DCFA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 220 | 250 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.02 |
| HSL | 234.55º | 0.77% | 0.92% | - |
| HSV(B) | 234.55º | 0.13% | 0.98% | - |
| XYZ | 71.46 | 72.84 | 100.74 | - |
| YUV | 222.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 250 | 0.13 | 0.12 | 0 | 0.02 | 234.55 | 0.77 | 0.92 |
| Hex | D9 | DC | FA | D | C | 0 | 2 | EB | 4D | 5C |
| Octal | 331 | 334 | 372 | 15 | 14 | 0 | 2 | 353 | 115 | 134 |
| Binary | 11011001 | 11011100 | 11111010 | 1101 | 1100 | 0 | 10 | 11101011 | 1001101 | 1011100 |
Color Harmonies of #D9DCFA
Complementary color
Monochromatic Colors of #D9DCFA
Black with #D9DCFA
Text Example
Text Example
White with #D9DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCFA; }
p { color: rgb(217,220,250); }
H1.HeaderClassName
{
color: #D9DCFA;
}
.AnyTagClassName
{
color: #D9DCFA;
}
</style>
background-color css
<style>
a { background-color: #D9DCFA; }
a { background-color: rgb(217,220,250); }
div.DivClassName
{
background-color: #D9DCFA;
}
.BgClassName
{
background-color: #D9DCFA;
}
</style>
border-color css
<style>
span { border-color: #D9DCFA; }
span { border-color: rgb(217,220,250); }
td.TdClassName
{
border-color: #D9DCFA;
}
.TagClassName
{
border-color: #D9DCFA;
}
</style>