Shades of Quartz #D8DCF9
Tints of Quartz #D8DCF9
RGB
CMYK
RGB Variations
Color information
#D8DCF9 (or 0xD8DCF9) is known color: Quartz. HEX triplet: D8, DC and F9. RGB value is (216,220,249). Sum of RGB (Red+Green+Blue) = 216+220+249=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DCF9 is #272306. Grayscale: #DDDDDD. Windows color (decimal): -2564871 or 16375000. OLE color: 16375000.
HSL color Cylindrical-coordinate representation of color #D8DCF9: hue angle of 232.73º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DCF9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 220 | 249 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.02 |
| HSL | 232.73º | 0.73% | 0.91% | - |
| HSV(B) | 232.73º | 0.13% | 0.98% | - |
| XYZ | 71.01 | 72.62 | 99.9 | - |
| YUV | 222.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 249 | 0.13 | 0.12 | 0 | 0.02 | 232.73 | 0.73 | 0.91 |
| Hex | D8 | DC | F9 | D | C | 0 | 2 | E9 | 49 | 5B |
| Octal | 330 | 334 | 371 | 15 | 14 | 0 | 2 | 351 | 111 | 133 |
| Binary | 11011000 | 11011100 | 11111001 | 1101 | 1100 | 0 | 10 | 11101001 | 1001001 | 1011011 |
Color Harmonies of #D8DCF9
Complementary color
Monochromatic Colors of #D8DCF9
Black with #D8DCF9
Text Example
Text Example
White with #D8DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCF9; }
p { color: rgb(216,220,249); }
H1.HeaderClassName
{
color: #D8DCF9;
}
.AnyTagClassName
{
color: #D8DCF9;
}
</style>
background-color css
<style>
a { background-color: #D8DCF9; }
a { background-color: rgb(216,220,249); }
div.DivClassName
{
background-color: #D8DCF9;
}
.BgClassName
{
background-color: #D8DCF9;
}
</style>
border-color css
<style>
span { border-color: #D8DCF9; }
span { border-color: rgb(216,220,249); }
td.TdClassName
{
border-color: #D8DCF9;
}
.TagClassName
{
border-color: #D8DCF9;
}
</style>