Shades of Quartz #D6D6E1
Tints of Quartz #D6D6E1
RGB
CMYK
RGB Variations
Color information
#D6D6E1 (or 0xD6D6E1) is known color: Quartz. HEX triplet: D6, D6 and E1. RGB value is (214,214,225). Sum of RGB (Red+Green+Blue) = 214+214+225=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6D6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6E1 is #29291E. Grayscale: #D7D7D7. Windows color (decimal): -2697503 or 14800598. OLE color: 14800598.
HSL color Cylindrical-coordinate representation of color #D6D6E1: hue angle of 240º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D6E1 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 214 | 225 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.12 |
| HSL | 240º | 0.15% | 0.86% | - |
| HSV(B) | 240º | 0.05% | 0.88% | - |
| XYZ | 65.37 | 67.83 | 80.88 | - |
| YUV | 215.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 214 | 225 | 0.05 | 0.05 | 0 | 0.12 | 240 | 0.15 | 0.86 |
| Hex | D6 | D6 | E1 | 5 | 5 | 0 | C | F0 | F | 56 |
| Octal | 326 | 326 | 341 | 5 | 5 | 0 | 14 | 360 | 17 | 126 |
| Binary | 11010110 | 11010110 | 11100001 | 101 | 101 | 0 | 1100 | 11110000 | 1111 | 1010110 |
Color Harmonies of #D6D6E1
Complementary color
Monochromatic Colors of #D6D6E1
Black with #D6D6E1
Text Example
Text Example
White with #D6D6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D6E1; }
p { color: rgb(214,214,225); }
H1.HeaderClassName
{
color: #D6D6E1;
}
.AnyTagClassName
{
color: #D6D6E1;
}
</style>
background-color css
<style>
a { background-color: #D6D6E1; }
a { background-color: rgb(214,214,225); }
div.DivClassName
{
background-color: #D6D6E1;
}
.BgClassName
{
background-color: #D6D6E1;
}
</style>
border-color css
<style>
span { border-color: #D6D6E1; }
span { border-color: rgb(214,214,225); }
td.TdClassName
{
border-color: #D6D6E1;
}
.TagClassName
{
border-color: #D6D6E1;
}
</style>