Shades of Quartz #D7D5EE
Tints of Quartz #D7D5EE
RGB
CMYK
RGB Variations
Color information
#D7D5EE (or 0xD7D5EE) is known color: Quartz. HEX triplet: D7, D5 and EE. RGB value is (215,213,238). Sum of RGB (Red+Green+Blue) = 215+213+238=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5EE is #282A11. Grayscale: #D8D8D8. Windows color (decimal): -2632210 or 15652311. OLE color: 15652311.
HSL color Cylindrical-coordinate representation of color #D7D5EE: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D5EE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 213 | 238 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.07 |
| HSL | 244.8º | 0.42% | 0.88% | - |
| HSV(B) | 244.8º | 0.11% | 0.93% | - |
| XYZ | 67.25 | 68.21 | 90.51 | - |
| YUV | 216.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 238 | 0.10 | 0.11 | 0 | 0.07 | 244.8 | 0.42 | 0.88 |
| Hex | D7 | D5 | EE | A | B | 0 | 7 | F5 | 2A | 58 |
| Octal | 327 | 325 | 356 | 12 | 13 | 0 | 7 | 365 | 52 | 130 |
| Binary | 11010111 | 11010101 | 11101110 | 1010 | 1011 | 0 | 111 | 11110101 | 101010 | 1011000 |
Color Harmonies of #D7D5EE
Complementary color
Monochromatic Colors of #D7D5EE
Black with #D7D5EE
Text Example
Text Example
White with #D7D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5EE; }
p { color: rgb(215,213,238); }
H1.HeaderClassName
{
color: #D7D5EE;
}
.AnyTagClassName
{
color: #D7D5EE;
}
</style>
background-color css
<style>
a { background-color: #D7D5EE; }
a { background-color: rgb(215,213,238); }
div.DivClassName
{
background-color: #D7D5EE;
}
.BgClassName
{
background-color: #D7D5EE;
}
</style>
border-color css
<style>
span { border-color: #D7D5EE; }
span { border-color: rgb(215,213,238); }
td.TdClassName
{
border-color: #D7D5EE;
}
.TagClassName
{
border-color: #D7D5EE;
}
</style>