Shades of Quartz #D7D5EC
Tints of Quartz #D7D5EC
RGB
CMYK
RGB Variations
Color information
#D7D5EC (or 0xD7D5EC) is known color: Quartz. HEX triplet: D7, D5 and EC. RGB value is (215,213,236). Sum of RGB (Red+Green+Blue) = 215+213+236=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7D5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D5EC is #282A13. Grayscale: #D8D8D8. Windows color (decimal): -2632212 or 15521239. OLE color: 15521239.
HSL color Cylindrical-coordinate representation of color #D7D5EC: hue angle of 245.22º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7D5EC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 213 | 236 | - |
CMYK | 0.09 | 0.10 | 0 | 0.07 |
HSL | 245.22º | 0.38% | 0.88% | - |
HSV(B) | 245.22º | 0.1% | 0.93% | - |
XYZ | 66.96 | 68.09 | 88.97 | - |
YUV | 216.22 | 139.16 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 213 | 236 | 0.09 | 0.10 | 0 | 0.07 | 245.22 | 0.38 | 0.88 |
Hex | D7 | D5 | EC | 9 | A | 0 | 7 | F5 | 26 | 58 |
Octal | 327 | 325 | 354 | 11 | 12 | 0 | 7 | 365 | 46 | 130 |
Binary | 11010111 | 11010101 | 11101100 | 1001 | 1010 | 0 | 111 | 11110101 | 100110 | 1011000 |
Color Harmonies of #D7D5EC
Complementary color
Monochromatic Colors of #D7D5EC
Black with #D7D5EC
Text Example
Text Example
White with #D7D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D5EC; }
p { color: rgb(215,213,236); }
H1.HeaderClassName
{
color: #D7D5EC;
}
.AnyTagClassName
{
color: #D7D5EC;
}
</style>
background-color css
<style>
a { background-color: #D7D5EC; }
a { background-color: rgb(215,213,236); }
div.DivClassName
{
background-color: #D7D5EC;
}
.BgClassName
{
background-color: #D7D5EC;
}
</style>
border-color css
<style>
span { border-color: #D7D5EC; }
span { border-color: rgb(215,213,236); }
td.TdClassName
{
border-color: #D7D5EC;
}
.TagClassName
{
border-color: #D7D5EC;
}
</style>