Shades of Quartz #D7D3FD
Tints of Quartz #D7D3FD
RGB
CMYK
RGB Variations
Color information
#D7D3FD (or 0xD7D3FD) is known color: Quartz. HEX triplet: D7, D3 and FD. RGB value is (215,211,253). Sum of RGB (Red+Green+Blue) = 215+211+253=679 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.66% from 679); Green value is 211 (82.81% from 255 or 31.08% 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 #D7D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3FD is #282C02. Grayscale: #D8D8D8. Windows color (decimal): -2632707 or 16634839. OLE color: 16634839.
HSL color Cylindrical-coordinate representation of color #D7D3FD: hue angle of 245.71º 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 #D7D3FD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 211 | 253 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.01 |
| HSL | 245.71º | 0.91% | 0.91% | - |
| HSV(B) | 245.71º | 0.17% | 0.99% | - |
| XYZ | 69.05 | 68.13 | 102.44 | - |
| YUV | 216.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 253 | 0.15 | 0.17 | 0 | 0.01 | 245.71 | 0.91 | 0.91 |
| Hex | D7 | D3 | FD | F | 11 | 0 | 1 | F6 | 5B | 5B |
| Octal | 327 | 323 | 375 | 17 | 21 | 0 | 1 | 366 | 133 | 133 |
| Binary | 11010111 | 11010011 | 11111101 | 1111 | 10001 | 0 | 1 | 11110110 | 1011011 | 1011011 |
Color Harmonies of #D7D3FD
Complementary color
Monochromatic Colors of #D7D3FD
Black with #D7D3FD
Text Example
Text Example
White with #D7D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D3FD; }
p { color: rgb(215,211,253); }
H1.HeaderClassName
{
color: #D7D3FD;
}
.AnyTagClassName
{
color: #D7D3FD;
}
</style>
background-color css
<style>
a { background-color: #D7D3FD; }
a { background-color: rgb(215,211,253); }
div.DivClassName
{
background-color: #D7D3FD;
}
.BgClassName
{
background-color: #D7D3FD;
}
</style>
border-color css
<style>
span { border-color: #D7D3FD; }
span { border-color: rgb(215,211,253); }
td.TdClassName
{
border-color: #D7D3FD;
}
.TagClassName
{
border-color: #D7D3FD;
}
</style>