Shades of Quartz #DBD1FF
Tints of Quartz #DBD1FF
RGB
CMYK
RGB Variations
Color information
#DBD1FF (or 0xDBD1FF) is known color: Quartz. HEX triplet: DB, D1 and FF. RGB value is (219,209,255). Sum of RGB (Red+Green+Blue) = 219+209+255=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1FF is #242E00. Grayscale: #D9D9D9. Windows color (decimal): -2371073 or 16765403. OLE color: 16765403.
HSL color Cylindrical-coordinate representation of color #DBD1FF: hue angle of 253.04º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBD1FF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 209 | 255 | - |
| CMYK | 0.14 | 0.18 | 0 | 0 |
| HSL | 253.04º | 1% | 0.91% | - |
| HSV(B) | 253.04º | 0.18% | 1% | - |
| XYZ | 70.06 | 67.88 | 104.02 | - |
| YUV | 217.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 255 | 0.14 | 0.18 | 0 | 0 | 253.04 | 1 | 0.91 |
| Hex | DB | D1 | FF | E | 12 | 0 | 0 | FD | 64 | 5B |
| Octal | 333 | 321 | 377 | 16 | 22 | 0 | 0 | 375 | 144 | 133 |
| Binary | 11011011 | 11010001 | 11111111 | 1110 | 10010 | 0 | 0 | 11111101 | 1100100 | 1011011 |
Color Harmonies of #DBD1FF
Complementary color
Monochromatic Colors of #DBD1FF
Black with #DBD1FF
Text Example
Text Example
White with #DBD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1FF; }
p { color: rgb(219,209,255); }
H1.HeaderClassName
{
color: #DBD1FF;
}
.AnyTagClassName
{
color: #DBD1FF;
}
</style>
background-color css
<style>
a { background-color: #DBD1FF; }
a { background-color: rgb(219,209,255); }
div.DivClassName
{
background-color: #DBD1FF;
}
.BgClassName
{
background-color: #DBD1FF;
}
</style>
border-color css
<style>
span { border-color: #DBD1FF; }
span { border-color: rgb(219,209,255); }
td.TdClassName
{
border-color: #DBD1FF;
}
.TagClassName
{
border-color: #DBD1FF;
}
</style>