Shades of Mauve #DBAEF0
Tints of Mauve #DBAEF0
RGB
CMYK
RGB Variations
Color information
#DBAEF0 (or 0xDBAEF0) is known color: Mauve. HEX triplet: DB, AE and F0. RGB value is (219,174,240). Sum of RGB (Red+Green+Blue) = 219+174+240=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBAEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEF0 is #24510F. Grayscale: #C2C2C2. Windows color (decimal): -2380048 or 15773403. OLE color: 15773403.
HSL color Cylindrical-coordinate representation of color #DBAEF0: hue angle of 280.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAEF0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 174 | 240 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.06 |
| HSL | 280.91º | 0.69% | 0.81% | - |
| HSV(B) | 280.91º | 0.28% | 0.94% | - |
| XYZ | 60.08 | 51.62 | 89.24 | - |
| YUV | 194.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 240 | 0.09 | 0.28 | 0 | 0.06 | 280.91 | 0.69 | 0.81 |
| Hex | DB | AE | F0 | 9 | 1C | 0 | 6 | 119 | 45 | 51 |
| Octal | 333 | 256 | 360 | 11 | 34 | 0 | 6 | 431 | 105 | 121 |
| Binary | 11011011 | 10101110 | 11110000 | 1001 | 11100 | 0 | 110 | 100011001 | 1000101 | 1010001 |
Color Harmonies of #DBAEF0
Complementary color
Monochromatic Colors of #DBAEF0
Black with #DBAEF0
Text Example
Text Example
White with #DBAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEF0; }
p { color: rgb(219,174,240); }
H1.HeaderClassName
{
color: #DBAEF0;
}
.AnyTagClassName
{
color: #DBAEF0;
}
</style>
background-color css
<style>
a { background-color: #DBAEF0; }
a { background-color: rgb(219,174,240); }
div.DivClassName
{
background-color: #DBAEF0;
}
.BgClassName
{
background-color: #DBAEF0;
}
</style>
border-color css
<style>
span { border-color: #DBAEF0; }
span { border-color: rgb(219,174,240); }
td.TdClassName
{
border-color: #DBAEF0;
}
.TagClassName
{
border-color: #DBAEF0;
}
</style>