Shades of Quartz #D6D2FB
Tints of Quartz #D6D2FB
RGB
CMYK
RGB Variations
Color information
#D6D2FB (or 0xD6D2FB) is known color: Quartz. HEX triplet: D6, D2 and FB. RGB value is (214,210,251). Sum of RGB (Red+Green+Blue) = 214+210+251=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D2FB is #292D04. Grayscale: #D7D7D7. Windows color (decimal): -2698501 or 16503510. OLE color: 16503510.
HSL color Cylindrical-coordinate representation of color #D6D2FB: hue angle of 245.85º 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 #D6D2FB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 210 | 251 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.02 |
| HSL | 245.85º | 0.84% | 0.9% | - |
| HSV(B) | 245.85º | 0.16% | 0.98% | - |
| XYZ | 68.19 | 67.35 | 100.67 | - |
| YUV | 215.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 251 | 0.15 | 0.16 | 0 | 0.02 | 245.85 | 0.84 | 0.9 |
| Hex | D6 | D2 | FB | F | 10 | 0 | 2 | F6 | 54 | 5A |
| Octal | 326 | 322 | 373 | 17 | 20 | 0 | 2 | 366 | 124 | 132 |
| Binary | 11010110 | 11010010 | 11111011 | 1111 | 10000 | 0 | 10 | 11110110 | 1010100 | 1011010 |
Color Harmonies of #D6D2FB
Complementary color
Monochromatic Colors of #D6D2FB
Black with #D6D2FB
Text Example
Text Example
White with #D6D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2FB; }
p { color: rgb(214,210,251); }
H1.HeaderClassName
{
color: #D6D2FB;
}
.AnyTagClassName
{
color: #D6D2FB;
}
</style>
background-color css
<style>
a { background-color: #D6D2FB; }
a { background-color: rgb(214,210,251); }
div.DivClassName
{
background-color: #D6D2FB;
}
.BgClassName
{
background-color: #D6D2FB;
}
</style>
border-color css
<style>
span { border-color: #D6D2FB; }
span { border-color: rgb(214,210,251); }
td.TdClassName
{
border-color: #D6D2FB;
}
.TagClassName
{
border-color: #D6D2FB;
}
</style>