Shades of Quartz #DBD1FE
Tints of Quartz #DBD1FE
RGB
CMYK
RGB Variations
Color information
#DBD1FE (or 0xDBD1FE) is known color: Quartz. HEX triplet: DB, D1 and FE. RGB value is (219,209,254). Sum of RGB (Red+Green+Blue) = 219+209+254=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1FE is #242E01. Grayscale: #D8D8D8. Windows color (decimal): -2371074 or 16699867. OLE color: 16699867.
HSL color Cylindrical-coordinate representation of color #DBD1FE: hue angle of 253.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBD1FE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 209 | 254 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.00 |
| HSL | 253.33º | 0.96% | 0.91% | - |
| HSV(B) | 253.33º | 0.18% | 1% | - |
| XYZ | 69.9 | 67.82 | 103.17 | - |
| YUV | 217.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 254 | 0.14 | 0.18 | 0 | 0.00 | 253.33 | 0.96 | 0.91 |
| Hex | DB | D1 | FE | E | 12 | 0 | 0 | FD | 60 | 5B |
| Octal | 333 | 321 | 376 | 16 | 22 | 0 | 0 | 375 | 140 | 133 |
| Binary | 11011011 | 11010001 | 11111110 | 1110 | 10010 | 0 | 0 | 11111101 | 1100000 | 1011011 |
Color Harmonies of #DBD1FE
Complementary color
Monochromatic Colors of #DBD1FE
Black with #DBD1FE
Text Example
Text Example
White with #DBD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1FE; }
p { color: rgb(219,209,254); }
H1.HeaderClassName
{
color: #DBD1FE;
}
.AnyTagClassName
{
color: #DBD1FE;
}
</style>
background-color css
<style>
a { background-color: #DBD1FE; }
a { background-color: rgb(219,209,254); }
div.DivClassName
{
background-color: #DBD1FE;
}
.BgClassName
{
background-color: #DBD1FE;
}
</style>
border-color css
<style>
span { border-color: #DBD1FE; }
span { border-color: rgb(219,209,254); }
td.TdClassName
{
border-color: #DBD1FE;
}
.TagClassName
{
border-color: #DBD1FE;
}
</style>