Shades of Quartz #DBDAE8
Tints of Quartz #DBDAE8
RGB
CMYK
RGB Variations
Color information
#DBDAE8 (or 0xDBDAE8) is known color: Quartz. HEX triplet: DB, DA and E8. RGB value is (219,218,232). Sum of RGB (Red+Green+Blue) = 219+218+232=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAE8 is #242517. Grayscale: #DBDBDB. Windows color (decimal): -2368792 or 15260379. OLE color: 15260379.
HSL color Cylindrical-coordinate representation of color #DBDAE8: hue angle of 244.29º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDAE8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 218 | 232 | - |
CMYK | 0.06 | 0.06 | 0 | 0.09 |
HSL | 244.29º | 0.23% | 0.88% | - |
HSV(B) | 244.29º | 0.06% | 0.91% | - |
XYZ | 68.85 | 71.03 | 86.43 | - |
YUV | 219.9 | 134.83 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 232 | 0.06 | 0.06 | 0 | 0.09 | 244.29 | 0.23 | 0.88 |
Hex | DB | DA | E8 | 6 | 6 | 0 | 9 | F4 | 17 | 58 |
Octal | 333 | 332 | 350 | 6 | 6 | 0 | 11 | 364 | 27 | 130 |
Binary | 11011011 | 11011010 | 11101000 | 110 | 110 | 0 | 1001 | 11110100 | 10111 | 1011000 |
Color Harmonies of #DBDAE8
Complementary color
Monochromatic Colors of #DBDAE8
Black with #DBDAE8
Text Example
Text Example
White with #DBDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAE8; }
p { color: rgb(219,218,232); }
H1.HeaderClassName
{
color: #DBDAE8;
}
.AnyTagClassName
{
color: #DBDAE8;
}
</style>
background-color css
<style>
a { background-color: #DBDAE8; }
a { background-color: rgb(219,218,232); }
div.DivClassName
{
background-color: #DBDAE8;
}
.BgClassName
{
background-color: #DBDAE8;
}
</style>
border-color css
<style>
span { border-color: #DBDAE8; }
span { border-color: rgb(219,218,232); }
td.TdClassName
{
border-color: #DBDAE8;
}
.TagClassName
{
border-color: #DBDAE8;
}
</style>