Shades of Quartz #DBD9E7
Tints of Quartz #DBD9E7
RGB
CMYK
RGB Variations
Color information
#DBD9E7 (or 0xDBD9E7) is known color: Quartz. HEX triplet: DB, D9 and E7. RGB value is (219,217,231). Sum of RGB (Red+Green+Blue) = 219+217+231=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBD9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9E7 is #242618. Grayscale: #DBDBDB. Windows color (decimal): -2369049 or 15194587. OLE color: 15194587.
HSL color Cylindrical-coordinate representation of color #DBD9E7: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD9E7 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 217 | 231 | - |
CMYK | 0.05 | 0.06 | 0 | 0.09 |
HSL | 248.57º | 0.23% | 0.88% | - |
HSV(B) | 248.57º | 0.06% | 0.91% | - |
XYZ | 68.45 | 70.46 | 85.59 | - |
YUV | 219.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 231 | 0.05 | 0.06 | 0 | 0.09 | 248.57 | 0.23 | 0.88 |
Hex | DB | D9 | E7 | 5 | 6 | 0 | 9 | F9 | 17 | 58 |
Octal | 333 | 331 | 347 | 5 | 6 | 0 | 11 | 371 | 27 | 130 |
Binary | 11011011 | 11011001 | 11100111 | 101 | 110 | 0 | 1001 | 11111001 | 10111 | 1011000 |
Color Harmonies of #DBD9E7
Complementary color
Monochromatic Colors of #DBD9E7
Black with #DBD9E7
Text Example
Text Example
White with #DBD9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9E7; }
p { color: rgb(219,217,231); }
H1.HeaderClassName
{
color: #DBD9E7;
}
.AnyTagClassName
{
color: #DBD9E7;
}
</style>
background-color css
<style>
a { background-color: #DBD9E7; }
a { background-color: rgb(219,217,231); }
div.DivClassName
{
background-color: #DBD9E7;
}
.BgClassName
{
background-color: #DBD9E7;
}
</style>
border-color css
<style>
span { border-color: #DBD9E7; }
span { border-color: rgb(219,217,231); }
td.TdClassName
{
border-color: #DBD9E7;
}
.TagClassName
{
border-color: #DBD9E7;
}
</style>