Shades of Quartz #D3D7FD
Tints of Quartz #D3D7FD
RGB
CMYK
RGB Variations
Color information
#D3D7FD (or 0xD3D7FD) is known color: Quartz. HEX triplet: D3, D7 and FD. RGB value is (211,215,253). Sum of RGB (Red+Green+Blue) = 211+215+253=679 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.08% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D7FD is #2C2802. Grayscale: #D9D9D9. Windows color (decimal): -2893827 or 16635859. OLE color: 16635859.
HSL color Cylindrical-coordinate representation of color #D3D7FD: hue angle of 234.29º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3D7FD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 215 | 253 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.01 |
| HSL | 234.29º | 0.91% | 0.91% | - |
| HSV(B) | 234.29º | 0.17% | 0.99% | - |
| XYZ | 68.89 | 69.54 | 102.72 | - |
| YUV | 218.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 253 | 0.17 | 0.15 | 0 | 0.01 | 234.29 | 0.91 | 0.91 |
| Hex | D3 | D7 | FD | 11 | F | 0 | 1 | EA | 5B | 5B |
| Octal | 323 | 327 | 375 | 21 | 17 | 0 | 1 | 352 | 133 | 133 |
| Binary | 11010011 | 11010111 | 11111101 | 10001 | 1111 | 0 | 1 | 11101010 | 1011011 | 1011011 |
Color Harmonies of #D3D7FD
Complementary color
Monochromatic Colors of #D3D7FD
Black with #D3D7FD
Text Example
Text Example
White with #D3D7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D7FD; }
p { color: rgb(211,215,253); }
H1.HeaderClassName
{
color: #D3D7FD;
}
.AnyTagClassName
{
color: #D3D7FD;
}
</style>
background-color css
<style>
a { background-color: #D3D7FD; }
a { background-color: rgb(211,215,253); }
div.DivClassName
{
background-color: #D3D7FD;
}
.BgClassName
{
background-color: #D3D7FD;
}
</style>
border-color css
<style>
span { border-color: #D3D7FD; }
span { border-color: rgb(211,215,253); }
td.TdClassName
{
border-color: #D3D7FD;
}
.TagClassName
{
border-color: #D3D7FD;
}
</style>