Shades of Mauve #DBB8EA
Tints of Mauve #DBB8EA
RGB
CMYK
RGB Variations
Color information
#DBB8EA (or 0xDBB8EA) is known color: Mauve. HEX triplet: DB, B8 and EA. RGB value is (219,184,234). Sum of RGB (Red+Green+Blue) = 219+184+234=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8EA is #244715. Grayscale: #C8C8C8. Windows color (decimal): -2377494 or 15382747. OLE color: 15382747.
HSL color Cylindrical-coordinate representation of color #DBB8EA: hue angle of 282º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB8EA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 184 | 234 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.08 |
| HSL | 282º | 0.54% | 0.82% | - |
| HSV(B) | 282º | 0.21% | 0.92% | - |
| XYZ | 61.21 | 55.28 | 85.29 | - |
| YUV | 200.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 234 | 0.06 | 0.21 | 0 | 0.08 | 282 | 0.54 | 0.82 |
| Hex | DB | B8 | EA | 6 | 15 | 0 | 8 | 11A | 36 | 52 |
| Octal | 333 | 270 | 352 | 6 | 25 | 0 | 10 | 432 | 66 | 122 |
| Binary | 11011011 | 10111000 | 11101010 | 110 | 10101 | 0 | 1000 | 100011010 | 110110 | 1010010 |
Color Harmonies of #DBB8EA
Complementary color
Monochromatic Colors of #DBB8EA
Black with #DBB8EA
Text Example
Text Example
White with #DBB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8EA; }
p { color: rgb(219,184,234); }
H1.HeaderClassName
{
color: #DBB8EA;
}
.AnyTagClassName
{
color: #DBB8EA;
}
</style>
background-color css
<style>
a { background-color: #DBB8EA; }
a { background-color: rgb(219,184,234); }
div.DivClassName
{
background-color: #DBB8EA;
}
.BgClassName
{
background-color: #DBB8EA;
}
</style>
border-color css
<style>
span { border-color: #DBB8EA; }
span { border-color: rgb(219,184,234); }
td.TdClassName
{
border-color: #DBB8EA;
}
.TagClassName
{
border-color: #DBB8EA;
}
</style>