Shades of Quartz #DBD9EC
Tints of Quartz #DBD9EC
RGB
CMYK
RGB Variations
Color information
#DBD9EC (or 0xDBD9EC) is known color: Quartz. HEX triplet: DB, D9 and EC. RGB value is (219,217,236). Sum of RGB (Red+Green+Blue) = 219+217+236=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9EC is #242613. Grayscale: #DBDBDB. Windows color (decimal): -2369044 or 15522267. OLE color: 15522267.
HSL color Cylindrical-coordinate representation of color #DBD9EC: hue angle of 246.32º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD9EC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 217 | 236 | - |
CMYK | 0.07 | 0.08 | 0 | 0.07 |
HSL | 246.32º | 0.33% | 0.89% | - |
HSV(B) | 246.32º | 0.08% | 0.93% | - |
XYZ | 69.17 | 70.74 | 89.37 | - |
YUV | 219.76 | 137.16 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 236 | 0.07 | 0.08 | 0 | 0.07 | 246.32 | 0.33 | 0.89 |
Hex | DB | D9 | EC | 7 | 8 | 0 | 7 | F6 | 21 | 59 |
Octal | 333 | 331 | 354 | 7 | 10 | 0 | 7 | 366 | 41 | 131 |
Binary | 11011011 | 11011001 | 11101100 | 111 | 1000 | 0 | 111 | 11110110 | 100001 | 1011001 |
Color Harmonies of #DBD9EC
Complementary color
Monochromatic Colors of #DBD9EC
Black with #DBD9EC
Text Example
Text Example
White with #DBD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9EC; }
p { color: rgb(219,217,236); }
H1.HeaderClassName
{
color: #DBD9EC;
}
.AnyTagClassName
{
color: #DBD9EC;
}
</style>
background-color css
<style>
a { background-color: #DBD9EC; }
a { background-color: rgb(219,217,236); }
div.DivClassName
{
background-color: #DBD9EC;
}
.BgClassName
{
background-color: #DBD9EC;
}
</style>
border-color css
<style>
span { border-color: #DBD9EC; }
span { border-color: rgb(219,217,236); }
td.TdClassName
{
border-color: #DBD9EC;
}
.TagClassName
{
border-color: #DBD9EC;
}
</style>