Shades of Quartz #DBD6EC
Tints of Quartz #DBD6EC
RGB
CMYK
RGB Variations
Color information
#DBD6EC (or 0xDBD6EC) is known color: Quartz. HEX triplet: DB, D6 and EC. RGB value is (219,214,236). Sum of RGB (Red+Green+Blue) = 219+214+236=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD6EC is #242913. Grayscale: #D9D9D9. Windows color (decimal): -2369812 or 15521499. OLE color: 15521499.
HSL color Cylindrical-coordinate representation of color #DBD6EC: hue angle of 253.64º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD6EC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 214 | 236 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.07 |
| HSL | 253.64º | 0.37% | 0.88% | - |
| HSV(B) | 253.64º | 0.09% | 0.93% | - |
| XYZ | 68.4 | 69.21 | 89.11 | - |
| YUV | 218 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 236 | 0.07 | 0.09 | 0 | 0.07 | 253.64 | 0.37 | 0.88 |
| Hex | DB | D6 | EC | 7 | 9 | 0 | 7 | FE | 25 | 58 |
| Octal | 333 | 326 | 354 | 7 | 11 | 0 | 7 | 376 | 45 | 130 |
| Binary | 11011011 | 11010110 | 11101100 | 111 | 1001 | 0 | 111 | 11111110 | 100101 | 1011000 |
Color Harmonies of #DBD6EC
Complementary color
Monochromatic Colors of #DBD6EC
Black with #DBD6EC
Text Example
Text Example
White with #DBD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6EC; }
p { color: rgb(219,214,236); }
H1.HeaderClassName
{
color: #DBD6EC;
}
.AnyTagClassName
{
color: #DBD6EC;
}
</style>
background-color css
<style>
a { background-color: #DBD6EC; }
a { background-color: rgb(219,214,236); }
div.DivClassName
{
background-color: #DBD6EC;
}
.BgClassName
{
background-color: #DBD6EC;
}
</style>
border-color css
<style>
span { border-color: #DBD6EC; }
span { border-color: rgb(219,214,236); }
td.TdClassName
{
border-color: #DBD6EC;
}
.TagClassName
{
border-color: #DBD6EC;
}
</style>