Shades of Quartz #DBDAFF
Tints of Quartz #DBDAFF
RGB
CMYK
RGB Variations
Color information
#DBDAFF (or 0xDBDAFF) is known color: Quartz. HEX triplet: DB, DA and FF. RGB value is (219,218,255). Sum of RGB (Red+Green+Blue) = 219+218+255=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFF is #242500. Grayscale: #DEDEDE. Windows color (decimal): -2368769 or 16767707. OLE color: 16767707.
HSL color Cylindrical-coordinate representation of color #DBDAFF: hue angle of 241.62º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBDAFF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 218 | 255 | - |
| CMYK | 0.14 | 0.15 | 0 | 0 |
| HSL | 241.62º | 1% | 0.93% | - |
| HSV(B) | 241.62º | 0.15% | 1% | - |
| XYZ | 72.33 | 72.42 | 104.77 | - |
| YUV | 222.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 255 | 0.14 | 0.15 | 0 | 0 | 241.62 | 1 | 0.93 |
| Hex | DB | DA | FF | E | F | 0 | 0 | F2 | 64 | 5D |
| Octal | 333 | 332 | 377 | 16 | 17 | 0 | 0 | 362 | 144 | 135 |
| Binary | 11011011 | 11011010 | 11111111 | 1110 | 1111 | 0 | 0 | 11110010 | 1100100 | 1011101 |
Color Harmonies of #DBDAFF
Complementary color
Monochromatic Colors of #DBDAFF
Black with #DBDAFF
Text Example
Text Example
White with #DBDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAFF; }
p { color: rgb(219,218,255); }
H1.HeaderClassName
{
color: #DBDAFF;
}
.AnyTagClassName
{
color: #DBDAFF;
}
</style>
background-color css
<style>
a { background-color: #DBDAFF; }
a { background-color: rgb(219,218,255); }
div.DivClassName
{
background-color: #DBDAFF;
}
.BgClassName
{
background-color: #DBDAFF;
}
</style>
border-color css
<style>
span { border-color: #DBDAFF; }
span { border-color: rgb(219,218,255); }
td.TdClassName
{
border-color: #DBDAFF;
}
.TagClassName
{
border-color: #DBDAFF;
}
</style>