Shades of Quartz #DBD9E6
Tints of Quartz #DBD9E6
RGB
CMYK
RGB Variations
Color information
#DBD9E6 (or 0xDBD9E6) is known color: Quartz. HEX triplet: DB, D9 and E6. RGB value is (219,217,230). Sum of RGB (Red+Green+Blue) = 219+217+230=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9E6 is #242619. Grayscale: #DBDBDB. Windows color (decimal): -2369050 or 15129051. OLE color: 15129051.
HSL color Cylindrical-coordinate representation of color #DBD9E6: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD9E6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 217 | 230 | - |
CMYK | 0.05 | 0.06 | 0 | 0.10 |
HSL | 249.23º | 0.21% | 0.88% | - |
HSV(B) | 249.23º | 0.06% | 0.9% | - |
XYZ | 68.31 | 70.4 | 84.85 | - |
YUV | 219.08 | 134.16 | 127.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 230 | 0.05 | 0.06 | 0 | 0.10 | 249.23 | 0.21 | 0.88 |
Hex | DB | D9 | E6 | 5 | 6 | 0 | A | F9 | 15 | 58 |
Octal | 333 | 331 | 346 | 5 | 6 | 0 | 12 | 371 | 25 | 130 |
Binary | 11011011 | 11011001 | 11100110 | 101 | 110 | 0 | 1010 | 11111001 | 10101 | 1011000 |
Color Harmonies of #DBD9E6
Complementary color
Monochromatic Colors of #DBD9E6
Black with #DBD9E6
Text Example
Text Example
White with #DBD9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9E6; }
p { color: rgb(219,217,230); }
H1.HeaderClassName
{
color: #DBD9E6;
}
.AnyTagClassName
{
color: #DBD9E6;
}
</style>
background-color css
<style>
a { background-color: #DBD9E6; }
a { background-color: rgb(219,217,230); }
div.DivClassName
{
background-color: #DBD9E6;
}
.BgClassName
{
background-color: #DBD9E6;
}
</style>
border-color css
<style>
span { border-color: #DBD9E6; }
span { border-color: rgb(219,217,230); }
td.TdClassName
{
border-color: #DBD9E6;
}
.TagClassName
{
border-color: #DBD9E6;
}
</style>