Shades of Quartz #DBDBDF
Tints of Quartz #DBDBDF
RGB
CMYK
RGB Variations
Color information
#DBDBDF (or 0xDBDBDF) is known color: Quartz. HEX triplet: DB, DB and DF. RGB value is (219,219,223). Sum of RGB (Red+Green+Blue) = 219+219+223=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBDF is #242420. Grayscale: #DBDBDB. Windows color (decimal): -2368545 or 14670811. OLE color: 14670811.
HSL color Cylindrical-coordinate representation of color #DBDBDF: hue angle of 240º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDBDF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 219 | 223 | - |
CMYK | 0.02 | 0.02 | 0 | 0.13 |
HSL | 240º | 0.06% | 0.87% | - |
HSV(B) | 240º | 0.02% | 0.87% | - |
XYZ | 67.86 | 71.05 | 79.95 | - |
YUV | 219.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 223 | 0.02 | 0.02 | 0 | 0.13 | 240 | 0.06 | 0.87 |
Hex | DB | DB | DF | 2 | 2 | 0 | D | F0 | 6 | 57 |
Octal | 333 | 333 | 337 | 2 | 2 | 0 | 15 | 360 | 6 | 127 |
Binary | 11011011 | 11011011 | 11011111 | 10 | 10 | 0 | 1101 | 11110000 | 110 | 1010111 |
Color Harmonies of #DBDBDF
Complementary color
Monochromatic Colors of #DBDBDF
Black with #DBDBDF
Text Example
Text Example
White with #DBDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBDF; }
p { color: rgb(219,219,223); }
H1.HeaderClassName
{
color: #DBDBDF;
}
.AnyTagClassName
{
color: #DBDBDF;
}
</style>
background-color css
<style>
a { background-color: #DBDBDF; }
a { background-color: rgb(219,219,223); }
div.DivClassName
{
background-color: #DBDBDF;
}
.BgClassName
{
background-color: #DBDBDF;
}
</style>
border-color css
<style>
span { border-color: #DBDBDF; }
span { border-color: rgb(219,219,223); }
td.TdClassName
{
border-color: #DBDBDF;
}
.TagClassName
{
border-color: #DBDBDF;
}
</style>