Shades of Quartz #D8D5EC
Tints of Quartz #D8D5EC
RGB
CMYK
RGB Variations
Color information
#D8D5EC (or 0xD8D5EC) is known color: Quartz. HEX triplet: D8, D5 and EC. RGB value is (216,213,236). Sum of RGB (Red+Green+Blue) = 216+213+236=665 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.48% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8D5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D5EC is #272A13. Grayscale: #D8D8D8. Windows color (decimal): -2566676 or 15521240. OLE color: 15521240.
HSL color Cylindrical-coordinate representation of color #D8D5EC: hue angle of 247.83º 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 #D8D5EC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 213 | 236 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.07 |
| HSL | 247.83º | 0.38% | 0.88% | - |
| HSV(B) | 247.83º | 0.1% | 0.93% | - |
| XYZ | 67.25 | 68.24 | 88.98 | - |
| YUV | 216.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 236 | 0.08 | 0.10 | 0 | 0.07 | 247.83 | 0.38 | 0.88 |
| Hex | D8 | D5 | EC | 8 | A | 0 | 7 | F8 | 26 | 58 |
| Octal | 330 | 325 | 354 | 10 | 12 | 0 | 7 | 370 | 46 | 130 |
| Binary | 11011000 | 11010101 | 11101100 | 1000 | 1010 | 0 | 111 | 11111000 | 100110 | 1011000 |
Color Harmonies of #D8D5EC
Complementary color
Monochromatic Colors of #D8D5EC
Black with #D8D5EC
Text Example
Text Example
White with #D8D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D5EC; }
p { color: rgb(216,213,236); }
H1.HeaderClassName
{
color: #D8D5EC;
}
.AnyTagClassName
{
color: #D8D5EC;
}
</style>
background-color css
<style>
a { background-color: #D8D5EC; }
a { background-color: rgb(216,213,236); }
div.DivClassName
{
background-color: #D8D5EC;
}
.BgClassName
{
background-color: #D8D5EC;
}
</style>
border-color css
<style>
span { border-color: #D8D5EC; }
span { border-color: rgb(216,213,236); }
td.TdClassName
{
border-color: #D8D5EC;
}
.TagClassName
{
border-color: #D8D5EC;
}
</style>