Shades of Quartz #DBDEFC
Tints of Quartz #DBDEFC
RGB
CMYK
RGB Variations
Color information
#DBDEFC (or 0xDBDEFC) is known color: Quartz. HEX triplet: DB, DE and FC. RGB value is (219,222,252). Sum of RGB (Red+Green+Blue) = 219+222+252=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEFC is #242103. Grayscale: #E0E0E0. Windows color (decimal): -2367748 or 16572123. OLE color: 16572123.
HSL color Cylindrical-coordinate representation of color #DBDEFC: hue angle of 234.55º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDEFC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 222 | 252 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.01 |
| HSL | 234.55º | 0.85% | 0.92% | - |
| HSV(B) | 234.55º | 0.13% | 0.99% | - |
| XYZ | 72.91 | 74.33 | 102.6 | - |
| YUV | 224.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 252 | 0.13 | 0.12 | 0 | 0.01 | 234.55 | 0.85 | 0.92 |
| Hex | DB | DE | FC | D | C | 0 | 1 | EB | 55 | 5C |
| Octal | 333 | 336 | 374 | 15 | 14 | 0 | 1 | 353 | 125 | 134 |
| Binary | 11011011 | 11011110 | 11111100 | 1101 | 1100 | 0 | 1 | 11101011 | 1010101 | 1011100 |
Color Harmonies of #DBDEFC
Complementary color
Monochromatic Colors of #DBDEFC
Black with #DBDEFC
Text Example
Text Example
White with #DBDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEFC; }
p { color: rgb(219,222,252); }
H1.HeaderClassName
{
color: #DBDEFC;
}
.AnyTagClassName
{
color: #DBDEFC;
}
</style>
background-color css
<style>
a { background-color: #DBDEFC; }
a { background-color: rgb(219,222,252); }
div.DivClassName
{
background-color: #DBDEFC;
}
.BgClassName
{
background-color: #DBDEFC;
}
</style>
border-color css
<style>
span { border-color: #DBDEFC; }
span { border-color: rgb(219,222,252); }
td.TdClassName
{
border-color: #DBDEFC;
}
.TagClassName
{
border-color: #DBDEFC;
}
</style>