Shades of Quartz #D9DCFC
Tints of Quartz #D9DCFC
RGB
CMYK
RGB Variations
Color information
#D9DCFC (or 0xD9DCFC) is known color: Quartz. HEX triplet: D9, DC and FC. RGB value is (217,220,252). Sum of RGB (Red+Green+Blue) = 217+220+252=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFC is #262303. Grayscale: #DEDEDE. Windows color (decimal): -2499332 or 16571609. OLE color: 16571609.
HSL color Cylindrical-coordinate representation of color #D9DCFC: hue angle of 234.86º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9DCFC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 220 | 252 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.01 |
| HSL | 234.86º | 0.85% | 0.92% | - |
| HSV(B) | 234.86º | 0.14% | 0.99% | - |
| XYZ | 71.78 | 72.97 | 102.4 | - |
| YUV | 222.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 252 | 0.14 | 0.13 | 0 | 0.01 | 234.86 | 0.85 | 0.92 |
| Hex | D9 | DC | FC | E | D | 0 | 1 | EB | 55 | 5C |
| Octal | 331 | 334 | 374 | 16 | 15 | 0 | 1 | 353 | 125 | 134 |
| Binary | 11011001 | 11011100 | 11111100 | 1110 | 1101 | 0 | 1 | 11101011 | 1010101 | 1011100 |
Color Harmonies of #D9DCFC
Complementary color
Monochromatic Colors of #D9DCFC
Black with #D9DCFC
Text Example
Text Example
White with #D9DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCFC; }
p { color: rgb(217,220,252); }
H1.HeaderClassName
{
color: #D9DCFC;
}
.AnyTagClassName
{
color: #D9DCFC;
}
</style>
background-color css
<style>
a { background-color: #D9DCFC; }
a { background-color: rgb(217,220,252); }
div.DivClassName
{
background-color: #D9DCFC;
}
.BgClassName
{
background-color: #D9DCFC;
}
</style>
border-color css
<style>
span { border-color: #D9DCFC; }
span { border-color: rgb(217,220,252); }
td.TdClassName
{
border-color: #D9DCFC;
}
.TagClassName
{
border-color: #D9DCFC;
}
</style>