Shades of Quartz #D8D7EF
Tints of Quartz #D8D7EF
RGB
CMYK
RGB Variations
Color information
#D8D7EF (or 0xD8D7EF) is known color: Quartz. HEX triplet: D8, D7 and EF. RGB value is (216,215,239). Sum of RGB (Red+Green+Blue) = 216+215+239=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D7EF is #272810. Grayscale: #D9D9D9. Windows color (decimal): -2566161 or 15718360. OLE color: 15718360.
HSL color Cylindrical-coordinate representation of color #D8D7EF: hue angle of 242.5º degrees, saturation: 0.43, 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 #D8D7EF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 215 | 239 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.06 |
| HSL | 242.5º | 0.43% | 0.89% | - |
| HSV(B) | 242.5º | 0.1% | 0.94% | - |
| XYZ | 68.2 | 69.43 | 91.47 | - |
| YUV | 218.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 239 | 0.10 | 0.10 | 0 | 0.06 | 242.5 | 0.43 | 0.89 |
| Hex | D8 | D7 | EF | A | A | 0 | 6 | F2 | 2B | 59 |
| Octal | 330 | 327 | 357 | 12 | 12 | 0 | 6 | 362 | 53 | 131 |
| Binary | 11011000 | 11010111 | 11101111 | 1010 | 1010 | 0 | 110 | 11110010 | 101011 | 1011001 |
Color Harmonies of #D8D7EF
Complementary color
Monochromatic Colors of #D8D7EF
Black with #D8D7EF
Text Example
Text Example
White with #D8D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7EF; }
p { color: rgb(216,215,239); }
H1.HeaderClassName
{
color: #D8D7EF;
}
.AnyTagClassName
{
color: #D8D7EF;
}
</style>
background-color css
<style>
a { background-color: #D8D7EF; }
a { background-color: rgb(216,215,239); }
div.DivClassName
{
background-color: #D8D7EF;
}
.BgClassName
{
background-color: #D8D7EF;
}
</style>
border-color css
<style>
span { border-color: #D8D7EF; }
span { border-color: rgb(216,215,239); }
td.TdClassName
{
border-color: #D8D7EF;
}
.TagClassName
{
border-color: #D8D7EF;
}
</style>