Shades of Quartz #DBDBFF
Tints of Quartz #DBDBFF
RGB
CMYK
RGB Variations
Color information
#DBDBFF (or 0xDBDBFF) is known color: Quartz. HEX triplet: DB, DB and FF. RGB value is (219,219,255). Sum of RGB (Red+Green+Blue) = 219+219+255=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBFF is #242400. Grayscale: #DEDEDE. Windows color (decimal): -2368513 or 16767963. OLE color: 16767963.
HSL color Cylindrical-coordinate representation of color #DBDBFF: hue angle of 240º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDBFF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 219 | 255 | - |
CMYK | 0.14 | 0.14 | 0 | 0 |
HSL | 240º | 1% | 0.93% | - |
HSV(B) | 240º | 0.14% | 1% | - |
XYZ | 72.59 | 72.94 | 104.86 | - |
YUV | 223.1 | 146 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 255 | 0.14 | 0.14 | 0 | 0 | 240 | 1 | 0.93 |
Hex | DB | DB | FF | E | E | 0 | 0 | F0 | 64 | 5D |
Octal | 333 | 333 | 377 | 16 | 16 | 0 | 0 | 360 | 144 | 135 |
Binary | 11011011 | 11011011 | 11111111 | 1110 | 1110 | 0 | 0 | 11110000 | 1100100 | 1011101 |
Color Harmonies of #DBDBFF
Complementary color
Monochromatic Colors of #DBDBFF
Black with #DBDBFF
Text Example
Text Example
White with #DBDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBFF; }
p { color: rgb(219,219,255); }
H1.HeaderClassName
{
color: #DBDBFF;
}
.AnyTagClassName
{
color: #DBDBFF;
}
</style>
background-color css
<style>
a { background-color: #DBDBFF; }
a { background-color: rgb(219,219,255); }
div.DivClassName
{
background-color: #DBDBFF;
}
.BgClassName
{
background-color: #DBDBFF;
}
</style>
border-color css
<style>
span { border-color: #DBDBFF; }
span { border-color: rgb(219,219,255); }
td.TdClassName
{
border-color: #DBDBFF;
}
.TagClassName
{
border-color: #DBDBFF;
}
</style>