Shades of Quartz #DBE0FB
Tints of Quartz #DBE0FB
RGB
CMYK
RGB Variations
Color information
#DBE0FB (or 0xDBE0FB) is known color: Quartz. HEX triplet: DB, E0 and FB. RGB value is (219,224,251). Sum of RGB (Red+Green+Blue) = 219+224+251=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE0FB is #241F04. Grayscale: #E1E1E1. Windows color (decimal): -2367237 or 16507099. OLE color: 16507099.
HSL color Cylindrical-coordinate representation of color #DBE0FB: hue angle of 230.62º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE0FB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 224 | 251 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.02 |
| HSL | 230.63º | 0.8% | 0.92% | - |
| HSV(B) | 230.63º | 0.13% | 0.98% | - |
| XYZ | 73.28 | 75.34 | 101.95 | - |
| YUV | 225.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 251 | 0.13 | 0.11 | 0 | 0.02 | 230.63 | 0.8 | 0.92 |
| Hex | DB | E0 | FB | D | B | 0 | 2 | E7 | 50 | 5C |
| Octal | 333 | 340 | 373 | 15 | 13 | 0 | 2 | 347 | 120 | 134 |
| Binary | 11011011 | 11100000 | 11111011 | 1101 | 1011 | 0 | 10 | 11100111 | 1010000 | 1011100 |
Color Harmonies of #DBE0FB
Complementary color
Monochromatic Colors of #DBE0FB
Black with #DBE0FB
Text Example
Text Example
White with #DBE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0FB; }
p { color: rgb(219,224,251); }
H1.HeaderClassName
{
color: #DBE0FB;
}
.AnyTagClassName
{
color: #DBE0FB;
}
</style>
background-color css
<style>
a { background-color: #DBE0FB; }
a { background-color: rgb(219,224,251); }
div.DivClassName
{
background-color: #DBE0FB;
}
.BgClassName
{
background-color: #DBE0FB;
}
</style>
border-color css
<style>
span { border-color: #DBE0FB; }
span { border-color: rgb(219,224,251); }
td.TdClassName
{
border-color: #DBE0FB;
}
.TagClassName
{
border-color: #DBE0FB;
}
</style>