Shades of Quartz #D8D5ED
Tints of Quartz #D8D5ED
RGB
CMYK
RGB Variations
Color information
#D8D5ED (or 0xD8D5ED) is known color: Quartz. HEX triplet: D8, D5 and ED. RGB value is (216,213,237). Sum of RGB (Red+Green+Blue) = 216+213+237=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D5ED is #272A12. Grayscale: #D8D8D8. Windows color (decimal): -2566675 or 15586776. OLE color: 15586776.
HSL color Cylindrical-coordinate representation of color #D8D5ED: hue angle of 247.5º degrees, saturation: 0.4, 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 #D8D5ED is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 216 | 213 | 237 | - |
CMYK | 0.09 | 0.10 | 0 | 0.07 |
HSL | 247.5º | 0.4% | 0.88% | - |
HSV(B) | 247.5º | 0.1% | 0.93% | - |
XYZ | 67.4 | 68.3 | 89.75 | - |
YUV | 216.63 | 139.49 | 127.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 213 | 237 | 0.09 | 0.10 | 0 | 0.07 | 247.5 | 0.4 | 0.88 |
Hex | D8 | D5 | ED | 9 | A | 0 | 7 | F8 | 28 | 58 |
Octal | 330 | 325 | 355 | 11 | 12 | 0 | 7 | 370 | 50 | 130 |
Binary | 11011000 | 11010101 | 11101101 | 1001 | 1010 | 0 | 111 | 11111000 | 101000 | 1011000 |
Color Harmonies of #D8D5ED
Complementary color
Monochromatic Colors of #D8D5ED
Black with #D8D5ED
Text Example
Text Example
White with #D8D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D5ED; }
p { color: rgb(216,213,237); }
H1.HeaderClassName
{
color: #D8D5ED;
}
.AnyTagClassName
{
color: #D8D5ED;
}
</style>
background-color css
<style>
a { background-color: #D8D5ED; }
a { background-color: rgb(216,213,237); }
div.DivClassName
{
background-color: #D8D5ED;
}
.BgClassName
{
background-color: #D8D5ED;
}
</style>
border-color css
<style>
span { border-color: #D8D5ED; }
span { border-color: rgb(216,213,237); }
td.TdClassName
{
border-color: #D8D5ED;
}
.TagClassName
{
border-color: #D8D5ED;
}
</style>