Shades of Quartz #D6D2EC
Tints of Quartz #D6D2EC
RGB
CMYK
RGB Variations
Color information
#D6D2EC (or 0xD6D2EC) is known color: Quartz. HEX triplet: D6, D2 and EC. RGB value is (214,210,236). Sum of RGB (Red+Green+Blue) = 214+210+236=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6D2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D2EC is #292D13. Grayscale: #D6D6D6. Windows color (decimal): -2698516 or 15520470. OLE color: 15520470.
HSL color Cylindrical-coordinate representation of color #D6D2EC: hue angle of 249.23º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D2EC is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 210 | 236 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.07 |
| HSL | 249.23º | 0.41% | 0.87% | - |
| HSV(B) | 249.23º | 0.11% | 0.93% | - |
| XYZ | 65.92 | 66.45 | 88.71 | - |
| YUV | 214.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 236 | 0.09 | 0.11 | 0 | 0.07 | 249.23 | 0.41 | 0.87 |
| Hex | D6 | D2 | EC | 9 | B | 0 | 7 | F9 | 29 | 57 |
| Octal | 326 | 322 | 354 | 11 | 13 | 0 | 7 | 371 | 51 | 127 |
| Binary | 11010110 | 11010010 | 11101100 | 1001 | 1011 | 0 | 111 | 11111001 | 101001 | 1010111 |
Color Harmonies of #D6D2EC
Complementary color
Monochromatic Colors of #D6D2EC
Black with #D6D2EC
Text Example
Text Example
White with #D6D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2EC; }
p { color: rgb(214,210,236); }
H1.HeaderClassName
{
color: #D6D2EC;
}
.AnyTagClassName
{
color: #D6D2EC;
}
</style>
background-color css
<style>
a { background-color: #D6D2EC; }
a { background-color: rgb(214,210,236); }
div.DivClassName
{
background-color: #D6D2EC;
}
.BgClassName
{
background-color: #D6D2EC;
}
</style>
border-color css
<style>
span { border-color: #D6D2EC; }
span { border-color: rgb(214,210,236); }
td.TdClassName
{
border-color: #D6D2EC;
}
.TagClassName
{
border-color: #D6D2EC;
}
</style>