Shades of Quartz #DBDAE1
Tints of Quartz #DBDAE1
RGB
CMYK
RGB Variations
Color information
#DBDAE1 (or 0xDBDAE1) is known color: Quartz. HEX triplet: DB, DA and E1. RGB value is (219,218,225). Sum of RGB (Red+Green+Blue) = 219+218+225=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAE1 is #24251E. Grayscale: #DBDBDB. Windows color (decimal): -2368799 or 14801627. OLE color: 14801627.
HSL color Cylindrical-coordinate representation of color #DBDAE1: hue angle of 248.57º degrees, saturation: 0.1, 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 #DBDAE1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 218 | 225 | - |
CMYK | 0.03 | 0.03 | 0 | 0.12 |
HSL | 248.57º | 0.1% | 0.87% | - |
HSV(B) | 248.57º | 0.03% | 0.88% | - |
XYZ | 67.88 | 70.64 | 81.29 | - |
YUV | 219.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 225 | 0.03 | 0.03 | 0 | 0.12 | 248.57 | 0.1 | 0.87 |
Hex | DB | DA | E1 | 3 | 3 | 0 | C | F9 | A | 57 |
Octal | 333 | 332 | 341 | 3 | 3 | 0 | 14 | 371 | 12 | 127 |
Binary | 11011011 | 11011010 | 11100001 | 11 | 11 | 0 | 1100 | 11111001 | 1010 | 1010111 |
Color Harmonies of #DBDAE1
Complementary color
Monochromatic Colors of #DBDAE1
Black with #DBDAE1
Text Example
Text Example
White with #DBDAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAE1; }
p { color: rgb(219,218,225); }
H1.HeaderClassName
{
color: #DBDAE1;
}
.AnyTagClassName
{
color: #DBDAE1;
}
</style>
background-color css
<style>
a { background-color: #DBDAE1; }
a { background-color: rgb(219,218,225); }
div.DivClassName
{
background-color: #DBDAE1;
}
.BgClassName
{
background-color: #DBDAE1;
}
</style>
border-color css
<style>
span { border-color: #DBDAE1; }
span { border-color: rgb(219,218,225); }
td.TdClassName
{
border-color: #DBDAE1;
}
.TagClassName
{
border-color: #DBDAE1;
}
</style>