Shades of Quartz #D7D5EA
Tints of Quartz #D7D5EA
RGB
CMYK
RGB Variations
Color information
#D7D5EA (or 0xD7D5EA) is known color: Quartz. HEX triplet: D7, D5 and EA. RGB value is (215,213,234). Sum of RGB (Red+Green+Blue) = 215+213+234=662 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.48% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5EA is #282A15. Grayscale: #D7D7D7. Windows color (decimal): -2632214 or 15390167. OLE color: 15390167.
HSL color Cylindrical-coordinate representation of color #D7D5EA: hue angle of 245.71º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7D5EA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 213 | 234 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.08 |
| HSL | 245.71º | 0.33% | 0.88% | - |
| HSV(B) | 245.71º | 0.09% | 0.92% | - |
| XYZ | 66.67 | 67.98 | 87.45 | - |
| YUV | 215.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 234 | 0.08 | 0.09 | 0 | 0.08 | 245.71 | 0.33 | 0.88 |
| Hex | D7 | D5 | EA | 8 | 9 | 0 | 8 | F6 | 21 | 58 |
| Octal | 327 | 325 | 352 | 10 | 11 | 0 | 10 | 366 | 41 | 130 |
| Binary | 11010111 | 11010101 | 11101010 | 1000 | 1001 | 0 | 1000 | 11110110 | 100001 | 1011000 |
Color Harmonies of #D7D5EA
Complementary color
Monochromatic Colors of #D7D5EA
Black with #D7D5EA
Text Example
Text Example
White with #D7D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5EA; }
p { color: rgb(215,213,234); }
H1.HeaderClassName
{
color: #D7D5EA;
}
.AnyTagClassName
{
color: #D7D5EA;
}
</style>
background-color css
<style>
a { background-color: #D7D5EA; }
a { background-color: rgb(215,213,234); }
div.DivClassName
{
background-color: #D7D5EA;
}
.BgClassName
{
background-color: #D7D5EA;
}
</style>
border-color css
<style>
span { border-color: #D7D5EA; }
span { border-color: rgb(215,213,234); }
td.TdClassName
{
border-color: #D7D5EA;
}
.TagClassName
{
border-color: #D7D5EA;
}
</style>