Shades of Quartz #D8D5EA
Tints of Quartz #D8D5EA
RGB
CMYK
RGB Variations
Color information
#D8D5EA (or 0xD8D5EA) is known color: Quartz. HEX triplet: D8, D5 and EA. RGB value is (216,213,234). Sum of RGB (Red+Green+Blue) = 216+213+234=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D5EA is #272A15. Grayscale: #D8D8D8. Windows color (decimal): -2566678 or 15390168. OLE color: 15390168.
HSL color Cylindrical-coordinate representation of color #D8D5EA: hue angle of 248.57º 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 #D8D5EA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 213 | 234 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.08 |
| HSL | 248.57º | 0.33% | 0.88% | - |
| HSV(B) | 248.57º | 0.09% | 0.92% | - |
| XYZ | 66.96 | 68.13 | 87.46 | - |
| YUV | 216.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 234 | 0.08 | 0.09 | 0 | 0.08 | 248.57 | 0.33 | 0.88 |
| Hex | D8 | D5 | EA | 8 | 9 | 0 | 8 | F9 | 21 | 58 |
| Octal | 330 | 325 | 352 | 10 | 11 | 0 | 10 | 371 | 41 | 130 |
| Binary | 11011000 | 11010101 | 11101010 | 1000 | 1001 | 0 | 1000 | 11111001 | 100001 | 1011000 |
Color Harmonies of #D8D5EA
Complementary color
Monochromatic Colors of #D8D5EA
Black with #D8D5EA
Text Example
Text Example
White with #D8D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D5EA; }
p { color: rgb(216,213,234); }
H1.HeaderClassName
{
color: #D8D5EA;
}
.AnyTagClassName
{
color: #D8D5EA;
}
</style>
background-color css
<style>
a { background-color: #D8D5EA; }
a { background-color: rgb(216,213,234); }
div.DivClassName
{
background-color: #D8D5EA;
}
.BgClassName
{
background-color: #D8D5EA;
}
</style>
border-color css
<style>
span { border-color: #D8D5EA; }
span { border-color: rgb(216,213,234); }
td.TdClassName
{
border-color: #D8D5EA;
}
.TagClassName
{
border-color: #D8D5EA;
}
</style>