Shades of Quartz #DBDAEC
Tints of Quartz #DBDAEC
RGB
CMYK
RGB Variations
Color information
#DBDAEC (or 0xDBDAEC) is known color: Quartz. HEX triplet: DB, DA and EC. RGB value is (219,218,236). Sum of RGB (Red+Green+Blue) = 219+218+236=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEC is #242513. Grayscale: #DCDCDC. Windows color (decimal): -2368788 or 15522523. OLE color: 15522523.
HSL color Cylindrical-coordinate representation of color #DBDAEC: hue angle of 243.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDAEC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 218 | 236 | - |
CMYK | 0.07 | 0.08 | 0 | 0.07 |
HSL | 243.33º | 0.32% | 0.89% | - |
HSV(B) | 243.33º | 0.08% | 0.93% | - |
XYZ | 69.43 | 71.26 | 89.45 | - |
YUV | 220.35 | 136.83 | 127.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 236 | 0.07 | 0.08 | 0 | 0.07 | 243.33 | 0.32 | 0.89 |
Hex | DB | DA | EC | 7 | 8 | 0 | 7 | F3 | 20 | 59 |
Octal | 333 | 332 | 354 | 7 | 10 | 0 | 7 | 363 | 40 | 131 |
Binary | 11011011 | 11011010 | 11101100 | 111 | 1000 | 0 | 111 | 11110011 | 100000 | 1011001 |
Color Harmonies of #DBDAEC
Complementary color
Monochromatic Colors of #DBDAEC
Black with #DBDAEC
Text Example
Text Example
White with #DBDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAEC; }
p { color: rgb(219,218,236); }
H1.HeaderClassName
{
color: #DBDAEC;
}
.AnyTagClassName
{
color: #DBDAEC;
}
</style>
background-color css
<style>
a { background-color: #DBDAEC; }
a { background-color: rgb(219,218,236); }
div.DivClassName
{
background-color: #DBDAEC;
}
.BgClassName
{
background-color: #DBDAEC;
}
</style>
border-color css
<style>
span { border-color: #DBDAEC; }
span { border-color: rgb(219,218,236); }
td.TdClassName
{
border-color: #DBDAEC;
}
.TagClassName
{
border-color: #DBDAEC;
}
</style>