Shades of Quartz #DBDBE3
Tints of Quartz #DBDBE3
RGB
CMYK
RGB Variations
Color information
#DBDBE3 (or 0xDBDBE3) is known color: Quartz. HEX triplet: DB, DB and E3. RGB value is (219,219,227). Sum of RGB (Red+Green+Blue) = 219+219+227=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE3 is #24241C. Grayscale: #DBDBDB. Windows color (decimal): -2368541 or 14932955. OLE color: 14932955.
HSL color Cylindrical-coordinate representation of color #DBDBE3: hue angle of 240º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDBE3 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 219 | 227 | - |
CMYK | 0.04 | 0.04 | 0 | 0.11 |
HSL | 240º | 0.13% | 0.87% | - |
HSV(B) | 240º | 0.04% | 0.89% | - |
XYZ | 68.41 | 71.27 | 82.82 | - |
YUV | 219.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 227 | 0.04 | 0.04 | 0 | 0.11 | 240 | 0.13 | 0.87 |
Hex | DB | DB | E3 | 4 | 4 | 0 | B | F0 | C | 57 |
Octal | 333 | 333 | 343 | 4 | 4 | 0 | 13 | 360 | 14 | 127 |
Binary | 11011011 | 11011011 | 11100011 | 100 | 100 | 0 | 1011 | 11110000 | 1100 | 1010111 |
Color Harmonies of #DBDBE3
Complementary color
Monochromatic Colors of #DBDBE3
Black with #DBDBE3
Text Example
Text Example
White with #DBDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBE3; }
p { color: rgb(219,219,227); }
H1.HeaderClassName
{
color: #DBDBE3;
}
.AnyTagClassName
{
color: #DBDBE3;
}
</style>
background-color css
<style>
a { background-color: #DBDBE3; }
a { background-color: rgb(219,219,227); }
div.DivClassName
{
background-color: #DBDBE3;
}
.BgClassName
{
background-color: #DBDBE3;
}
</style>
border-color css
<style>
span { border-color: #DBDBE3; }
span { border-color: rgb(219,219,227); }
td.TdClassName
{
border-color: #DBDBE3;
}
.TagClassName
{
border-color: #DBDBE3;
}
</style>