Shades of Quartz #DBDCE5
Tints of Quartz #DBDCE5
RGB
CMYK
RGB Variations
Color information
#DBDCE5 (or 0xDBDCE5) is known color: Quartz. HEX triplet: DB, DC and E5. RGB value is (219,220,229). Sum of RGB (Red+Green+Blue) = 219+220+229=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCE5 is #24231A. Grayscale: #DCDCDC. Windows color (decimal): -2368283 or 15064283. OLE color: 15064283.
HSL color Cylindrical-coordinate representation of color #DBDCE5: hue angle of 234º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDCE5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 220 | 229 | - |
CMYK | 0.04 | 0.04 | 0 | 0.10 |
HSL | 234º | 0.16% | 0.88% | - |
HSV(B) | 234º | 0.04% | 0.9% | - |
XYZ | 68.95 | 71.9 | 84.37 | - |
YUV | 220.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 229 | 0.04 | 0.04 | 0 | 0.10 | 234 | 0.16 | 0.88 |
Hex | DB | DC | E5 | 4 | 4 | 0 | A | EA | 10 | 58 |
Octal | 333 | 334 | 345 | 4 | 4 | 0 | 12 | 352 | 20 | 130 |
Binary | 11011011 | 11011100 | 11100101 | 100 | 100 | 0 | 1010 | 11101010 | 10000 | 1011000 |
Color Harmonies of #DBDCE5
Complementary color
Monochromatic Colors of #DBDCE5
Black with #DBDCE5
Text Example
Text Example
White with #DBDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCE5; }
p { color: rgb(219,220,229); }
H1.HeaderClassName
{
color: #DBDCE5;
}
.AnyTagClassName
{
color: #DBDCE5;
}
</style>
background-color css
<style>
a { background-color: #DBDCE5; }
a { background-color: rgb(219,220,229); }
div.DivClassName
{
background-color: #DBDCE5;
}
.BgClassName
{
background-color: #DBDCE5;
}
</style>
border-color css
<style>
span { border-color: #DBDCE5; }
span { border-color: rgb(219,220,229); }
td.TdClassName
{
border-color: #DBDCE5;
}
.TagClassName
{
border-color: #DBDCE5;
}
</style>