Shades of Quartz #DBD7F2
Tints of Quartz #DBD7F2
RGB
CMYK
RGB Variations
Color information
#DBD7F2 (or 0xDBD7F2) is known color: Quartz. HEX triplet: DB, D7 and F2. RGB value is (219,215,242). Sum of RGB (Red+Green+Blue) = 219+215+242=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBD7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7F2 is #24280D. Grayscale: #DBDBDB. Windows color (decimal): -2369550 or 15914971. OLE color: 15914971.
HSL color Cylindrical-coordinate representation of color #DBD7F2: hue angle of 248.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD7F2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 215 | 242 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.05 |
| HSL | 248.89º | 0.51% | 0.9% | - |
| HSV(B) | 248.89º | 0.11% | 0.95% | - |
| XYZ | 69.54 | 70.07 | 93.86 | - |
| YUV | 219.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 242 | 0.10 | 0.11 | 0 | 0.05 | 248.89 | 0.51 | 0.9 |
| Hex | DB | D7 | F2 | A | B | 0 | 5 | F9 | 33 | 5A |
| Octal | 333 | 327 | 362 | 12 | 13 | 0 | 5 | 371 | 63 | 132 |
| Binary | 11011011 | 11010111 | 11110010 | 1010 | 1011 | 0 | 101 | 11111001 | 110011 | 1011010 |
Color Harmonies of #DBD7F2
Complementary color
Monochromatic Colors of #DBD7F2
Black with #DBD7F2
Text Example
Text Example
White with #DBD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7F2; }
p { color: rgb(219,215,242); }
H1.HeaderClassName
{
color: #DBD7F2;
}
.AnyTagClassName
{
color: #DBD7F2;
}
</style>
background-color css
<style>
a { background-color: #DBD7F2; }
a { background-color: rgb(219,215,242); }
div.DivClassName
{
background-color: #DBD7F2;
}
.BgClassName
{
background-color: #DBD7F2;
}
</style>
border-color css
<style>
span { border-color: #DBD7F2; }
span { border-color: rgb(219,215,242); }
td.TdClassName
{
border-color: #DBD7F2;
}
.TagClassName
{
border-color: #DBD7F2;
}
</style>