Shades of Quartz #DBDEF2
Tints of Quartz #DBDEF2
RGB
CMYK
RGB Variations
Color information
#DBDEF2 (or 0xDBDEF2) is known color: Quartz. HEX triplet: DB, DE and F2. RGB value is (219,222,242). Sum of RGB (Red+Green+Blue) = 219+222+242=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBDEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF2 is #24210D. Grayscale: #DFDFDF. Windows color (decimal): -2367758 or 15916763. OLE color: 15916763.
HSL color Cylindrical-coordinate representation of color #DBDEF2: hue angle of 232.17º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDEF2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 222 | 242 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.05 |
| HSL | 232.17º | 0.47% | 0.9% | - |
| HSV(B) | 232.17º | 0.1% | 0.95% | - |
| XYZ | 71.36 | 73.71 | 94.47 | - |
| YUV | 223.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 242 | 0.10 | 0.08 | 0 | 0.05 | 232.17 | 0.47 | 0.9 |
| Hex | DB | DE | F2 | A | 8 | 0 | 5 | E8 | 2F | 5A |
| Octal | 333 | 336 | 362 | 12 | 10 | 0 | 5 | 350 | 57 | 132 |
| Binary | 11011011 | 11011110 | 11110010 | 1010 | 1000 | 0 | 101 | 11101000 | 101111 | 1011010 |
Color Harmonies of #DBDEF2
Complementary color
Monochromatic Colors of #DBDEF2
Black with #DBDEF2
Text Example
Text Example
White with #DBDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEF2; }
p { color: rgb(219,222,242); }
H1.HeaderClassName
{
color: #DBDEF2;
}
.AnyTagClassName
{
color: #DBDEF2;
}
</style>
background-color css
<style>
a { background-color: #DBDEF2; }
a { background-color: rgb(219,222,242); }
div.DivClassName
{
background-color: #DBDEF2;
}
.BgClassName
{
background-color: #DBDEF2;
}
</style>
border-color css
<style>
span { border-color: #DBDEF2; }
span { border-color: rgb(219,222,242); }
td.TdClassName
{
border-color: #DBDEF2;
}
.TagClassName
{
border-color: #DBDEF2;
}
</style>