Shades of Quartz #DBD9EF
Tints of Quartz #DBD9EF
RGB
CMYK
RGB Variations
Color information
#DBD9EF (or 0xDBD9EF) is known color: Quartz. HEX triplet: DB, D9 and EF. RGB value is (219,217,239). Sum of RGB (Red+Green+Blue) = 219+217+239=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBD9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9EF is #242610. Grayscale: #DCDCDC. Windows color (decimal): -2369041 or 15718875. OLE color: 15718875.
HSL color Cylindrical-coordinate representation of color #DBD9EF: hue angle of 245.45º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD9EF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 217 | 239 | - |
CMYK | 0.08 | 0.09 | 0 | 0.06 |
HSL | 245.45º | 0.41% | 0.89% | - |
HSV(B) | 245.45º | 0.09% | 0.94% | - |
XYZ | 69.61 | 70.92 | 91.68 | - |
YUV | 220.11 | 138.66 | 127.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 239 | 0.08 | 0.09 | 0 | 0.06 | 245.45 | 0.41 | 0.89 |
Hex | DB | D9 | EF | 8 | 9 | 0 | 6 | F5 | 29 | 59 |
Octal | 333 | 331 | 357 | 10 | 11 | 0 | 6 | 365 | 51 | 131 |
Binary | 11011011 | 11011001 | 11101111 | 1000 | 1001 | 0 | 110 | 11110101 | 101001 | 1011001 |
Color Harmonies of #DBD9EF
Complementary color
Monochromatic Colors of #DBD9EF
Black with #DBD9EF
Text Example
Text Example
White with #DBD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9EF; }
p { color: rgb(219,217,239); }
H1.HeaderClassName
{
color: #DBD9EF;
}
.AnyTagClassName
{
color: #DBD9EF;
}
</style>
background-color css
<style>
a { background-color: #DBD9EF; }
a { background-color: rgb(219,217,239); }
div.DivClassName
{
background-color: #DBD9EF;
}
.BgClassName
{
background-color: #DBD9EF;
}
</style>
border-color css
<style>
span { border-color: #DBD9EF; }
span { border-color: rgb(219,217,239); }
td.TdClassName
{
border-color: #DBD9EF;
}
.TagClassName
{
border-color: #DBD9EF;
}
</style>