Shades of Quartz #DBDAE0
Tints of Quartz #DBDAE0
RGB
CMYK
RGB Variations
Color information
#DBDAE0 (or 0xDBDAE0) is known color: Quartz. HEX triplet: DB, DA and E0. RGB value is (219,218,224). Sum of RGB (Red+Green+Blue) = 219+218+224=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBDAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAE0 is #24251F. Grayscale: #DADADA. Windows color (decimal): -2368800 or 14736091. OLE color: 14736091.
HSL color Cylindrical-coordinate representation of color #DBDAE0: hue angle of 250º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDAE0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 218 | 224 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.12 |
| HSL | 250º | 0.09% | 0.87% | - |
| HSV(B) | 250º | 0.03% | 0.88% | - |
| XYZ | 67.74 | 70.58 | 80.57 | - |
| YUV | 218.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 224 | 0.02 | 0.03 | 0 | 0.12 | 250 | 0.09 | 0.87 |
| Hex | DB | DA | E0 | 2 | 3 | 0 | C | FA | 9 | 57 |
| Octal | 333 | 332 | 340 | 2 | 3 | 0 | 14 | 372 | 11 | 127 |
| Binary | 11011011 | 11011010 | 11100000 | 10 | 11 | 0 | 1100 | 11111010 | 1001 | 1010111 |
Color Harmonies of #DBDAE0
Complementary color
Monochromatic Colors of #DBDAE0
Black with #DBDAE0
Text Example
Text Example
White with #DBDAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAE0; }
p { color: rgb(219,218,224); }
H1.HeaderClassName
{
color: #DBDAE0;
}
.AnyTagClassName
{
color: #DBDAE0;
}
</style>
background-color css
<style>
a { background-color: #DBDAE0; }
a { background-color: rgb(219,218,224); }
div.DivClassName
{
background-color: #DBDAE0;
}
.BgClassName
{
background-color: #DBDAE0;
}
</style>
border-color css
<style>
span { border-color: #DBDAE0; }
span { border-color: rgb(219,218,224); }
td.TdClassName
{
border-color: #DBDAE0;
}
.TagClassName
{
border-color: #DBDAE0;
}
</style>