Shades of Mauve #DBB1EC
Tints of Mauve #DBB1EC
RGB
CMYK
RGB Variations
Color information
#DBB1EC (or 0xDBB1EC) is known color: Mauve. HEX triplet: DB, B1 and EC. RGB value is (219,177,236). Sum of RGB (Red+Green+Blue) = 219+177+236=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1EC is #244E13. Grayscale: #C4C4C4. Windows color (decimal): -2379284 or 15512027. OLE color: 15512027.
HSL color Cylindrical-coordinate representation of color #DBB1EC: hue angle of 282.71º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB1EC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 177 | 236 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.07 |
| HSL | 282.71º | 0.61% | 0.81% | - |
| HSV(B) | 282.71º | 0.25% | 0.93% | - |
| XYZ | 60.08 | 52.56 | 86.34 | - |
| YUV | 196.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 236 | 0.07 | 0.25 | 0 | 0.07 | 282.71 | 0.61 | 0.81 |
| Hex | DB | B1 | EC | 7 | 19 | 0 | 7 | 11B | 3D | 51 |
| Octal | 333 | 261 | 354 | 7 | 31 | 0 | 7 | 433 | 75 | 121 |
| Binary | 11011011 | 10110001 | 11101100 | 111 | 11001 | 0 | 111 | 100011011 | 111101 | 1010001 |
Color Harmonies of #DBB1EC
Complementary color
Monochromatic Colors of #DBB1EC
Black with #DBB1EC
Text Example
Text Example
White with #DBB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1EC; }
p { color: rgb(219,177,236); }
H1.HeaderClassName
{
color: #DBB1EC;
}
.AnyTagClassName
{
color: #DBB1EC;
}
</style>
background-color css
<style>
a { background-color: #DBB1EC; }
a { background-color: rgb(219,177,236); }
div.DivClassName
{
background-color: #DBB1EC;
}
.BgClassName
{
background-color: #DBB1EC;
}
</style>
border-color css
<style>
span { border-color: #DBB1EC; }
span { border-color: rgb(219,177,236); }
td.TdClassName
{
border-color: #DBB1EC;
}
.TagClassName
{
border-color: #DBB1EC;
}
</style>