Shades of Quartz #D6D2FC
Tints of Quartz #D6D2FC
RGB
CMYK
RGB Variations
Color information
#D6D2FC (or 0xD6D2FC) is known color: Quartz. HEX triplet: D6, D2 and FC. RGB value is (214,210,252). Sum of RGB (Red+Green+Blue) = 214+210+252=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D2FC is #292D03. Grayscale: #D7D7D7. Windows color (decimal): -2698500 or 16569046. OLE color: 16569046.
HSL color Cylindrical-coordinate representation of color #D6D2FC: hue angle of 245.71º 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 #D6D2FC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 210 | 252 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.01 |
| HSL | 245.71º | 0.88% | 0.91% | - |
| HSV(B) | 245.71º | 0.17% | 0.99% | - |
| XYZ | 68.35 | 67.42 | 101.51 | - |
| YUV | 215.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 252 | 0.15 | 0.17 | 0 | 0.01 | 245.71 | 0.88 | 0.91 |
| Hex | D6 | D2 | FC | F | 11 | 0 | 1 | F6 | 58 | 5B |
| Octal | 326 | 322 | 374 | 17 | 21 | 0 | 1 | 366 | 130 | 133 |
| Binary | 11010110 | 11010010 | 11111100 | 1111 | 10001 | 0 | 1 | 11110110 | 1011000 | 1011011 |
Color Harmonies of #D6D2FC
Complementary color
Monochromatic Colors of #D6D2FC
Black with #D6D2FC
Text Example
Text Example
White with #D6D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2FC; }
p { color: rgb(214,210,252); }
H1.HeaderClassName
{
color: #D6D2FC;
}
.AnyTagClassName
{
color: #D6D2FC;
}
</style>
background-color css
<style>
a { background-color: #D6D2FC; }
a { background-color: rgb(214,210,252); }
div.DivClassName
{
background-color: #D6D2FC;
}
.BgClassName
{
background-color: #D6D2FC;
}
</style>
border-color css
<style>
span { border-color: #D6D2FC; }
span { border-color: rgb(214,210,252); }
td.TdClassName
{
border-color: #D6D2FC;
}
.TagClassName
{
border-color: #D6D2FC;
}
</style>