Shades of Quartz #DBDAEF
Tints of Quartz #DBDAEF
RGB
CMYK
RGB Variations
Color information
#DBDAEF (or 0xDBDAEF) is known color: Quartz. HEX triplet: DB, DA and EF. RGB value is (219,218,239). Sum of RGB (Red+Green+Blue) = 219+218+239=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEF is #242510. Grayscale: #DCDCDC. Windows color (decimal): -2368785 or 15719131. OLE color: 15719131.
HSL color Cylindrical-coordinate representation of color #DBDAEF: hue angle of 242.86º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDAEF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 218 | 239 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.06 |
| HSL | 242.86º | 0.4% | 0.9% | - |
| HSV(B) | 242.86º | 0.09% | 0.94% | - |
| XYZ | 69.86 | 71.43 | 91.77 | - |
| YUV | 220.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 239 | 0.08 | 0.09 | 0 | 0.06 | 242.86 | 0.4 | 0.9 |
| Hex | DB | DA | EF | 8 | 9 | 0 | 6 | F3 | 28 | 5A |
| Octal | 333 | 332 | 357 | 10 | 11 | 0 | 6 | 363 | 50 | 132 |
| Binary | 11011011 | 11011010 | 11101111 | 1000 | 1001 | 0 | 110 | 11110011 | 101000 | 1011010 |
Color Harmonies of #DBDAEF
Complementary color
Monochromatic Colors of #DBDAEF
Black with #DBDAEF
Text Example
Text Example
White with #DBDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAEF; }
p { color: rgb(219,218,239); }
H1.HeaderClassName
{
color: #DBDAEF;
}
.AnyTagClassName
{
color: #DBDAEF;
}
</style>
background-color css
<style>
a { background-color: #DBDAEF; }
a { background-color: rgb(219,218,239); }
div.DivClassName
{
background-color: #DBDAEF;
}
.BgClassName
{
background-color: #DBDAEF;
}
</style>
border-color css
<style>
span { border-color: #DBDAEF; }
span { border-color: rgb(219,218,239); }
td.TdClassName
{
border-color: #DBDAEF;
}
.TagClassName
{
border-color: #DBDAEF;
}
</style>