Shades of Quartz #DBDCEB
Tints of Quartz #DBDCEB
RGB
CMYK
RGB Variations
Color information
#DBDCEB (or 0xDBDCEB) is known color: Quartz. HEX triplet: DB, DC and EB. RGB value is (219,220,235). Sum of RGB (Red+Green+Blue) = 219+220+235=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCEB is #242314. Grayscale: #DDDDDD. Windows color (decimal): -2368277 or 15457499. OLE color: 15457499.
HSL color Cylindrical-coordinate representation of color #DBDCEB: hue angle of 236.25º 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 #DBDCEB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 220 | 235 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.08 |
| HSL | 236.25º | 0.29% | 0.89% | - |
| HSV(B) | 236.25º | 0.07% | 0.92% | - |
| XYZ | 69.8 | 72.24 | 88.86 | - |
| YUV | 221.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 235 | 0.07 | 0.06 | 0 | 0.08 | 236.25 | 0.29 | 0.89 |
| Hex | DB | DC | EB | 7 | 6 | 0 | 8 | EC | 1D | 59 |
| Octal | 333 | 334 | 353 | 7 | 6 | 0 | 10 | 354 | 35 | 131 |
| Binary | 11011011 | 11011100 | 11101011 | 111 | 110 | 0 | 1000 | 11101100 | 11101 | 1011001 |
Color Harmonies of #DBDCEB
Complementary color
Monochromatic Colors of #DBDCEB
Black with #DBDCEB
Text Example
Text Example
White with #DBDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCEB; }
p { color: rgb(219,220,235); }
H1.HeaderClassName
{
color: #DBDCEB;
}
.AnyTagClassName
{
color: #DBDCEB;
}
</style>
background-color css
<style>
a { background-color: #DBDCEB; }
a { background-color: rgb(219,220,235); }
div.DivClassName
{
background-color: #DBDCEB;
}
.BgClassName
{
background-color: #DBDCEB;
}
</style>
border-color css
<style>
span { border-color: #DBDCEB; }
span { border-color: rgb(219,220,235); }
td.TdClassName
{
border-color: #DBDCEB;
}
.TagClassName
{
border-color: #DBDCEB;
}
</style>