Shades of Quartz #DBDAEB
Tints of Quartz #DBDAEB
RGB
CMYK
RGB Variations
Color information
#DBDAEB (or 0xDBDAEB) is known color: Quartz. HEX triplet: DB, DA and EB. RGB value is (219,218,235). Sum of RGB (Red+Green+Blue) = 219+218+235=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEB is #242514. Grayscale: #DCDCDC. Windows color (decimal): -2368789 or 15456987. OLE color: 15456987.
HSL color Cylindrical-coordinate representation of color #DBDAEB: hue angle of 243.53º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDAEB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 218 | 235 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.08 |
| HSL | 243.53º | 0.3% | 0.89% | - |
| HSV(B) | 243.53º | 0.07% | 0.92% | - |
| XYZ | 69.28 | 71.2 | 88.69 | - |
| YUV | 220.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 235 | 0.07 | 0.07 | 0 | 0.08 | 243.53 | 0.3 | 0.89 |
| Hex | DB | DA | EB | 7 | 7 | 0 | 8 | F4 | 1E | 59 |
| Octal | 333 | 332 | 353 | 7 | 7 | 0 | 10 | 364 | 36 | 131 |
| Binary | 11011011 | 11011010 | 11101011 | 111 | 111 | 0 | 1000 | 11110100 | 11110 | 1011001 |
Color Harmonies of #DBDAEB
Complementary color
Monochromatic Colors of #DBDAEB
Black with #DBDAEB
Text Example
Text Example
White with #DBDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAEB; }
p { color: rgb(219,218,235); }
H1.HeaderClassName
{
color: #DBDAEB;
}
.AnyTagClassName
{
color: #DBDAEB;
}
</style>
background-color css
<style>
a { background-color: #DBDAEB; }
a { background-color: rgb(219,218,235); }
div.DivClassName
{
background-color: #DBDAEB;
}
.BgClassName
{
background-color: #DBDAEB;
}
</style>
border-color css
<style>
span { border-color: #DBDAEB; }
span { border-color: rgb(219,218,235); }
td.TdClassName
{
border-color: #DBDAEB;
}
.TagClassName
{
border-color: #DBDAEB;
}
</style>