Shades of Mauve #DBBAF2
Tints of Mauve #DBBAF2
RGB
CMYK
RGB Variations
Color information
#DBBAF2 (or 0xDBBAF2) is known color: Mauve. HEX triplet: DB, BA and F2. RGB value is (219,186,242). Sum of RGB (Red+Green+Blue) = 219+186+242=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAF2 is #24450D. Grayscale: #CACACA. Windows color (decimal): -2376974 or 15907547. OLE color: 15907547.
HSL color Cylindrical-coordinate representation of color #DBBAF2: hue angle of 275.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBAF2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 186 | 242 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.05 |
| HSL | 275.36º | 0.68% | 0.84% | - |
| HSV(B) | 275.36º | 0.23% | 0.95% | - |
| XYZ | 62.8 | 56.59 | 91.62 | - |
| YUV | 202.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 242 | 0.10 | 0.23 | 0 | 0.05 | 275.36 | 0.68 | 0.84 |
| Hex | DB | BA | F2 | A | 17 | 0 | 5 | 113 | 44 | 54 |
| Octal | 333 | 272 | 362 | 12 | 27 | 0 | 5 | 423 | 104 | 124 |
| Binary | 11011011 | 10111010 | 11110010 | 1010 | 10111 | 0 | 101 | 100010011 | 1000100 | 1010100 |
Color Harmonies of #DBBAF2
Complementary color
Monochromatic Colors of #DBBAF2
Black with #DBBAF2
Text Example
Text Example
White with #DBBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAF2; }
p { color: rgb(219,186,242); }
H1.HeaderClassName
{
color: #DBBAF2;
}
.AnyTagClassName
{
color: #DBBAF2;
}
</style>
background-color css
<style>
a { background-color: #DBBAF2; }
a { background-color: rgb(219,186,242); }
div.DivClassName
{
background-color: #DBBAF2;
}
.BgClassName
{
background-color: #DBBAF2;
}
</style>
border-color css
<style>
span { border-color: #DBBAF2; }
span { border-color: rgb(219,186,242); }
td.TdClassName
{
border-color: #DBBAF2;
}
.TagClassName
{
border-color: #DBBAF2;
}
</style>