Shades of Quartz #D6D8E7
Tints of Quartz #D6D8E7
RGB
CMYK
RGB Variations
Color information
#D6D8E7 (or 0xD6D8E7) is known color: Quartz. HEX triplet: D6, D8 and E7. RGB value is (214,216,231). Sum of RGB (Red+Green+Blue) = 214+216+231=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6D8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8E7 is #292718. Grayscale: #D9D9D9. Windows color (decimal): -2696985 or 15194326. OLE color: 15194326.
HSL color Cylindrical-coordinate representation of color #D6D8E7: hue angle of 232.94º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6D8E7 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 216 | 231 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.09 |
| HSL | 232.94º | 0.26% | 0.87% | - |
| HSV(B) | 232.94º | 0.07% | 0.91% | - |
| XYZ | 66.71 | 69.18 | 85.44 | - |
| YUV | 217.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 231 | 0.07 | 0.06 | 0 | 0.09 | 232.94 | 0.26 | 0.87 |
| Hex | D6 | D8 | E7 | 7 | 6 | 0 | 9 | E9 | 1A | 57 |
| Octal | 326 | 330 | 347 | 7 | 6 | 0 | 11 | 351 | 32 | 127 |
| Binary | 11010110 | 11011000 | 11100111 | 111 | 110 | 0 | 1001 | 11101001 | 11010 | 1010111 |
Color Harmonies of #D6D8E7
Complementary color
Monochromatic Colors of #D6D8E7
Black with #D6D8E7
Text Example
Text Example
White with #D6D8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D8E7; }
p { color: rgb(214,216,231); }
H1.HeaderClassName
{
color: #D6D8E7;
}
.AnyTagClassName
{
color: #D6D8E7;
}
</style>
background-color css
<style>
a { background-color: #D6D8E7; }
a { background-color: rgb(214,216,231); }
div.DivClassName
{
background-color: #D6D8E7;
}
.BgClassName
{
background-color: #D6D8E7;
}
</style>
border-color css
<style>
span { border-color: #D6D8E7; }
span { border-color: rgb(214,216,231); }
td.TdClassName
{
border-color: #D6D8E7;
}
.TagClassName
{
border-color: #D6D8E7;
}
</style>