Shades of Quartz #D5D2E9
Tints of Quartz #D5D2E9
RGB
CMYK
RGB Variations
Color information
#D5D2E9 (or 0xD5D2E9) is known color: Quartz. HEX triplet: D5, D2 and E9. RGB value is (213,210,233). Sum of RGB (Red+Green+Blue) = 213+210+233=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5D2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2E9 is #2A2D16. Grayscale: #D5D5D5. Windows color (decimal): -2764055 or 15323861. OLE color: 15323861.
HSL color Cylindrical-coordinate representation of color #D5D2E9: hue angle of 247.83º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5D2E9 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 210 | 233 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.09 |
| HSL | 247.83º | 0.34% | 0.87% | - |
| HSV(B) | 247.83º | 0.1% | 0.91% | - |
| XYZ | 65.2 | 66.12 | 86.42 | - |
| YUV | 213.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 233 | 0.09 | 0.10 | 0 | 0.09 | 247.83 | 0.34 | 0.87 |
| Hex | D5 | D2 | E9 | 9 | A | 0 | 9 | F8 | 22 | 57 |
| Octal | 325 | 322 | 351 | 11 | 12 | 0 | 11 | 370 | 42 | 127 |
| Binary | 11010101 | 11010010 | 11101001 | 1001 | 1010 | 0 | 1001 | 11111000 | 100010 | 1010111 |
Color Harmonies of #D5D2E9
Complementary color
Monochromatic Colors of #D5D2E9
Black with #D5D2E9
Text Example
Text Example
White with #D5D2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D2E9; }
p { color: rgb(213,210,233); }
H1.HeaderClassName
{
color: #D5D2E9;
}
.AnyTagClassName
{
color: #D5D2E9;
}
</style>
background-color css
<style>
a { background-color: #D5D2E9; }
a { background-color: rgb(213,210,233); }
div.DivClassName
{
background-color: #D5D2E9;
}
.BgClassName
{
background-color: #D5D2E9;
}
</style>
border-color css
<style>
span { border-color: #D5D2E9; }
span { border-color: rgb(213,210,233); }
td.TdClassName
{
border-color: #D5D2E9;
}
.TagClassName
{
border-color: #D5D2E9;
}
</style>