Shades of Mauve #DBBAEB
Tints of Mauve #DBBAEB
RGB
CMYK
RGB Variations
Color information
#DBBAEB (or 0xDBBAEB) is known color: Mauve. HEX triplet: DB, BA and EB. RGB value is (219,186,235). Sum of RGB (Red+Green+Blue) = 219+186+235=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEB is #244514. Grayscale: #C9C9C9. Windows color (decimal): -2376981 or 15448795. OLE color: 15448795.
HSL color Cylindrical-coordinate representation of color #DBBAEB: hue angle of 280.41º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBAEB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 186 | 235 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.08 |
| HSL | 280.41º | 0.55% | 0.83% | - |
| HSV(B) | 280.41º | 0.21% | 0.92% | - |
| XYZ | 61.77 | 56.18 | 86.18 | - |
| YUV | 201.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 235 | 0.07 | 0.21 | 0 | 0.08 | 280.41 | 0.55 | 0.83 |
| Hex | DB | BA | EB | 7 | 15 | 0 | 8 | 118 | 37 | 53 |
| Octal | 333 | 272 | 353 | 7 | 25 | 0 | 10 | 430 | 67 | 123 |
| Binary | 11011011 | 10111010 | 11101011 | 111 | 10101 | 0 | 1000 | 100011000 | 110111 | 1010011 |
Color Harmonies of #DBBAEB
Complementary color
Monochromatic Colors of #DBBAEB
Black with #DBBAEB
Text Example
Text Example
White with #DBBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAEB; }
p { color: rgb(219,186,235); }
H1.HeaderClassName
{
color: #DBBAEB;
}
.AnyTagClassName
{
color: #DBBAEB;
}
</style>
background-color css
<style>
a { background-color: #DBBAEB; }
a { background-color: rgb(219,186,235); }
div.DivClassName
{
background-color: #DBBAEB;
}
.BgClassName
{
background-color: #DBBAEB;
}
</style>
border-color css
<style>
span { border-color: #DBBAEB; }
span { border-color: rgb(219,186,235); }
td.TdClassName
{
border-color: #DBBAEB;
}
.TagClassName
{
border-color: #DBBAEB;
}
</style>