Shades of Quartz #DBDBE6
Tints of Quartz #DBDBE6
RGB
CMYK
RGB Variations
Color information
#DBDBE6 (or 0xDBDBE6) is known color: Quartz. HEX triplet: DB, DB and E6. RGB value is (219,219,230). Sum of RGB (Red+Green+Blue) = 219+219+230=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBE6 is #242419. Grayscale: #DCDCDC. Windows color (decimal): -2368538 or 15129563. OLE color: 15129563.
HSL color Cylindrical-coordinate representation of color #DBDBE6: hue angle of 240º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDBE6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 219 | 230 | - |
CMYK | 0.05 | 0.05 | 0 | 0.10 |
HSL | 240º | 0.18% | 0.88% | - |
HSV(B) | 240º | 0.05% | 0.9% | - |
XYZ | 68.83 | 71.44 | 85.02 | - |
YUV | 220.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 230 | 0.05 | 0.05 | 0 | 0.10 | 240 | 0.18 | 0.88 |
Hex | DB | DB | E6 | 5 | 5 | 0 | A | F0 | 12 | 58 |
Octal | 333 | 333 | 346 | 5 | 5 | 0 | 12 | 360 | 22 | 130 |
Binary | 11011011 | 11011011 | 11100110 | 101 | 101 | 0 | 1010 | 11110000 | 10010 | 1011000 |
Color Harmonies of #DBDBE6
Complementary color
Monochromatic Colors of #DBDBE6
Black with #DBDBE6
Text Example
Text Example
White with #DBDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBE6; }
p { color: rgb(219,219,230); }
H1.HeaderClassName
{
color: #DBDBE6;
}
.AnyTagClassName
{
color: #DBDBE6;
}
</style>
background-color css
<style>
a { background-color: #DBDBE6; }
a { background-color: rgb(219,219,230); }
div.DivClassName
{
background-color: #DBDBE6;
}
.BgClassName
{
background-color: #DBDBE6;
}
</style>
border-color css
<style>
span { border-color: #DBDBE6; }
span { border-color: rgb(219,219,230); }
td.TdClassName
{
border-color: #DBDBE6;
}
.TagClassName
{
border-color: #DBDBE6;
}
</style>