Shades of Quartz #D6D3EC
Tints of Quartz #D6D3EC
RGB
CMYK
RGB Variations
Color information
#D6D3EC (or 0xD6D3EC) is known color: Quartz. HEX triplet: D6, D3 and EC. RGB value is (214,211,236). Sum of RGB (Red+Green+Blue) = 214+211+236=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D3EC is #292C13. Grayscale: #D6D6D6. Windows color (decimal): -2698260 or 15520726. OLE color: 15520726.
HSL color Cylindrical-coordinate representation of color #D6D3EC: hue angle of 247.2º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D3EC is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 211 | 236 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.07 |
| HSL | 247.2º | 0.4% | 0.88% | - |
| HSV(B) | 247.2º | 0.11% | 0.93% | - |
| XYZ | 66.17 | 66.94 | 88.79 | - |
| YUV | 214.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 236 | 0.09 | 0.11 | 0 | 0.07 | 247.2 | 0.4 | 0.88 |
| Hex | D6 | D3 | EC | 9 | B | 0 | 7 | F7 | 28 | 58 |
| Octal | 326 | 323 | 354 | 11 | 13 | 0 | 7 | 367 | 50 | 130 |
| Binary | 11010110 | 11010011 | 11101100 | 1001 | 1011 | 0 | 111 | 11110111 | 101000 | 1011000 |
Color Harmonies of #D6D3EC
Complementary color
Monochromatic Colors of #D6D3EC
Black with #D6D3EC
Text Example
Text Example
White with #D6D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3EC; }
p { color: rgb(214,211,236); }
H1.HeaderClassName
{
color: #D6D3EC;
}
.AnyTagClassName
{
color: #D6D3EC;
}
</style>
background-color css
<style>
a { background-color: #D6D3EC; }
a { background-color: rgb(214,211,236); }
div.DivClassName
{
background-color: #D6D3EC;
}
.BgClassName
{
background-color: #D6D3EC;
}
</style>
border-color css
<style>
span { border-color: #D6D3EC; }
span { border-color: rgb(214,211,236); }
td.TdClassName
{
border-color: #D6D3EC;
}
.TagClassName
{
border-color: #D6D3EC;
}
</style>