Shades of Quartz #DBDBEB
Tints of Quartz #DBDBEB
RGB
CMYK
RGB Variations
Color information
#DBDBEB (or 0xDBDBEB) is known color: Quartz. HEX triplet: DB, DB and EB. RGB value is (219,219,235). Sum of RGB (Red+Green+Blue) = 219+219+235=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBEB is #242414. Grayscale: #DCDCDC. Windows color (decimal): -2368533 or 15457243. OLE color: 15457243.
HSL color Cylindrical-coordinate representation of color #DBDBEB: hue angle of 240º degrees, saturation: 0.29, 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 #DBDBEB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 219 | 235 | - |
CMYK | 0.07 | 0.07 | 0 | 0.08 |
HSL | 240º | 0.29% | 0.89% | - |
HSV(B) | 240º | 0.07% | 0.92% | - |
XYZ | 69.54 | 71.72 | 88.78 | - |
YUV | 220.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 235 | 0.07 | 0.07 | 0 | 0.08 | 240 | 0.29 | 0.89 |
Hex | DB | DB | EB | 7 | 7 | 0 | 8 | F0 | 1D | 59 |
Octal | 333 | 333 | 353 | 7 | 7 | 0 | 10 | 360 | 35 | 131 |
Binary | 11011011 | 11011011 | 11101011 | 111 | 111 | 0 | 1000 | 11110000 | 11101 | 1011001 |
Color Harmonies of #DBDBEB
Complementary color
Monochromatic Colors of #DBDBEB
Black with #DBDBEB
Text Example
Text Example
White with #DBDBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBEB; }
p { color: rgb(219,219,235); }
H1.HeaderClassName
{
color: #DBDBEB;
}
.AnyTagClassName
{
color: #DBDBEB;
}
</style>
background-color css
<style>
a { background-color: #DBDBEB; }
a { background-color: rgb(219,219,235); }
div.DivClassName
{
background-color: #DBDBEB;
}
.BgClassName
{
background-color: #DBDBEB;
}
</style>
border-color css
<style>
span { border-color: #DBDBEB; }
span { border-color: rgb(219,219,235); }
td.TdClassName
{
border-color: #DBDBEB;
}
.TagClassName
{
border-color: #DBDBEB;
}
</style>