Shades of Quartz #D3D9FC
Tints of Quartz #D3D9FC
RGB
CMYK
RGB Variations
Color information
#D3D9FC (or 0xD3D9FC) is known color: Quartz. HEX triplet: D3, D9 and FC. RGB value is (211,217,252). Sum of RGB (Red+Green+Blue) = 211+217+252=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3D9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D9FC is #2C2603. Grayscale: #DBDBDB. Windows color (decimal): -2893316 or 16570835. OLE color: 16570835.
HSL color Cylindrical-coordinate representation of color #D3D9FC: hue angle of 231.22º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3D9FC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 217 | 252 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.01 |
| HSL | 231.22º | 0.87% | 0.91% | - |
| HSV(B) | 231.22º | 0.16% | 0.99% | - |
| XYZ | 69.25 | 70.5 | 102.05 | - |
| YUV | 219.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 217 | 252 | 0.16 | 0.14 | 0 | 0.01 | 231.22 | 0.87 | 0.91 |
| Hex | D3 | D9 | FC | 10 | E | 0 | 1 | E7 | 57 | 5B |
| Octal | 323 | 331 | 374 | 20 | 16 | 0 | 1 | 347 | 127 | 133 |
| Binary | 11010011 | 11011001 | 11111100 | 10000 | 1110 | 0 | 1 | 11100111 | 1010111 | 1011011 |
Color Harmonies of #D3D9FC
Complementary color
Monochromatic Colors of #D3D9FC
Black with #D3D9FC
Text Example
Text Example
White with #D3D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D9FC; }
p { color: rgb(211,217,252); }
H1.HeaderClassName
{
color: #D3D9FC;
}
.AnyTagClassName
{
color: #D3D9FC;
}
</style>
background-color css
<style>
a { background-color: #D3D9FC; }
a { background-color: rgb(211,217,252); }
div.DivClassName
{
background-color: #D3D9FC;
}
.BgClassName
{
background-color: #D3D9FC;
}
</style>
border-color css
<style>
span { border-color: #D3D9FC; }
span { border-color: rgb(211,217,252); }
td.TdClassName
{
border-color: #D3D9FC;
}
.TagClassName
{
border-color: #D3D9FC;
}
</style>