Shades of Quartz #DBDBE1
Tints of Quartz #DBDBE1
RGB
CMYK
RGB Variations
Color information
#DBDBE1 (or 0xDBDBE1) is known color: Quartz. HEX triplet: DB, DB and E1. RGB value is (219,219,225). Sum of RGB (Red+Green+Blue) = 219+219+225=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE1 is #24241E. Grayscale: #DBDBDB. Windows color (decimal): -2368543 or 14801883. OLE color: 14801883.
HSL color Cylindrical-coordinate representation of color #DBDBE1: hue angle of 240º 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 #DBDBE1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 219 | 225 | - |
CMYK | 0.03 | 0.03 | 0 | 0.12 |
HSL | 240º | 0.09% | 0.87% | - |
HSV(B) | 240º | 0.03% | 0.88% | - |
XYZ | 68.14 | 71.16 | 81.38 | - |
YUV | 219.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 225 | 0.03 | 0.03 | 0 | 0.12 | 240 | 0.09 | 0.87 |
Hex | DB | DB | E1 | 3 | 3 | 0 | C | F0 | 9 | 57 |
Octal | 333 | 333 | 341 | 3 | 3 | 0 | 14 | 360 | 11 | 127 |
Binary | 11011011 | 11011011 | 11100001 | 11 | 11 | 0 | 1100 | 11110000 | 1001 | 1010111 |
Color Harmonies of #DBDBE1
Complementary color
Monochromatic Colors of #DBDBE1
Black with #DBDBE1
Text Example
Text Example
White with #DBDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBE1; }
p { color: rgb(219,219,225); }
H1.HeaderClassName
{
color: #DBDBE1;
}
.AnyTagClassName
{
color: #DBDBE1;
}
</style>
background-color css
<style>
a { background-color: #DBDBE1; }
a { background-color: rgb(219,219,225); }
div.DivClassName
{
background-color: #DBDBE1;
}
.BgClassName
{
background-color: #DBDBE1;
}
</style>
border-color css
<style>
span { border-color: #DBDBE1; }
span { border-color: rgb(219,219,225); }
td.TdClassName
{
border-color: #DBDBE1;
}
.TagClassName
{
border-color: #DBDBE1;
}
</style>