Shades of Quartz #DBD5FE
Tints of Quartz #DBD5FE
RGB
CMYK
RGB Variations
Color information
#DBD5FE (or 0xDBD5FE) is known color: Quartz. HEX triplet: DB, D5 and FE. RGB value is (219,213,254). Sum of RGB (Red+Green+Blue) = 219+213+254=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5FE is #242A01. Grayscale: #DBDBDB. Windows color (decimal): -2370050 or 16700891. OLE color: 16700891.
HSL color Cylindrical-coordinate representation of color #DBD5FE: hue angle of 248.78º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD5FE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 213 | 254 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.00 |
| HSL | 248.78º | 0.95% | 0.92% | - |
| HSV(B) | 248.78º | 0.16% | 1% | - |
| XYZ | 70.9 | 69.8 | 103.5 | - |
| YUV | 219.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 254 | 0.14 | 0.16 | 0 | 0.00 | 248.78 | 0.95 | 0.92 |
| Hex | DB | D5 | FE | E | 10 | 0 | 0 | F9 | 5F | 5C |
| Octal | 333 | 325 | 376 | 16 | 20 | 0 | 0 | 371 | 137 | 134 |
| Binary | 11011011 | 11010101 | 11111110 | 1110 | 10000 | 0 | 0 | 11111001 | 1011111 | 1011100 |
Color Harmonies of #DBD5FE
Complementary color
Monochromatic Colors of #DBD5FE
Black with #DBD5FE
Text Example
Text Example
White with #DBD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5FE; }
p { color: rgb(219,213,254); }
H1.HeaderClassName
{
color: #DBD5FE;
}
.AnyTagClassName
{
color: #DBD5FE;
}
</style>
background-color css
<style>
a { background-color: #DBD5FE; }
a { background-color: rgb(219,213,254); }
div.DivClassName
{
background-color: #DBD5FE;
}
.BgClassName
{
background-color: #DBD5FE;
}
</style>
border-color css
<style>
span { border-color: #DBD5FE; }
span { border-color: rgb(219,213,254); }
td.TdClassName
{
border-color: #DBD5FE;
}
.TagClassName
{
border-color: #DBD5FE;
}
</style>