Shades of Quartz #DBDBEC
Tints of Quartz #DBDBEC
RGB
CMYK
RGB Variations
Color information
#DBDBEC (or 0xDBDBEC) is known color: Quartz. HEX triplet: DB, DB and EC. RGB value is (219,219,236). Sum of RGB (Red+Green+Blue) = 219+219+236=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBEC is #242413. Grayscale: #DCDCDC. Windows color (decimal): -2368532 or 15522779. OLE color: 15522779.
HSL color Cylindrical-coordinate representation of color #DBDBEC: hue angle of 240º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDBEC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 219 | 236 | - |
CMYK | 0.07 | 0.07 | 0 | 0.07 |
HSL | 240º | 0.31% | 0.89% | - |
HSV(B) | 240º | 0.07% | 0.93% | - |
XYZ | 69.69 | 71.78 | 89.54 | - |
YUV | 220.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 236 | 0.07 | 0.07 | 0 | 0.07 | 240 | 0.31 | 0.89 |
Hex | DB | DB | EC | 7 | 7 | 0 | 7 | F0 | 1F | 59 |
Octal | 333 | 333 | 354 | 7 | 7 | 0 | 7 | 360 | 37 | 131 |
Binary | 11011011 | 11011011 | 11101100 | 111 | 111 | 0 | 111 | 11110000 | 11111 | 1011001 |
Color Harmonies of #DBDBEC
Complementary color
Monochromatic Colors of #DBDBEC
Black with #DBDBEC
Text Example
Text Example
White with #DBDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBEC; }
p { color: rgb(219,219,236); }
H1.HeaderClassName
{
color: #DBDBEC;
}
.AnyTagClassName
{
color: #DBDBEC;
}
</style>
background-color css
<style>
a { background-color: #DBDBEC; }
a { background-color: rgb(219,219,236); }
div.DivClassName
{
background-color: #DBDBEC;
}
.BgClassName
{
background-color: #DBDBEC;
}
</style>
border-color css
<style>
span { border-color: #DBDBEC; }
span { border-color: rgb(219,219,236); }
td.TdClassName
{
border-color: #DBDBEC;
}
.TagClassName
{
border-color: #DBDBEC;
}
</style>