Shades of Mauve #DBBAEF
Tints of Mauve #DBBAEF
RGB
CMYK
RGB Variations
Color information
#DBBAEF (or 0xDBBAEF) is known color: Mauve. HEX triplet: DB, BA and EF. RGB value is (219,186,239). Sum of RGB (Red+Green+Blue) = 219+186+239=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAEF is #244510. Grayscale: #C9C9C9. Windows color (decimal): -2376977 or 15710939. OLE color: 15710939.
HSL color Cylindrical-coordinate representation of color #DBBAEF: hue angle of 277.36º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBAEF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 186 | 239 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.06 |
| HSL | 277.36º | 0.62% | 0.83% | - |
| HSV(B) | 277.36º | 0.22% | 0.94% | - |
| XYZ | 62.35 | 56.41 | 89.26 | - |
| YUV | 201.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 239 | 0.08 | 0.22 | 0 | 0.06 | 277.36 | 0.62 | 0.83 |
| Hex | DB | BA | EF | 8 | 16 | 0 | 6 | 115 | 3E | 53 |
| Octal | 333 | 272 | 357 | 10 | 26 | 0 | 6 | 425 | 76 | 123 |
| Binary | 11011011 | 10111010 | 11101111 | 1000 | 10110 | 0 | 110 | 100010101 | 111110 | 1010011 |
Color Harmonies of #DBBAEF
Complementary color
Monochromatic Colors of #DBBAEF
Black with #DBBAEF
Text Example
Text Example
White with #DBBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAEF; }
p { color: rgb(219,186,239); }
H1.HeaderClassName
{
color: #DBBAEF;
}
.AnyTagClassName
{
color: #DBBAEF;
}
</style>
background-color css
<style>
a { background-color: #DBBAEF; }
a { background-color: rgb(219,186,239); }
div.DivClassName
{
background-color: #DBBAEF;
}
.BgClassName
{
background-color: #DBBAEF;
}
</style>
border-color css
<style>
span { border-color: #DBBAEF; }
span { border-color: rgb(219,186,239); }
td.TdClassName
{
border-color: #DBBAEF;
}
.TagClassName
{
border-color: #DBBAEF;
}
</style>