Shades of Mauve #DEA4F0
Tints of Mauve #DEA4F0
RGB
CMYK
RGB Variations
Color information
#DEA4F0 (or 0xDEA4F0) is known color: Mauve. HEX triplet: DE, A4 and F0. RGB value is (222,164,240). Sum of RGB (Red+Green+Blue) = 222+164+240=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEA4F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4F0 is #215B0F. Grayscale: #BDBDBD. Windows color (decimal): -2186000 or 15770846. OLE color: 15770846.
HSL color Cylindrical-coordinate representation of color #DEA4F0: hue angle of 285.79º 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 #DEA4F0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 164 | 240 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.06 |
| HSL | 285.79º | 0.72% | 0.79% | - |
| HSV(B) | 285.79º | 0.32% | 0.94% | - |
| XYZ | 59.13 | 48.37 | 88.66 | - |
| YUV | 190.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 240 | 0.08 | 0.32 | 0 | 0.06 | 285.79 | 0.72 | 0.79 |
| Hex | DE | A4 | F0 | 8 | 20 | 0 | 6 | 11E | 48 | 4F |
| Octal | 336 | 244 | 360 | 10 | 40 | 0 | 6 | 436 | 110 | 117 |
| Binary | 11011110 | 10100100 | 11110000 | 1000 | 100000 | 0 | 110 | 100011110 | 1001000 | 1001111 |
Color Harmonies of #DEA4F0
Complementary color
Monochromatic Colors of #DEA4F0
Black with #DEA4F0
Text Example
Text Example
White with #DEA4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4F0; }
p { color: rgb(222,164,240); }
H1.HeaderClassName
{
color: #DEA4F0;
}
.AnyTagClassName
{
color: #DEA4F0;
}
</style>
background-color css
<style>
a { background-color: #DEA4F0; }
a { background-color: rgb(222,164,240); }
div.DivClassName
{
background-color: #DEA4F0;
}
.BgClassName
{
background-color: #DEA4F0;
}
</style>
border-color css
<style>
span { border-color: #DEA4F0; }
span { border-color: rgb(222,164,240); }
td.TdClassName
{
border-color: #DEA4F0;
}
.TagClassName
{
border-color: #DEA4F0;
}
</style>