Shades of Quartz #DBDAE2
Tints of Quartz #DBDAE2
RGB
CMYK
RGB Variations
Color information
#DBDAE2 (or 0xDBDAE2) is known color: Quartz. HEX triplet: DB, DA and E2. RGB value is (219,218,226). Sum of RGB (Red+Green+Blue) = 219+218+226=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAE2 is #24251D. Grayscale: #DBDBDB. Windows color (decimal): -2368798 or 14867163. OLE color: 14867163.
HSL color Cylindrical-coordinate representation of color #DBDAE2: hue angle of 247.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDAE2 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 218 | 226 | - |
CMYK | 0.03 | 0.04 | 0 | 0.11 |
HSL | 247.5º | 0.12% | 0.87% | - |
HSV(B) | 247.5º | 0.04% | 0.89% | - |
XYZ | 68.01 | 70.69 | 82.01 | - |
YUV | 219.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 226 | 0.03 | 0.04 | 0 | 0.11 | 247.5 | 0.12 | 0.87 |
Hex | DB | DA | E2 | 3 | 4 | 0 | B | F8 | C | 57 |
Octal | 333 | 332 | 342 | 3 | 4 | 0 | 13 | 370 | 14 | 127 |
Binary | 11011011 | 11011010 | 11100010 | 11 | 100 | 0 | 1011 | 11111000 | 1100 | 1010111 |
Color Harmonies of #DBDAE2
Complementary color
Monochromatic Colors of #DBDAE2
Black with #DBDAE2
Text Example
Text Example
White with #DBDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAE2; }
p { color: rgb(219,218,226); }
H1.HeaderClassName
{
color: #DBDAE2;
}
.AnyTagClassName
{
color: #DBDAE2;
}
</style>
background-color css
<style>
a { background-color: #DBDAE2; }
a { background-color: rgb(219,218,226); }
div.DivClassName
{
background-color: #DBDAE2;
}
.BgClassName
{
background-color: #DBDAE2;
}
</style>
border-color css
<style>
span { border-color: #DBDAE2; }
span { border-color: rgb(219,218,226); }
td.TdClassName
{
border-color: #DBDAE2;
}
.TagClassName
{
border-color: #DBDAE2;
}
</style>