Shades of Mauve #DEA2F0
Tints of Mauve #DEA2F0
RGB
CMYK
RGB Variations
Color information
#DEA2F0 (or 0xDEA2F0) is known color: Mauve. HEX triplet: DE, A2 and F0. RGB value is (222,162,240). Sum of RGB (Red+Green+Blue) = 222+162+240=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEA2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2F0 is #215D0F. Grayscale: #BCBCBC. Windows color (decimal): -2186512 or 15770334. OLE color: 15770334.
HSL color Cylindrical-coordinate representation of color #DEA2F0: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA2F0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 162 | 240 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.06 |
| HSL | 286.15º | 0.72% | 0.79% | - |
| HSV(B) | 286.15º | 0.33% | 0.94% | - |
| XYZ | 58.77 | 47.66 | 88.54 | - |
| YUV | 188.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 240 | 0.08 | 0.32 | 0 | 0.06 | 286.15 | 0.72 | 0.79 |
| Hex | DE | A2 | F0 | 8 | 20 | 0 | 6 | 11E | 48 | 4F |
| Octal | 336 | 242 | 360 | 10 | 40 | 0 | 6 | 436 | 110 | 117 |
| Binary | 11011110 | 10100010 | 11110000 | 1000 | 100000 | 0 | 110 | 100011110 | 1001000 | 1001111 |
Color Harmonies of #DEA2F0
Complementary color
Monochromatic Colors of #DEA2F0
Black with #DEA2F0
Text Example
Text Example
White with #DEA2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA2F0; }
p { color: rgb(222,162,240); }
H1.HeaderClassName
{
color: #DEA2F0;
}
.AnyTagClassName
{
color: #DEA2F0;
}
</style>
background-color css
<style>
a { background-color: #DEA2F0; }
a { background-color: rgb(222,162,240); }
div.DivClassName
{
background-color: #DEA2F0;
}
.BgClassName
{
background-color: #DEA2F0;
}
</style>
border-color css
<style>
span { border-color: #DEA2F0; }
span { border-color: rgb(222,162,240); }
td.TdClassName
{
border-color: #DEA2F0;
}
.TagClassName
{
border-color: #DEA2F0;
}
</style>