Shades of Quartz #D7D9FF
Tints of Quartz #D7D9FF
RGB
CMYK
RGB Variations
Color information
#D7D9FF (or 0xD7D9FF) is known color: Quartz. HEX triplet: D7, D9 and FF. RGB value is (215,217,255). Sum of RGB (Red+Green+Blue) = 215+217+255=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D9FF is #282600. Grayscale: #DCDCDC. Windows color (decimal): -2631169 or 16767447. OLE color: 16767447.
HSL color Cylindrical-coordinate representation of color #D7D9FF: hue angle of 237º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7D9FF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 217 | 255 | - |
| CMYK | 0.16 | 0.15 | 0 | 0 |
| HSL | 237º | 1% | 0.92% | - |
| HSV(B) | 237º | 0.16% | 1% | - |
| XYZ | 70.89 | 71.29 | 104.63 | - |
| YUV | 220.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 255 | 0.16 | 0.15 | 0 | 0 | 237 | 1 | 0.92 |
| Hex | D7 | D9 | FF | 10 | F | 0 | 0 | ED | 64 | 5C |
| Octal | 327 | 331 | 377 | 20 | 17 | 0 | 0 | 355 | 144 | 134 |
| Binary | 11010111 | 11011001 | 11111111 | 10000 | 1111 | 0 | 0 | 11101101 | 1100100 | 1011100 |
Color Harmonies of #D7D9FF
Complementary color
Monochromatic Colors of #D7D9FF
Black with #D7D9FF
Text Example
Text Example
White with #D7D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9FF; }
p { color: rgb(215,217,255); }
H1.HeaderClassName
{
color: #D7D9FF;
}
.AnyTagClassName
{
color: #D7D9FF;
}
</style>
background-color css
<style>
a { background-color: #D7D9FF; }
a { background-color: rgb(215,217,255); }
div.DivClassName
{
background-color: #D7D9FF;
}
.BgClassName
{
background-color: #D7D9FF;
}
</style>
border-color css
<style>
span { border-color: #D7D9FF; }
span { border-color: rgb(215,217,255); }
td.TdClassName
{
border-color: #D7D9FF;
}
.TagClassName
{
border-color: #D7D9FF;
}
</style>