Shades of Quartz #D7D9EF
Tints of Quartz #D7D9EF
RGB
CMYK
RGB Variations
Color information
#D7D9EF (or 0xD7D9EF) is known color: Quartz. HEX triplet: D7, D9 and EF. RGB value is (215,217,239). Sum of RGB (Red+Green+Blue) = 215+217+239=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D9EF is #282610. Grayscale: #DADADA. Windows color (decimal): -2631185 or 15718871. OLE color: 15718871.
HSL color Cylindrical-coordinate representation of color #D7D9EF: hue angle of 235º 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 #D7D9EF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 217 | 239 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.06 |
| HSL | 235º | 0.43% | 0.89% | - |
| HSV(B) | 235º | 0.1% | 0.94% | - |
| XYZ | 68.42 | 70.3 | 91.63 | - |
| YUV | 218.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 239 | 0.10 | 0.09 | 0 | 0.06 | 235 | 0.43 | 0.89 |
| Hex | D7 | D9 | EF | A | 9 | 0 | 6 | EB | 2B | 59 |
| Octal | 327 | 331 | 357 | 12 | 11 | 0 | 6 | 353 | 53 | 131 |
| Binary | 11010111 | 11011001 | 11101111 | 1010 | 1001 | 0 | 110 | 11101011 | 101011 | 1011001 |
Color Harmonies of #D7D9EF
Complementary color
Monochromatic Colors of #D7D9EF
Black with #D7D9EF
Text Example
Text Example
White with #D7D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9EF; }
p { color: rgb(215,217,239); }
H1.HeaderClassName
{
color: #D7D9EF;
}
.AnyTagClassName
{
color: #D7D9EF;
}
</style>
background-color css
<style>
a { background-color: #D7D9EF; }
a { background-color: rgb(215,217,239); }
div.DivClassName
{
background-color: #D7D9EF;
}
.BgClassName
{
background-color: #D7D9EF;
}
</style>
border-color css
<style>
span { border-color: #D7D9EF; }
span { border-color: rgb(215,217,239); }
td.TdClassName
{
border-color: #D7D9EF;
}
.TagClassName
{
border-color: #D7D9EF;
}
</style>