Shades of Quartz #DBDAE9
Tints of Quartz #DBDAE9
RGB
CMYK
RGB Variations
Color information
#DBDAE9 (or 0xDBDAE9) is known color: Quartz. HEX triplet: DB, DA and E9. RGB value is (219,218,233). Sum of RGB (Red+Green+Blue) = 219+218+233=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAE9 is #242516. Grayscale: #DBDBDB. Windows color (decimal): -2368791 or 15325915. OLE color: 15325915.
HSL color Cylindrical-coordinate representation of color #DBDAE9: hue angle of 244º degrees, saturation: 0.25, 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 #DBDAE9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 218 | 233 | - |
CMYK | 0.06 | 0.06 | 0 | 0.09 |
HSL | 244º | 0.25% | 0.88% | - |
HSV(B) | 244º | 0.06% | 0.91% | - |
XYZ | 68.99 | 71.09 | 87.18 | - |
YUV | 220.01 | 135.33 | 127.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 233 | 0.06 | 0.06 | 0 | 0.09 | 244 | 0.25 | 0.88 |
Hex | DB | DA | E9 | 6 | 6 | 0 | 9 | F4 | 19 | 58 |
Octal | 333 | 332 | 351 | 6 | 6 | 0 | 11 | 364 | 31 | 130 |
Binary | 11011011 | 11011010 | 11101001 | 110 | 110 | 0 | 1001 | 11110100 | 11001 | 1011000 |
Color Harmonies of #DBDAE9
Complementary color
Monochromatic Colors of #DBDAE9
Black with #DBDAE9
Text Example
Text Example
White with #DBDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAE9; }
p { color: rgb(219,218,233); }
H1.HeaderClassName
{
color: #DBDAE9;
}
.AnyTagClassName
{
color: #DBDAE9;
}
</style>
background-color css
<style>
a { background-color: #DBDAE9; }
a { background-color: rgb(219,218,233); }
div.DivClassName
{
background-color: #DBDAE9;
}
.BgClassName
{
background-color: #DBDAE9;
}
</style>
border-color css
<style>
span { border-color: #DBDAE9; }
span { border-color: rgb(219,218,233); }
td.TdClassName
{
border-color: #DBDAE9;
}
.TagClassName
{
border-color: #DBDAE9;
}
</style>