Shades of Quartz #D5D1EA
Tints of Quartz #D5D1EA
RGB
CMYK
RGB Variations
Color information
#D5D1EA (or 0xD5D1EA) is known color: Quartz. HEX triplet: D5, D1 and EA. RGB value is (213,209,234). Sum of RGB (Red+Green+Blue) = 213+209+234=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5D1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D1EA is #2A2E15. Grayscale: #D4D4D4. Windows color (decimal): -2764310 or 15389141. OLE color: 15389141.
HSL color Cylindrical-coordinate representation of color #D5D1EA: hue angle of 249.6º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5D1EA is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 209 | 234 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.08 |
| HSL | 249.6º | 0.37% | 0.87% | - |
| HSV(B) | 249.6º | 0.11% | 0.92% | - |
| XYZ | 65.09 | 65.69 | 87.09 | - |
| YUV | 213.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 234 | 0.09 | 0.11 | 0 | 0.08 | 249.6 | 0.37 | 0.87 |
| Hex | D5 | D1 | EA | 9 | B | 0 | 8 | FA | 25 | 57 |
| Octal | 325 | 321 | 352 | 11 | 13 | 0 | 10 | 372 | 45 | 127 |
| Binary | 11010101 | 11010001 | 11101010 | 1001 | 1011 | 0 | 1000 | 11111010 | 100101 | 1010111 |
Color Harmonies of #D5D1EA
Complementary color
Monochromatic Colors of #D5D1EA
Black with #D5D1EA
Text Example
Text Example
White with #D5D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1EA; }
p { color: rgb(213,209,234); }
H1.HeaderClassName
{
color: #D5D1EA;
}
.AnyTagClassName
{
color: #D5D1EA;
}
</style>
background-color css
<style>
a { background-color: #D5D1EA; }
a { background-color: rgb(213,209,234); }
div.DivClassName
{
background-color: #D5D1EA;
}
.BgClassName
{
background-color: #D5D1EA;
}
</style>
border-color css
<style>
span { border-color: #D5D1EA; }
span { border-color: rgb(213,209,234); }
td.TdClassName
{
border-color: #D5D1EA;
}
.TagClassName
{
border-color: #D5D1EA;
}
</style>