Shades of Mauve #DBABFE
Tints of Mauve #DBABFE
RGB
CMYK
RGB Variations
Color information
#DBABFE (or 0xDBABFE) is known color: Mauve. HEX triplet: DB, AB and FE. RGB value is (219,171,254). Sum of RGB (Red+Green+Blue) = 219+171+254=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFE is #245401. Grayscale: #C2C2C2. Windows color (decimal): -2380802 or 16690139. OLE color: 16690139.
HSL color Cylindrical-coordinate representation of color #DBABFE: hue angle of 274.7º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBABFE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 171 | 254 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.00 |
| HSL | 274.7º | 0.98% | 0.83% | - |
| HSV(B) | 274.7º | 0.33% | 1% | - |
| XYZ | 61.67 | 51.34 | 100.43 | - |
| YUV | 194.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 254 | 0.14 | 0.33 | 0 | 0.00 | 274.7 | 0.98 | 0.83 |
| Hex | DB | AB | FE | E | 21 | 0 | 0 | 113 | 62 | 53 |
| Octal | 333 | 253 | 376 | 16 | 41 | 0 | 0 | 423 | 142 | 123 |
| Binary | 11011011 | 10101011 | 11111110 | 1110 | 100001 | 0 | 0 | 100010011 | 1100010 | 1010011 |
Color Harmonies of #DBABFE
Complementary color
Monochromatic Colors of #DBABFE
Black with #DBABFE
Text Example
Text Example
White with #DBABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABFE; }
p { color: rgb(219,171,254); }
H1.HeaderClassName
{
color: #DBABFE;
}
.AnyTagClassName
{
color: #DBABFE;
}
</style>
background-color css
<style>
a { background-color: #DBABFE; }
a { background-color: rgb(219,171,254); }
div.DivClassName
{
background-color: #DBABFE;
}
.BgClassName
{
background-color: #DBABFE;
}
</style>
border-color css
<style>
span { border-color: #DBABFE; }
span { border-color: rgb(219,171,254); }
td.TdClassName
{
border-color: #DBABFE;
}
.TagClassName
{
border-color: #DBABFE;
}
</style>