Shades of Quartz #DBDEFA
Tints of Quartz #DBDEFA
RGB
CMYK
RGB Variations
Color information
#DBDEFA (or 0xDBDEFA) is known color: Quartz. HEX triplet: DB, DE and FA. RGB value is (219,222,250). Sum of RGB (Red+Green+Blue) = 219+222+250=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEFA is #242105. Grayscale: #E0E0E0. Windows color (decimal): -2367750 or 16441051. OLE color: 16441051.
HSL color Cylindrical-coordinate representation of color #DBDEFA: hue angle of 234.19º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDEFA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 222 | 250 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.02 |
| HSL | 234.19º | 0.76% | 0.92% | - |
| HSV(B) | 234.19º | 0.12% | 0.98% | - |
| XYZ | 72.59 | 74.2 | 100.94 | - |
| YUV | 224.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 250 | 0.12 | 0.11 | 0 | 0.02 | 234.19 | 0.76 | 0.92 |
| Hex | DB | DE | FA | C | B | 0 | 2 | EA | 4C | 5C |
| Octal | 333 | 336 | 372 | 14 | 13 | 0 | 2 | 352 | 114 | 134 |
| Binary | 11011011 | 11011110 | 11111010 | 1100 | 1011 | 0 | 10 | 11101010 | 1001100 | 1011100 |
Color Harmonies of #DBDEFA
Complementary color
Monochromatic Colors of #DBDEFA
Black with #DBDEFA
Text Example
Text Example
White with #DBDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEFA; }
p { color: rgb(219,222,250); }
H1.HeaderClassName
{
color: #DBDEFA;
}
.AnyTagClassName
{
color: #DBDEFA;
}
</style>
background-color css
<style>
a { background-color: #DBDEFA; }
a { background-color: rgb(219,222,250); }
div.DivClassName
{
background-color: #DBDEFA;
}
.BgClassName
{
background-color: #DBDEFA;
}
</style>
border-color css
<style>
span { border-color: #DBDEFA; }
span { border-color: rgb(219,222,250); }
td.TdClassName
{
border-color: #DBDEFA;
}
.TagClassName
{
border-color: #DBDEFA;
}
</style>