Shades of Quartz #D7D3F9
Tints of Quartz #D7D3F9
RGB
CMYK
RGB Variations
Color information
#D7D3F9 (or 0xD7D3F9) is known color: Quartz. HEX triplet: D7, D3 and F9. RGB value is (215,211,249). Sum of RGB (Red+Green+Blue) = 215+211+249=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3F9 is #282C06. Grayscale: #D8D8D8. Windows color (decimal): -2632711 or 16372695. OLE color: 16372695.
HSL color Cylindrical-coordinate representation of color #D7D3F9: hue angle of 246.32º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7D3F9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 211 | 249 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.02 |
| HSL | 246.32º | 0.76% | 0.9% | - |
| HSV(B) | 246.32º | 0.15% | 0.98% | - |
| XYZ | 68.42 | 67.88 | 99.12 | - |
| YUV | 216.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 249 | 0.14 | 0.15 | 0 | 0.02 | 246.32 | 0.76 | 0.9 |
| Hex | D7 | D3 | F9 | E | F | 0 | 2 | F6 | 4C | 5A |
| Octal | 327 | 323 | 371 | 16 | 17 | 0 | 2 | 366 | 114 | 132 |
| Binary | 11010111 | 11010011 | 11111001 | 1110 | 1111 | 0 | 10 | 11110110 | 1001100 | 1011010 |
Color Harmonies of #D7D3F9
Complementary color
Monochromatic Colors of #D7D3F9
Black with #D7D3F9
Text Example
Text Example
White with #D7D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D3F9; }
p { color: rgb(215,211,249); }
H1.HeaderClassName
{
color: #D7D3F9;
}
.AnyTagClassName
{
color: #D7D3F9;
}
</style>
background-color css
<style>
a { background-color: #D7D3F9; }
a { background-color: rgb(215,211,249); }
div.DivClassName
{
background-color: #D7D3F9;
}
.BgClassName
{
background-color: #D7D3F9;
}
</style>
border-color css
<style>
span { border-color: #D7D3F9; }
span { border-color: rgb(215,211,249); }
td.TdClassName
{
border-color: #D7D3F9;
}
.TagClassName
{
border-color: #D7D3F9;
}
</style>