Shades of Quartz #DBDCE3
Tints of Quartz #DBDCE3
RGB
CMYK
RGB Variations
Color information
#DBDCE3 (or 0xDBDCE3) is known color: Quartz. HEX triplet: DB, DC and E3. RGB value is (219,220,227). Sum of RGB (Red+Green+Blue) = 219+220+227=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCE3 is #24231C. Grayscale: #DCDCDC. Windows color (decimal): -2368285 or 14933211. OLE color: 14933211.
HSL color Cylindrical-coordinate representation of color #DBDCE3: hue angle of 232.5º 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 #DBDCE3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 220 | 227 | - |
CMYK | 0.04 | 0.03 | 0 | 0.11 |
HSL | 232.5º | 0.13% | 0.87% | - |
HSV(B) | 232.5º | 0.04% | 0.89% | - |
XYZ | 68.67 | 71.79 | 82.91 | - |
YUV | 220.5 | 131.67 | 126.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 227 | 0.04 | 0.03 | 0 | 0.11 | 232.5 | 0.13 | 0.87 |
Hex | DB | DC | E3 | 4 | 3 | 0 | B | E8 | C | 57 |
Octal | 333 | 334 | 343 | 4 | 3 | 0 | 13 | 350 | 14 | 127 |
Binary | 11011011 | 11011100 | 11100011 | 100 | 11 | 0 | 1011 | 11101000 | 1100 | 1010111 |
Color Harmonies of #DBDCE3
Complementary color
Monochromatic Colors of #DBDCE3
Black with #DBDCE3
Text Example
Text Example
White with #DBDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCE3; }
p { color: rgb(219,220,227); }
H1.HeaderClassName
{
color: #DBDCE3;
}
.AnyTagClassName
{
color: #DBDCE3;
}
</style>
background-color css
<style>
a { background-color: #DBDCE3; }
a { background-color: rgb(219,220,227); }
div.DivClassName
{
background-color: #DBDCE3;
}
.BgClassName
{
background-color: #DBDCE3;
}
</style>
border-color css
<style>
span { border-color: #DBDCE3; }
span { border-color: rgb(219,220,227); }
td.TdClassName
{
border-color: #DBDCE3;
}
.TagClassName
{
border-color: #DBDCE3;
}
</style>