Shades of Quartz #D7D2FC
Tints of Quartz #D7D2FC
RGB
CMYK
RGB Variations
Color information
#D7D2FC (or 0xD7D2FC) is known color: Quartz. HEX triplet: D7, D2 and FC. RGB value is (215,210,252). Sum of RGB (Red+Green+Blue) = 215+210+252=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D2FC is #282D03. Grayscale: #D8D8D8. Windows color (decimal): -2632964 or 16569047. OLE color: 16569047.
HSL color Cylindrical-coordinate representation of color #D7D2FC: hue angle of 247.14º degrees, saturation: 0.88, 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 #D7D2FC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 210 | 252 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.01 |
| HSL | 247.14º | 0.88% | 0.91% | - |
| HSV(B) | 247.14º | 0.17% | 0.99% | - |
| XYZ | 68.64 | 67.57 | 101.52 | - |
| YUV | 216.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 252 | 0.15 | 0.17 | 0 | 0.01 | 247.14 | 0.88 | 0.91 |
| Hex | D7 | D2 | FC | F | 11 | 0 | 1 | F7 | 58 | 5B |
| Octal | 327 | 322 | 374 | 17 | 21 | 0 | 1 | 367 | 130 | 133 |
| Binary | 11010111 | 11010010 | 11111100 | 1111 | 10001 | 0 | 1 | 11110111 | 1011000 | 1011011 |
Color Harmonies of #D7D2FC
Complementary color
Monochromatic Colors of #D7D2FC
Black with #D7D2FC
Text Example
Text Example
White with #D7D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D2FC; }
p { color: rgb(215,210,252); }
H1.HeaderClassName
{
color: #D7D2FC;
}
.AnyTagClassName
{
color: #D7D2FC;
}
</style>
background-color css
<style>
a { background-color: #D7D2FC; }
a { background-color: rgb(215,210,252); }
div.DivClassName
{
background-color: #D7D2FC;
}
.BgClassName
{
background-color: #D7D2FC;
}
</style>
border-color css
<style>
span { border-color: #D7D2FC; }
span { border-color: rgb(215,210,252); }
td.TdClassName
{
border-color: #D7D2FC;
}
.TagClassName
{
border-color: #D7D2FC;
}
</style>