Shades of Quartz #DBDAEA
Tints of Quartz #DBDAEA
RGB
CMYK
RGB Variations
Color information
#DBDAEA (or 0xDBDAEA) is known color: Quartz. HEX triplet: DB, DA and EA. RGB value is (219,218,234). Sum of RGB (Red+Green+Blue) = 219+218+234=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEA is #242515. Grayscale: #DCDCDC. Windows color (decimal): -2368790 or 15391451. OLE color: 15391451.
HSL color Cylindrical-coordinate representation of color #DBDAEA: hue angle of 243.75º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDAEA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 218 | 234 | - |
CMYK | 0.06 | 0.07 | 0 | 0.08 |
HSL | 243.75º | 0.28% | 0.89% | - |
HSV(B) | 243.75º | 0.07% | 0.92% | - |
XYZ | 69.14 | 71.14 | 87.93 | - |
YUV | 220.12 | 135.83 | 127.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 234 | 0.06 | 0.07 | 0 | 0.08 | 243.75 | 0.28 | 0.89 |
Hex | DB | DA | EA | 6 | 7 | 0 | 8 | F4 | 1C | 59 |
Octal | 333 | 332 | 352 | 6 | 7 | 0 | 10 | 364 | 34 | 131 |
Binary | 11011011 | 11011010 | 11101010 | 110 | 111 | 0 | 1000 | 11110100 | 11100 | 1011001 |
Color Harmonies of #DBDAEA
Complementary color
Monochromatic Colors of #DBDAEA
Black with #DBDAEA
Text Example
Text Example
White with #DBDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAEA; }
p { color: rgb(219,218,234); }
H1.HeaderClassName
{
color: #DBDAEA;
}
.AnyTagClassName
{
color: #DBDAEA;
}
</style>
background-color css
<style>
a { background-color: #DBDAEA; }
a { background-color: rgb(219,218,234); }
div.DivClassName
{
background-color: #DBDAEA;
}
.BgClassName
{
background-color: #DBDAEA;
}
</style>
border-color css
<style>
span { border-color: #DBDAEA; }
span { border-color: rgb(219,218,234); }
td.TdClassName
{
border-color: #DBDAEA;
}
.TagClassName
{
border-color: #DBDAEA;
}
</style>