Shades of Quartz #DBD5FC
Tints of Quartz #DBD5FC
RGB
CMYK
RGB Variations
Color information
#DBD5FC (or 0xDBD5FC) is known color: Quartz. HEX triplet: DB, D5 and FC. RGB value is (219,213,252). Sum of RGB (Red+Green+Blue) = 219+213+252=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD5FC is #242A03. Grayscale: #DBDBDB. Windows color (decimal): -2370052 or 16569819. OLE color: 16569819.
HSL color Cylindrical-coordinate representation of color #DBD5FC: hue angle of 249.23º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD5FC is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 213 | 252 | - |
CMYK | 0.13 | 0.15 | 0 | 0.01 |
HSL | 249.23º | 0.87% | 0.91% | - |
HSV(B) | 249.23º | 0.15% | 0.99% | - |
XYZ | 70.58 | 69.68 | 101.82 | - |
YUV | 219.24 | 146.49 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 252 | 0.13 | 0.15 | 0 | 0.01 | 249.23 | 0.87 | 0.91 |
Hex | DB | D5 | FC | D | F | 0 | 1 | F9 | 57 | 5B |
Octal | 333 | 325 | 374 | 15 | 17 | 0 | 1 | 371 | 127 | 133 |
Binary | 11011011 | 11010101 | 11111100 | 1101 | 1111 | 0 | 1 | 11111001 | 1010111 | 1011011 |
Color Harmonies of #DBD5FC
Complementary color
Monochromatic Colors of #DBD5FC
Black with #DBD5FC
Text Example
Text Example
White with #DBD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5FC; }
p { color: rgb(219,213,252); }
H1.HeaderClassName
{
color: #DBD5FC;
}
.AnyTagClassName
{
color: #DBD5FC;
}
</style>
background-color css
<style>
a { background-color: #DBD5FC; }
a { background-color: rgb(219,213,252); }
div.DivClassName
{
background-color: #DBD5FC;
}
.BgClassName
{
background-color: #DBD5FC;
}
</style>
border-color css
<style>
span { border-color: #DBD5FC; }
span { border-color: rgb(219,213,252); }
td.TdClassName
{
border-color: #DBD5FC;
}
.TagClassName
{
border-color: #DBD5FC;
}
</style>