Shades of Quartz #DBDAFD
Tints of Quartz #DBDAFD
RGB
CMYK
RGB Variations
Color information
#DBDAFD (or 0xDBDAFD) is known color: Quartz. HEX triplet: DB, DA and FD. RGB value is (219,218,253). Sum of RGB (Red+Green+Blue) = 219+218+253=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFD is #242502. Grayscale: #DEDEDE. Windows color (decimal): -2368771 or 16636635. OLE color: 16636635.
HSL color Cylindrical-coordinate representation of color #DBDAFD: hue angle of 241.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDAFD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 218 | 253 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.01 |
| HSL | 241.71º | 0.9% | 0.92% | - |
| HSV(B) | 241.71º | 0.14% | 0.99% | - |
| XYZ | 72.01 | 72.29 | 103.09 | - |
| YUV | 222.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 253 | 0.13 | 0.14 | 0 | 0.01 | 241.71 | 0.9 | 0.92 |
| Hex | DB | DA | FD | D | E | 0 | 1 | F2 | 5A | 5C |
| Octal | 333 | 332 | 375 | 15 | 16 | 0 | 1 | 362 | 132 | 134 |
| Binary | 11011011 | 11011010 | 11111101 | 1101 | 1110 | 0 | 1 | 11110010 | 1011010 | 1011100 |
Color Harmonies of #DBDAFD
Complementary color
Monochromatic Colors of #DBDAFD
Black with #DBDAFD
Text Example
Text Example
White with #DBDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAFD; }
p { color: rgb(219,218,253); }
H1.HeaderClassName
{
color: #DBDAFD;
}
.AnyTagClassName
{
color: #DBDAFD;
}
</style>
background-color css
<style>
a { background-color: #DBDAFD; }
a { background-color: rgb(219,218,253); }
div.DivClassName
{
background-color: #DBDAFD;
}
.BgClassName
{
background-color: #DBDAFD;
}
</style>
border-color css
<style>
span { border-color: #DBDAFD; }
span { border-color: rgb(219,218,253); }
td.TdClassName
{
border-color: #DBDAFD;
}
.TagClassName
{
border-color: #DBDAFD;
}
</style>