Shades of Quartz #D6D7EF
Tints of Quartz #D6D7EF
RGB
CMYK
RGB Variations
Color information
#D6D7EF (or 0xD6D7EF) is known color: Quartz. HEX triplet: D6, D7 and EF. RGB value is (214,215,239). Sum of RGB (Red+Green+Blue) = 214+215+239=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D7EF is #292810. Grayscale: #D9D9D9. Windows color (decimal): -2697233 or 15718358. OLE color: 15718358.
HSL color Cylindrical-coordinate representation of color #D6D7EF: hue angle of 237.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6D7EF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 215 | 239 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.06 |
| HSL | 237.6º | 0.44% | 0.89% | - |
| HSV(B) | 237.6º | 0.1% | 0.94% | - |
| XYZ | 67.61 | 69.13 | 91.44 | - |
| YUV | 217.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 239 | 0.10 | 0.10 | 0 | 0.06 | 237.6 | 0.44 | 0.89 |
| Hex | D6 | D7 | EF | A | A | 0 | 6 | EE | 2C | 59 |
| Octal | 326 | 327 | 357 | 12 | 12 | 0 | 6 | 356 | 54 | 131 |
| Binary | 11010110 | 11010111 | 11101111 | 1010 | 1010 | 0 | 110 | 11101110 | 101100 | 1011001 |
Color Harmonies of #D6D7EF
Complementary color
Monochromatic Colors of #D6D7EF
Black with #D6D7EF
Text Example
Text Example
White with #D6D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D7EF; }
p { color: rgb(214,215,239); }
H1.HeaderClassName
{
color: #D6D7EF;
}
.AnyTagClassName
{
color: #D6D7EF;
}
</style>
background-color css
<style>
a { background-color: #D6D7EF; }
a { background-color: rgb(214,215,239); }
div.DivClassName
{
background-color: #D6D7EF;
}
.BgClassName
{
background-color: #D6D7EF;
}
</style>
border-color css
<style>
span { border-color: #D6D7EF; }
span { border-color: rgb(214,215,239); }
td.TdClassName
{
border-color: #D6D7EF;
}
.TagClassName
{
border-color: #D6D7EF;
}
</style>