Shades of Quartz #DBDBE7
Tints of Quartz #DBDBE7
RGB
CMYK
RGB Variations
Color information
#DBDBE7 (or 0xDBDBE7) is known color: Quartz. HEX triplet: DB, DB and E7. RGB value is (219,219,231). Sum of RGB (Red+Green+Blue) = 219+219+231=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBE7 is #242418. Grayscale: #DCDCDC. Windows color (decimal): -2368537 or 15195099. OLE color: 15195099.
HSL color Cylindrical-coordinate representation of color #DBDBE7: hue angle of 240º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDBE7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 219 | 231 | - |
CMYK | 0.05 | 0.05 | 0 | 0.09 |
HSL | 240º | 0.2% | 0.88% | - |
HSV(B) | 240º | 0.05% | 0.91% | - |
XYZ | 68.97 | 71.49 | 85.77 | - |
YUV | 220.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 231 | 0.05 | 0.05 | 0 | 0.09 | 240 | 0.2 | 0.88 |
Hex | DB | DB | E7 | 5 | 5 | 0 | 9 | F0 | 14 | 58 |
Octal | 333 | 333 | 347 | 5 | 5 | 0 | 11 | 360 | 24 | 130 |
Binary | 11011011 | 11011011 | 11100111 | 101 | 101 | 0 | 1001 | 11110000 | 10100 | 1011000 |
Color Harmonies of #DBDBE7
Complementary color
Monochromatic Colors of #DBDBE7
Black with #DBDBE7
Text Example
Text Example
White with #DBDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBE7; }
p { color: rgb(219,219,231); }
H1.HeaderClassName
{
color: #DBDBE7;
}
.AnyTagClassName
{
color: #DBDBE7;
}
</style>
background-color css
<style>
a { background-color: #DBDBE7; }
a { background-color: rgb(219,219,231); }
div.DivClassName
{
background-color: #DBDBE7;
}
.BgClassName
{
background-color: #DBDBE7;
}
</style>
border-color css
<style>
span { border-color: #DBDBE7; }
span { border-color: rgb(219,219,231); }
td.TdClassName
{
border-color: #DBDBE7;
}
.TagClassName
{
border-color: #DBDBE7;
}
</style>