Shades of Quartz #DBDCE8
Tints of Quartz #DBDCE8
RGB
CMYK
RGB Variations
Color information
#DBDCE8 (or 0xDBDCE8) is known color: Quartz. HEX triplet: DB, DC and E8. RGB value is (219,220,232). Sum of RGB (Red+Green+Blue) = 219+220+232=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCE8 is #242317. Grayscale: #DDDDDD. Windows color (decimal): -2368280 or 15260891. OLE color: 15260891.
HSL color Cylindrical-coordinate representation of color #DBDCE8: hue angle of 235.38º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDCE8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 220 | 232 | - |
CMYK | 0.06 | 0.05 | 0 | 0.09 |
HSL | 235.38º | 0.22% | 0.88% | - |
HSV(B) | 235.38º | 0.06% | 0.91% | - |
XYZ | 69.37 | 72.07 | 86.6 | - |
YUV | 221.07 | 134.17 | 126.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 232 | 0.06 | 0.05 | 0 | 0.09 | 235.38 | 0.22 | 0.88 |
Hex | DB | DC | E8 | 6 | 5 | 0 | 9 | EB | 16 | 58 |
Octal | 333 | 334 | 350 | 6 | 5 | 0 | 11 | 353 | 26 | 130 |
Binary | 11011011 | 11011100 | 11101000 | 110 | 101 | 0 | 1001 | 11101011 | 10110 | 1011000 |
Color Harmonies of #DBDCE8
Complementary color
Monochromatic Colors of #DBDCE8
Black with #DBDCE8
Text Example
Text Example
White with #DBDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCE8; }
p { color: rgb(219,220,232); }
H1.HeaderClassName
{
color: #DBDCE8;
}
.AnyTagClassName
{
color: #DBDCE8;
}
</style>
background-color css
<style>
a { background-color: #DBDCE8; }
a { background-color: rgb(219,220,232); }
div.DivClassName
{
background-color: #DBDCE8;
}
.BgClassName
{
background-color: #DBDCE8;
}
</style>
border-color css
<style>
span { border-color: #DBDCE8; }
span { border-color: rgb(219,220,232); }
td.TdClassName
{
border-color: #DBDCE8;
}
.TagClassName
{
border-color: #DBDCE8;
}
</style>