Shades of Quartz #D9DCF5
Tints of Quartz #D9DCF5
RGB
CMYK
RGB Variations
Color information
#D9DCF5 (or 0xD9DCF5) is known color: Quartz. HEX triplet: D9, DC and F5. RGB value is (217,220,245). Sum of RGB (Red+Green+Blue) = 217+220+245=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9DCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCF5 is #26230A. Grayscale: #DDDDDD. Windows color (decimal): -2499339 or 16112857. OLE color: 16112857.
HSL color Cylindrical-coordinate representation of color #D9DCF5: hue angle of 233.57º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DCF5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 220 | 245 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.04 |
| HSL | 233.57º | 0.58% | 0.91% | - |
| HSV(B) | 233.57º | 0.11% | 0.96% | - |
| XYZ | 70.69 | 72.53 | 96.66 | - |
| YUV | 221.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 245 | 0.11 | 0.10 | 0 | 0.04 | 233.57 | 0.58 | 0.91 |
| Hex | D9 | DC | F5 | B | A | 0 | 4 | EA | 3A | 5B |
| Octal | 331 | 334 | 365 | 13 | 12 | 0 | 4 | 352 | 72 | 133 |
| Binary | 11011001 | 11011100 | 11110101 | 1011 | 1010 | 0 | 100 | 11101010 | 111010 | 1011011 |
Color Harmonies of #D9DCF5
Complementary color
Monochromatic Colors of #D9DCF5
Black with #D9DCF5
Text Example
Text Example
White with #D9DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCF5; }
p { color: rgb(217,220,245); }
H1.HeaderClassName
{
color: #D9DCF5;
}
.AnyTagClassName
{
color: #D9DCF5;
}
</style>
background-color css
<style>
a { background-color: #D9DCF5; }
a { background-color: rgb(217,220,245); }
div.DivClassName
{
background-color: #D9DCF5;
}
.BgClassName
{
background-color: #D9DCF5;
}
</style>
border-color css
<style>
span { border-color: #D9DCF5; }
span { border-color: rgb(217,220,245); }
td.TdClassName
{
border-color: #D9DCF5;
}
.TagClassName
{
border-color: #D9DCF5;
}
</style>