Shades of Quartz #D3D7F1
Tints of Quartz #D3D7F1
RGB
CMYK
RGB Variations
Color information
#D3D7F1 (or 0xD3D7F1) is known color: Quartz. HEX triplet: D3, D7 and F1. RGB value is (211,215,241). Sum of RGB (Red+Green+Blue) = 211+215+241=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D7F1 is #2C280E. Grayscale: #D8D8D8. Windows color (decimal): -2893839 or 15849427. OLE color: 15849427.
HSL color Cylindrical-coordinate representation of color #D3D7F1: hue angle of 232º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3D7F1 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 215 | 241 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.05 |
| HSL | 232º | 0.52% | 0.89% | - |
| HSV(B) | 232º | 0.12% | 0.95% | - |
| XYZ | 67.04 | 68.8 | 92.97 | - |
| YUV | 216.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 241 | 0.12 | 0.11 | 0 | 0.05 | 232 | 0.52 | 0.89 |
| Hex | D3 | D7 | F1 | C | B | 0 | 5 | E8 | 34 | 59 |
| Octal | 323 | 327 | 361 | 14 | 13 | 0 | 5 | 350 | 64 | 131 |
| Binary | 11010011 | 11010111 | 11110001 | 1100 | 1011 | 0 | 101 | 11101000 | 110100 | 1011001 |
Color Harmonies of #D3D7F1
Complementary color
Monochromatic Colors of #D3D7F1
Black with #D3D7F1
Text Example
Text Example
White with #D3D7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D7F1; }
p { color: rgb(211,215,241); }
H1.HeaderClassName
{
color: #D3D7F1;
}
.AnyTagClassName
{
color: #D3D7F1;
}
</style>
background-color css
<style>
a { background-color: #D3D7F1; }
a { background-color: rgb(211,215,241); }
div.DivClassName
{
background-color: #D3D7F1;
}
.BgClassName
{
background-color: #D3D7F1;
}
</style>
border-color css
<style>
span { border-color: #D3D7F1; }
span { border-color: rgb(211,215,241); }
td.TdClassName
{
border-color: #D3D7F1;
}
.TagClassName
{
border-color: #D3D7F1;
}
</style>