Shades of Quartz #DBDBFE
Tints of Quartz #DBDBFE
RGB
CMYK
RGB Variations
Color information
#DBDBFE (or 0xDBDBFE) is known color: Quartz. HEX triplet: DB, DB and FE. RGB value is (219,219,254). Sum of RGB (Red+Green+Blue) = 219+219+254=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBFE is #242401. Grayscale: #DEDEDE. Windows color (decimal): -2368514 or 16702427. OLE color: 16702427.
HSL color Cylindrical-coordinate representation of color #DBDBFE: hue angle of 240º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDBFE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 219 | 254 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.00 |
| HSL | 240º | 0.95% | 0.93% | - |
| HSV(B) | 240º | 0.14% | 1% | - |
| XYZ | 72.43 | 72.88 | 104.02 | - |
| YUV | 222.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 254 | 0.14 | 0.14 | 0 | 0.00 | 240 | 0.95 | 0.93 |
| Hex | DB | DB | FE | E | E | 0 | 0 | F0 | 5F | 5D |
| Octal | 333 | 333 | 376 | 16 | 16 | 0 | 0 | 360 | 137 | 135 |
| Binary | 11011011 | 11011011 | 11111110 | 1110 | 1110 | 0 | 0 | 11110000 | 1011111 | 1011101 |
Color Harmonies of #DBDBFE
Complementary color
Monochromatic Colors of #DBDBFE
Black with #DBDBFE
Text Example
Text Example
White with #DBDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBFE; }
p { color: rgb(219,219,254); }
H1.HeaderClassName
{
color: #DBDBFE;
}
.AnyTagClassName
{
color: #DBDBFE;
}
</style>
background-color css
<style>
a { background-color: #DBDBFE; }
a { background-color: rgb(219,219,254); }
div.DivClassName
{
background-color: #DBDBFE;
}
.BgClassName
{
background-color: #DBDBFE;
}
</style>
border-color css
<style>
span { border-color: #DBDBFE; }
span { border-color: rgb(219,219,254); }
td.TdClassName
{
border-color: #DBDBFE;
}
.TagClassName
{
border-color: #DBDBFE;
}
</style>