Shades of Quartz #D6D9EC
Tints of Quartz #D6D9EC
RGB
CMYK
RGB Variations
Color information
#D6D9EC (or 0xD6D9EC) is known color: Quartz. HEX triplet: D6, D9 and EC. RGB value is (214,217,236). Sum of RGB (Red+Green+Blue) = 214+217+236=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D9EC is #292613. Grayscale: #DADADA. Windows color (decimal): -2696724 or 15522262. OLE color: 15522262.
HSL color Cylindrical-coordinate representation of color #D6D9EC: hue angle of 231.82º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6D9EC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 217 | 236 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.07 |
| HSL | 231.82º | 0.37% | 0.88% | - |
| HSV(B) | 231.82º | 0.09% | 0.93% | - |
| XYZ | 67.68 | 69.98 | 89.3 | - |
| YUV | 218.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 236 | 0.09 | 0.08 | 0 | 0.07 | 231.82 | 0.37 | 0.88 |
| Hex | D6 | D9 | EC | 9 | 8 | 0 | 7 | E8 | 25 | 58 |
| Octal | 326 | 331 | 354 | 11 | 10 | 0 | 7 | 350 | 45 | 130 |
| Binary | 11010110 | 11011001 | 11101100 | 1001 | 1000 | 0 | 111 | 11101000 | 100101 | 1011000 |
Color Harmonies of #D6D9EC
Complementary color
Monochromatic Colors of #D6D9EC
Black with #D6D9EC
Text Example
Text Example
White with #D6D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D9EC; }
p { color: rgb(214,217,236); }
H1.HeaderClassName
{
color: #D6D9EC;
}
.AnyTagClassName
{
color: #D6D9EC;
}
</style>
background-color css
<style>
a { background-color: #D6D9EC; }
a { background-color: rgb(214,217,236); }
div.DivClassName
{
background-color: #D6D9EC;
}
.BgClassName
{
background-color: #D6D9EC;
}
</style>
border-color css
<style>
span { border-color: #D6D9EC; }
span { border-color: rgb(214,217,236); }
td.TdClassName
{
border-color: #D6D9EC;
}
.TagClassName
{
border-color: #D6D9EC;
}
</style>