Shades of Quartz #D2D7FB
Tints of Quartz #D2D7FB
RGB
CMYK
RGB Variations
Color information
#D2D7FB (or 0xD2D7FB) is known color: Quartz. HEX triplet: D2, D7 and FB. RGB value is (210,215,251). Sum of RGB (Red+Green+Blue) = 210+215+251=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2D7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D7FB is #2D2804. Grayscale: #D9D9D9. Windows color (decimal): -2959365 or 16504786. OLE color: 16504786.
HSL color Cylindrical-coordinate representation of color #D2D7FB: hue angle of 232.68º degrees, saturation: 0.84, 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 #D2D7FB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 215 | 251 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.02 |
| HSL | 232.68º | 0.84% | 0.9% | - |
| HSV(B) | 232.68º | 0.16% | 0.98% | - |
| XYZ | 68.29 | 69.27 | 101.04 | - |
| YUV | 217.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 251 | 0.16 | 0.14 | 0 | 0.02 | 232.68 | 0.84 | 0.9 |
| Hex | D2 | D7 | FB | 10 | E | 0 | 2 | E9 | 54 | 5A |
| Octal | 322 | 327 | 373 | 20 | 16 | 0 | 2 | 351 | 124 | 132 |
| Binary | 11010010 | 11010111 | 11111011 | 10000 | 1110 | 0 | 10 | 11101001 | 1010100 | 1011010 |
Color Harmonies of #D2D7FB
Complementary color
Monochromatic Colors of #D2D7FB
Black with #D2D7FB
Text Example
Text Example
White with #D2D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7FB; }
p { color: rgb(210,215,251); }
H1.HeaderClassName
{
color: #D2D7FB;
}
.AnyTagClassName
{
color: #D2D7FB;
}
</style>
background-color css
<style>
a { background-color: #D2D7FB; }
a { background-color: rgb(210,215,251); }
div.DivClassName
{
background-color: #D2D7FB;
}
.BgClassName
{
background-color: #D2D7FB;
}
</style>
border-color css
<style>
span { border-color: #D2D7FB; }
span { border-color: rgb(210,215,251); }
td.TdClassName
{
border-color: #D2D7FB;
}
.TagClassName
{
border-color: #D2D7FB;
}
</style>