Shades of Quartz #DBD8EC
Tints of Quartz #DBD8EC
RGB
CMYK
RGB Variations
Color information
#DBD8EC (or 0xDBD8EC) is known color: Quartz. HEX triplet: DB, D8 and EC. RGB value is (219,216,236). Sum of RGB (Red+Green+Blue) = 219+216+236=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8EC is #242713. Grayscale: #DBDBDB. Windows color (decimal): -2369300 or 15522011. OLE color: 15522011.
HSL color Cylindrical-coordinate representation of color #DBD8EC: hue angle of 249º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD8EC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 216 | 236 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.07 |
| HSL | 249º | 0.34% | 0.89% | - |
| HSV(B) | 249º | 0.08% | 0.93% | - |
| XYZ | 68.91 | 70.23 | 89.28 | - |
| YUV | 219.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 236 | 0.07 | 0.08 | 0 | 0.07 | 249 | 0.34 | 0.89 |
| Hex | DB | D8 | EC | 7 | 8 | 0 | 7 | F9 | 22 | 59 |
| Octal | 333 | 330 | 354 | 7 | 10 | 0 | 7 | 371 | 42 | 131 |
| Binary | 11011011 | 11011000 | 11101100 | 111 | 1000 | 0 | 111 | 11111001 | 100010 | 1011001 |
Color Harmonies of #DBD8EC
Complementary color
Monochromatic Colors of #DBD8EC
Black with #DBD8EC
Text Example
Text Example
White with #DBD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8EC; }
p { color: rgb(219,216,236); }
H1.HeaderClassName
{
color: #DBD8EC;
}
.AnyTagClassName
{
color: #DBD8EC;
}
</style>
background-color css
<style>
a { background-color: #DBD8EC; }
a { background-color: rgb(219,216,236); }
div.DivClassName
{
background-color: #DBD8EC;
}
.BgClassName
{
background-color: #DBD8EC;
}
</style>
border-color css
<style>
span { border-color: #DBD8EC; }
span { border-color: rgb(219,216,236); }
td.TdClassName
{
border-color: #DBD8EC;
}
.TagClassName
{
border-color: #DBD8EC;
}
</style>