Shades of Mauve #DBAEFE
Tints of Mauve #DBAEFE
RGB
CMYK
RGB Variations
Color information
#DBAEFE (or 0xDBAEFE) is known color: Mauve. HEX triplet: DB, AE and FE. RGB value is (219,174,254). Sum of RGB (Red+Green+Blue) = 219+174+254=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEFE is #245101. Grayscale: #C4C4C4. Windows color (decimal): -2380034 or 16690907. OLE color: 16690907.
HSL color Cylindrical-coordinate representation of color #DBAEFE: hue angle of 273.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAEFE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 174 | 254 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.00 |
| HSL | 273.75º | 0.98% | 0.84% | - |
| HSV(B) | 273.75º | 0.31% | 1% | - |
| XYZ | 62.24 | 52.49 | 100.62 | - |
| YUV | 196.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 254 | 0.14 | 0.31 | 0 | 0.00 | 273.75 | 0.98 | 0.84 |
| Hex | DB | AE | FE | E | 1F | 0 | 0 | 112 | 62 | 54 |
| Octal | 333 | 256 | 376 | 16 | 37 | 0 | 0 | 422 | 142 | 124 |
| Binary | 11011011 | 10101110 | 11111110 | 1110 | 11111 | 0 | 0 | 100010010 | 1100010 | 1010100 |
Color Harmonies of #DBAEFE
Complementary color
Monochromatic Colors of #DBAEFE
Black with #DBAEFE
Text Example
Text Example
White with #DBAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEFE; }
p { color: rgb(219,174,254); }
H1.HeaderClassName
{
color: #DBAEFE;
}
.AnyTagClassName
{
color: #DBAEFE;
}
</style>
background-color css
<style>
a { background-color: #DBAEFE; }
a { background-color: rgb(219,174,254); }
div.DivClassName
{
background-color: #DBAEFE;
}
.BgClassName
{
background-color: #DBAEFE;
}
</style>
border-color css
<style>
span { border-color: #DBAEFE; }
span { border-color: rgb(219,174,254); }
td.TdClassName
{
border-color: #DBAEFE;
}
.TagClassName
{
border-color: #DBAEFE;
}
</style>