Shades of Quartz #D5D2E6
Tints of Quartz #D5D2E6
RGB
CMYK
RGB Variations
Color information
#D5D2E6 (or 0xD5D2E6) is known color: Quartz. HEX triplet: D5, D2 and E6. RGB value is (213,210,230). Sum of RGB (Red+Green+Blue) = 213+210+230=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5D2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2E6 is #2A2D19. Grayscale: #D5D5D5. Windows color (decimal): -2764058 or 15127253. OLE color: 15127253.
HSL color Cylindrical-coordinate representation of color #D5D2E6: hue angle of 249º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5D2E6 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 210 | 230 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.10 |
| HSL | 249º | 0.29% | 0.86% | - |
| HSV(B) | 249º | 0.09% | 0.9% | - |
| XYZ | 64.77 | 65.95 | 84.18 | - |
| YUV | 213.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 230 | 0.07 | 0.09 | 0 | 0.10 | 249 | 0.29 | 0.86 |
| Hex | D5 | D2 | E6 | 7 | 9 | 0 | A | F9 | 1D | 56 |
| Octal | 325 | 322 | 346 | 7 | 11 | 0 | 12 | 371 | 35 | 126 |
| Binary | 11010101 | 11010010 | 11100110 | 111 | 1001 | 0 | 1010 | 11111001 | 11101 | 1010110 |
Color Harmonies of #D5D2E6
Complementary color
Monochromatic Colors of #D5D2E6
Black with #D5D2E6
Text Example
Text Example
White with #D5D2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D2E6; }
p { color: rgb(213,210,230); }
H1.HeaderClassName
{
color: #D5D2E6;
}
.AnyTagClassName
{
color: #D5D2E6;
}
</style>
background-color css
<style>
a { background-color: #D5D2E6; }
a { background-color: rgb(213,210,230); }
div.DivClassName
{
background-color: #D5D2E6;
}
.BgClassName
{
background-color: #D5D2E6;
}
</style>
border-color css
<style>
span { border-color: #D5D2E6; }
span { border-color: rgb(213,210,230); }
td.TdClassName
{
border-color: #D5D2E6;
}
.TagClassName
{
border-color: #D5D2E6;
}
</style>