Shades of Quartz #DBD9EB
Tints of Quartz #DBD9EB
RGB
CMYK
RGB Variations
Color information
#DBD9EB (or 0xDBD9EB) is known color: Quartz. HEX triplet: DB, D9 and EB. RGB value is (219,217,235). Sum of RGB (Red+Green+Blue) = 219+217+235=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9EB is #242614. Grayscale: #DBDBDB. Windows color (decimal): -2369045 or 15456731. OLE color: 15456731.
HSL color Cylindrical-coordinate representation of color #DBD9EB: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD9EB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 217 | 235 | - |
CMYK | 0.07 | 0.08 | 0 | 0.08 |
HSL | 246.67º | 0.31% | 0.89% | - |
HSV(B) | 246.67º | 0.08% | 0.92% | - |
XYZ | 69.02 | 70.68 | 88.6 | - |
YUV | 219.65 | 136.66 | 127.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 235 | 0.07 | 0.08 | 0 | 0.08 | 246.67 | 0.31 | 0.89 |
Hex | DB | D9 | EB | 7 | 8 | 0 | 8 | F7 | 1F | 59 |
Octal | 333 | 331 | 353 | 7 | 10 | 0 | 10 | 367 | 37 | 131 |
Binary | 11011011 | 11011001 | 11101011 | 111 | 1000 | 0 | 1000 | 11110111 | 11111 | 1011001 |
Color Harmonies of #DBD9EB
Complementary color
Monochromatic Colors of #DBD9EB
Black with #DBD9EB
Text Example
Text Example
White with #DBD9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9EB; }
p { color: rgb(219,217,235); }
H1.HeaderClassName
{
color: #DBD9EB;
}
.AnyTagClassName
{
color: #DBD9EB;
}
</style>
background-color css
<style>
a { background-color: #DBD9EB; }
a { background-color: rgb(219,217,235); }
div.DivClassName
{
background-color: #DBD9EB;
}
.BgClassName
{
background-color: #DBD9EB;
}
</style>
border-color css
<style>
span { border-color: #DBD9EB; }
span { border-color: rgb(219,217,235); }
td.TdClassName
{
border-color: #DBD9EB;
}
.TagClassName
{
border-color: #DBD9EB;
}
</style>