Shades of Mauve #DBB5EA
Tints of Mauve #DBB5EA
RGB
CMYK
RGB Variations
Color information
#DBB5EA (or 0xDBB5EA) is known color: Mauve. HEX triplet: DB, B5 and EA. RGB value is (219,181,234). Sum of RGB (Red+Green+Blue) = 219+181+234=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5EA is #244A15. Grayscale: #C6C6C6. Windows color (decimal): -2378262 or 15381979. OLE color: 15381979.
HSL color Cylindrical-coordinate representation of color #DBB5EA: hue angle of 283.02º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB5EA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 181 | 234 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.08 |
| HSL | 283.02º | 0.56% | 0.81% | - |
| HSV(B) | 283.02º | 0.23% | 0.92% | - |
| XYZ | 60.59 | 54.05 | 85.08 | - |
| YUV | 198.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 234 | 0.06 | 0.23 | 0 | 0.08 | 283.02 | 0.56 | 0.81 |
| Hex | DB | B5 | EA | 6 | 17 | 0 | 8 | 11B | 38 | 51 |
| Octal | 333 | 265 | 352 | 6 | 27 | 0 | 10 | 433 | 70 | 121 |
| Binary | 11011011 | 10110101 | 11101010 | 110 | 10111 | 0 | 1000 | 100011011 | 111000 | 1010001 |
Color Harmonies of #DBB5EA
Complementary color
Monochromatic Colors of #DBB5EA
Black with #DBB5EA
Text Example
Text Example
White with #DBB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5EA; }
p { color: rgb(219,181,234); }
H1.HeaderClassName
{
color: #DBB5EA;
}
.AnyTagClassName
{
color: #DBB5EA;
}
</style>
background-color css
<style>
a { background-color: #DBB5EA; }
a { background-color: rgb(219,181,234); }
div.DivClassName
{
background-color: #DBB5EA;
}
.BgClassName
{
background-color: #DBB5EA;
}
</style>
border-color css
<style>
span { border-color: #DBB5EA; }
span { border-color: rgb(219,181,234); }
td.TdClassName
{
border-color: #DBB5EA;
}
.TagClassName
{
border-color: #DBB5EA;
}
</style>