Shades of Quartz #DBD5FF
Tints of Quartz #DBD5FF
RGB
CMYK
RGB Variations
Color information
#DBD5FF (or 0xDBD5FF) is known color: Quartz. HEX triplet: DB, D5 and FF. RGB value is (219,213,255). Sum of RGB (Red+Green+Blue) = 219+213+255=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5FF is #242A00. Grayscale: #DBDBDB. Windows color (decimal): -2370049 or 16766427. OLE color: 16766427.
HSL color Cylindrical-coordinate representation of color #DBD5FF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD5FF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 213 | 255 | - |
CMYK | 0.14 | 0.16 | 0 | 0 |
HSL | 248.57º | 1% | 0.92% | - |
HSV(B) | 248.57º | 0.16% | 1% | - |
XYZ | 71.06 | 69.87 | 104.35 | - |
YUV | 219.58 | 147.99 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 255 | 0.14 | 0.16 | 0 | 0 | 248.57 | 1 | 0.92 |
Hex | DB | D5 | FF | E | 10 | 0 | 0 | F9 | 64 | 5C |
Octal | 333 | 325 | 377 | 16 | 20 | 0 | 0 | 371 | 144 | 134 |
Binary | 11011011 | 11010101 | 11111111 | 1110 | 10000 | 0 | 0 | 11111001 | 1100100 | 1011100 |
Color Harmonies of #DBD5FF
Complementary color
Monochromatic Colors of #DBD5FF
Black with #DBD5FF
Text Example
Text Example
White with #DBD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5FF; }
p { color: rgb(219,213,255); }
H1.HeaderClassName
{
color: #DBD5FF;
}
.AnyTagClassName
{
color: #DBD5FF;
}
</style>
background-color css
<style>
a { background-color: #DBD5FF; }
a { background-color: rgb(219,213,255); }
div.DivClassName
{
background-color: #DBD5FF;
}
.BgClassName
{
background-color: #DBD5FF;
}
</style>
border-color css
<style>
span { border-color: #DBD5FF; }
span { border-color: rgb(219,213,255); }
td.TdClassName
{
border-color: #DBD5FF;
}
.TagClassName
{
border-color: #DBD5FF;
}
</style>