Shades of Quartz #DBDBE0
Tints of Quartz #DBDBE0
RGB
CMYK
RGB Variations
Color information
#DBDBE0 (or 0xDBDBE0) is known color: Quartz. HEX triplet: DB, DB and E0. RGB value is (219,219,224). Sum of RGB (Red+Green+Blue) = 219+219+224=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE0 is #24241F. Grayscale: #DBDBDB. Windows color (decimal): -2368544 or 14736347. OLE color: 14736347.
HSL color Cylindrical-coordinate representation of color #DBDBE0: hue angle of 240º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDBE0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 219 | 224 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.12 |
| HSL | 240º | 0.07% | 0.87% | - |
| HSV(B) | 240º | 0.02% | 0.88% | - |
| XYZ | 68 | 71.1 | 80.66 | - |
| YUV | 219.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 224 | 0.02 | 0.02 | 0 | 0.12 | 240 | 0.07 | 0.87 |
| Hex | DB | DB | E0 | 2 | 2 | 0 | C | F0 | 7 | 57 |
| Octal | 333 | 333 | 340 | 2 | 2 | 0 | 14 | 360 | 7 | 127 |
| Binary | 11011011 | 11011011 | 11100000 | 10 | 10 | 0 | 1100 | 11110000 | 111 | 1010111 |
Color Harmonies of #DBDBE0
Complementary color
Monochromatic Colors of #DBDBE0
Black with #DBDBE0
Text Example
Text Example
White with #DBDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBE0; }
p { color: rgb(219,219,224); }
H1.HeaderClassName
{
color: #DBDBE0;
}
.AnyTagClassName
{
color: #DBDBE0;
}
</style>
background-color css
<style>
a { background-color: #DBDBE0; }
a { background-color: rgb(219,219,224); }
div.DivClassName
{
background-color: #DBDBE0;
}
.BgClassName
{
background-color: #DBDBE0;
}
</style>
border-color css
<style>
span { border-color: #DBDBE0; }
span { border-color: rgb(219,219,224); }
td.TdClassName
{
border-color: #DBDBE0;
}
.TagClassName
{
border-color: #DBDBE0;
}
</style>