Shades of Quartz #D7D3FB
Tints of Quartz #D7D3FB
RGB
CMYK
RGB Variations
Color information
#D7D3FB (or 0xD7D3FB) is known color: Quartz. HEX triplet: D7, D3 and FB. RGB value is (215,211,251). Sum of RGB (Red+Green+Blue) = 215+211+251=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7D3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3FB is #282C04. Grayscale: #D8D8D8. Windows color (decimal): -2632709 or 16503767. OLE color: 16503767.
HSL color Cylindrical-coordinate representation of color #D7D3FB: hue angle of 246º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7D3FB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 211 | 251 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.02 |
| HSL | 246º | 0.83% | 0.91% | - |
| HSV(B) | 246º | 0.16% | 0.98% | - |
| XYZ | 68.73 | 68 | 100.77 | - |
| YUV | 216.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 251 | 0.14 | 0.16 | 0 | 0.02 | 246 | 0.83 | 0.91 |
| Hex | D7 | D3 | FB | E | 10 | 0 | 2 | F6 | 53 | 5B |
| Octal | 327 | 323 | 373 | 16 | 20 | 0 | 2 | 366 | 123 | 133 |
| Binary | 11010111 | 11010011 | 11111011 | 1110 | 10000 | 0 | 10 | 11110110 | 1010011 | 1011011 |
Color Harmonies of #D7D3FB
Complementary color
Monochromatic Colors of #D7D3FB
Black with #D7D3FB
Text Example
Text Example
White with #D7D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D3FB; }
p { color: rgb(215,211,251); }
H1.HeaderClassName
{
color: #D7D3FB;
}
.AnyTagClassName
{
color: #D7D3FB;
}
</style>
background-color css
<style>
a { background-color: #D7D3FB; }
a { background-color: rgb(215,211,251); }
div.DivClassName
{
background-color: #D7D3FB;
}
.BgClassName
{
background-color: #D7D3FB;
}
</style>
border-color css
<style>
span { border-color: #D7D3FB; }
span { border-color: rgb(215,211,251); }
td.TdClassName
{
border-color: #D7D3FB;
}
.TagClassName
{
border-color: #D7D3FB;
}
</style>