Shades of Quartz #D7D9ED
Tints of Quartz #D7D9ED
RGB
CMYK
RGB Variations
Color information
#D7D9ED (or 0xD7D9ED) is known color: Quartz. HEX triplet: D7, D9 and ED. RGB value is (215,217,237). Sum of RGB (Red+Green+Blue) = 215+217+237=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7D9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D9ED is #282612. Grayscale: #DADADA. Windows color (decimal): -2631187 or 15587799. OLE color: 15587799.
HSL color Cylindrical-coordinate representation of color #D7D9ED: hue angle of 234.55º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7D9ED is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 217 | 237 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.07 |
| HSL | 234.55º | 0.38% | 0.89% | - |
| HSV(B) | 234.55º | 0.09% | 0.93% | - |
| XYZ | 68.12 | 70.19 | 90.08 | - |
| YUV | 218.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 237 | 0.09 | 0.08 | 0 | 0.07 | 234.55 | 0.38 | 0.89 |
| Hex | D7 | D9 | ED | 9 | 8 | 0 | 7 | EB | 26 | 59 |
| Octal | 327 | 331 | 355 | 11 | 10 | 0 | 7 | 353 | 46 | 131 |
| Binary | 11010111 | 11011001 | 11101101 | 1001 | 1000 | 0 | 111 | 11101011 | 100110 | 1011001 |
Color Harmonies of #D7D9ED
Complementary color
Monochromatic Colors of #D7D9ED
Black with #D7D9ED
Text Example
Text Example
White with #D7D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9ED; }
p { color: rgb(215,217,237); }
H1.HeaderClassName
{
color: #D7D9ED;
}
.AnyTagClassName
{
color: #D7D9ED;
}
</style>
background-color css
<style>
a { background-color: #D7D9ED; }
a { background-color: rgb(215,217,237); }
div.DivClassName
{
background-color: #D7D9ED;
}
.BgClassName
{
background-color: #D7D9ED;
}
</style>
border-color css
<style>
span { border-color: #D7D9ED; }
span { border-color: rgb(215,217,237); }
td.TdClassName
{
border-color: #D7D9ED;
}
.TagClassName
{
border-color: #D7D9ED;
}
</style>