Shades of Quartz #D5D6E0
Tints of Quartz #D5D6E0
RGB
CMYK
RGB Variations
Color information
#D5D6E0 (or 0xD5D6E0) is known color: Quartz. HEX triplet: D5, D6 and E0. RGB value is (213,214,224). Sum of RGB (Red+Green+Blue) = 213+214+224=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5D6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6E0 is #2A291F. Grayscale: #D6D6D6. Windows color (decimal): -2763040 or 14735061. OLE color: 14735061.
HSL color Cylindrical-coordinate representation of color #D5D6E0: hue angle of 234.55º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D6E0 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 214 | 224 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.12 |
| HSL | 234.55º | 0.15% | 0.86% | - |
| HSV(B) | 234.55º | 0.05% | 0.88% | - |
| XYZ | 64.94 | 67.62 | 80.15 | - |
| YUV | 214.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 224 | 0.05 | 0.04 | 0 | 0.12 | 234.55 | 0.15 | 0.86 |
| Hex | D5 | D6 | E0 | 5 | 4 | 0 | C | EB | F | 56 |
| Octal | 325 | 326 | 340 | 5 | 4 | 0 | 14 | 353 | 17 | 126 |
| Binary | 11010101 | 11010110 | 11100000 | 101 | 100 | 0 | 1100 | 11101011 | 1111 | 1010110 |
Color Harmonies of #D5D6E0
Complementary color
Monochromatic Colors of #D5D6E0
Black with #D5D6E0
Text Example
Text Example
White with #D5D6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6E0; }
p { color: rgb(213,214,224); }
H1.HeaderClassName
{
color: #D5D6E0;
}
.AnyTagClassName
{
color: #D5D6E0;
}
</style>
background-color css
<style>
a { background-color: #D5D6E0; }
a { background-color: rgb(213,214,224); }
div.DivClassName
{
background-color: #D5D6E0;
}
.BgClassName
{
background-color: #D5D6E0;
}
</style>
border-color css
<style>
span { border-color: #D5D6E0; }
span { border-color: rgb(213,214,224); }
td.TdClassName
{
border-color: #D5D6E0;
}
.TagClassName
{
border-color: #D5D6E0;
}
</style>