Shades of Quartz #D9DBFC
Tints of Quartz #D9DBFC
RGB
CMYK
RGB Variations
Color information
#D9DBFC (or 0xD9DBFC) is known color: Quartz. HEX triplet: D9, DB and FC. RGB value is (217,219,252). Sum of RGB (Red+Green+Blue) = 217+219+252=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBFC is #262403. Grayscale: #DEDEDE. Windows color (decimal): -2499588 or 16571353. OLE color: 16571353.
HSL color Cylindrical-coordinate representation of color #D9DBFC: hue angle of 236.57º 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 #D9DBFC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 219 | 252 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.01 |
| HSL | 236.57º | 0.85% | 0.92% | - |
| HSV(B) | 236.57º | 0.14% | 0.99% | - |
| XYZ | 71.52 | 72.44 | 102.31 | - |
| YUV | 222.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 252 | 0.14 | 0.13 | 0 | 0.01 | 236.57 | 0.85 | 0.92 |
| Hex | D9 | DB | FC | E | D | 0 | 1 | ED | 55 | 5C |
| Octal | 331 | 333 | 374 | 16 | 15 | 0 | 1 | 355 | 125 | 134 |
| Binary | 11011001 | 11011011 | 11111100 | 1110 | 1101 | 0 | 1 | 11101101 | 1010101 | 1011100 |
Color Harmonies of #D9DBFC
Complementary color
Monochromatic Colors of #D9DBFC
Black with #D9DBFC
Text Example
Text Example
White with #D9DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBFC; }
p { color: rgb(217,219,252); }
H1.HeaderClassName
{
color: #D9DBFC;
}
.AnyTagClassName
{
color: #D9DBFC;
}
</style>
background-color css
<style>
a { background-color: #D9DBFC; }
a { background-color: rgb(217,219,252); }
div.DivClassName
{
background-color: #D9DBFC;
}
.BgClassName
{
background-color: #D9DBFC;
}
</style>
border-color css
<style>
span { border-color: #D9DBFC; }
span { border-color: rgb(217,219,252); }
td.TdClassName
{
border-color: #D9DBFC;
}
.TagClassName
{
border-color: #D9DBFC;
}
</style>