Shades of Quartz #D7D3FE
Tints of Quartz #D7D3FE
RGB
CMYK
RGB Variations
Color information
#D7D3FE (or 0xD7D3FE) is known color: Quartz. HEX triplet: D7, D3 and FE. RGB value is (215,211,254). Sum of RGB (Red+Green+Blue) = 215+211+254=680 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.62% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7D3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D3FE is #282C01. Grayscale: #D8D8D8. Windows color (decimal): -2632706 or 16700375. OLE color: 16700375.
HSL color Cylindrical-coordinate representation of color #D7D3FE: hue angle of 245.58º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7D3FE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 211 | 254 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.00 |
| HSL | 245.58º | 0.96% | 0.91% | - |
| HSV(B) | 245.58º | 0.17% | 1% | - |
| XYZ | 69.21 | 68.19 | 103.28 | - |
| YUV | 217.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 254 | 0.15 | 0.17 | 0 | 0.00 | 245.58 | 0.96 | 0.91 |
| Hex | D7 | D3 | FE | F | 11 | 0 | 0 | F6 | 60 | 5B |
| Octal | 327 | 323 | 376 | 17 | 21 | 0 | 0 | 366 | 140 | 133 |
| Binary | 11010111 | 11010011 | 11111110 | 1111 | 10001 | 0 | 0 | 11110110 | 1100000 | 1011011 |
Color Harmonies of #D7D3FE
Complementary color
Monochromatic Colors of #D7D3FE
Black with #D7D3FE
Text Example
Text Example
White with #D7D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D3FE; }
p { color: rgb(215,211,254); }
H1.HeaderClassName
{
color: #D7D3FE;
}
.AnyTagClassName
{
color: #D7D3FE;
}
</style>
background-color css
<style>
a { background-color: #D7D3FE; }
a { background-color: rgb(215,211,254); }
div.DivClassName
{
background-color: #D7D3FE;
}
.BgClassName
{
background-color: #D7D3FE;
}
</style>
border-color css
<style>
span { border-color: #D7D3FE; }
span { border-color: rgb(215,211,254); }
td.TdClassName
{
border-color: #D7D3FE;
}
.TagClassName
{
border-color: #D7D3FE;
}
</style>