Shades of Quartz #D2D7FA
Tints of Quartz #D2D7FA
RGB
CMYK
RGB Variations
Color information
#D2D7FA (or 0xD2D7FA) is known color: Quartz. HEX triplet: D2, D7 and FA. RGB value is (210,215,250). Sum of RGB (Red+Green+Blue) = 210+215+250=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D7FA is #2D2805. Grayscale: #D9D9D9. Windows color (decimal): -2959366 or 16439250. OLE color: 16439250.
HSL color Cylindrical-coordinate representation of color #D2D7FA: hue angle of 232.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2D7FA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 215 | 250 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.02 |
| HSL | 232.5º | 0.8% | 0.9% | - |
| HSV(B) | 232.5º | 0.16% | 0.98% | - |
| XYZ | 68.13 | 69.2 | 100.21 | - |
| YUV | 217.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 250 | 0.16 | 0.14 | 0 | 0.02 | 232.5 | 0.8 | 0.9 |
| Hex | D2 | D7 | FA | 10 | E | 0 | 2 | E8 | 50 | 5A |
| Octal | 322 | 327 | 372 | 20 | 16 | 0 | 2 | 350 | 120 | 132 |
| Binary | 11010010 | 11010111 | 11111010 | 10000 | 1110 | 0 | 10 | 11101000 | 1010000 | 1011010 |
Color Harmonies of #D2D7FA
Complementary color
Monochromatic Colors of #D2D7FA
Black with #D2D7FA
Text Example
Text Example
White with #D2D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7FA; }
p { color: rgb(210,215,250); }
H1.HeaderClassName
{
color: #D2D7FA;
}
.AnyTagClassName
{
color: #D2D7FA;
}
</style>
background-color css
<style>
a { background-color: #D2D7FA; }
a { background-color: rgb(210,215,250); }
div.DivClassName
{
background-color: #D2D7FA;
}
.BgClassName
{
background-color: #D2D7FA;
}
</style>
border-color css
<style>
span { border-color: #D2D7FA; }
span { border-color: rgb(210,215,250); }
td.TdClassName
{
border-color: #D2D7FA;
}
.TagClassName
{
border-color: #D2D7FA;
}
</style>