Shades of Mauve #DEA0F2
Tints of Mauve #DEA0F2
RGB
CMYK
RGB Variations
Color information
#DEA0F2 (or 0xDEA0F2) is known color: Mauve. HEX triplet: DE, A0 and F2. RGB value is (222,160,242). Sum of RGB (Red+Green+Blue) = 222+160+242=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEA0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0F2 is #215F0D. Grayscale: #BBBBBB. Windows color (decimal): -2187022 or 15900894. OLE color: 15900894.
HSL color Cylindrical-coordinate representation of color #DEA0F2: hue angle of 285.37º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEA0F2 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 160 | 242 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.05 |
| HSL | 285.37º | 0.76% | 0.79% | - |
| HSV(B) | 285.37º | 0.34% | 0.95% | - |
| XYZ | 58.72 | 47.08 | 90 | - |
| YUV | 187.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 242 | 0.08 | 0.34 | 0 | 0.05 | 285.37 | 0.76 | 0.79 |
| Hex | DE | A0 | F2 | 8 | 22 | 0 | 5 | 11D | 4C | 4F |
| Octal | 336 | 240 | 362 | 10 | 42 | 0 | 5 | 435 | 114 | 117 |
| Binary | 11011110 | 10100000 | 11110010 | 1000 | 100010 | 0 | 101 | 100011101 | 1001100 | 1001111 |
Color Harmonies of #DEA0F2
Complementary color
Monochromatic Colors of #DEA0F2
Black with #DEA0F2
Text Example
Text Example
White with #DEA0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA0F2; }
p { color: rgb(222,160,242); }
H1.HeaderClassName
{
color: #DEA0F2;
}
.AnyTagClassName
{
color: #DEA0F2;
}
</style>
background-color css
<style>
a { background-color: #DEA0F2; }
a { background-color: rgb(222,160,242); }
div.DivClassName
{
background-color: #DEA0F2;
}
.BgClassName
{
background-color: #DEA0F2;
}
</style>
border-color css
<style>
span { border-color: #DEA0F2; }
span { border-color: rgb(222,160,242); }
td.TdClassName
{
border-color: #DEA0F2;
}
.TagClassName
{
border-color: #DEA0F2;
}
</style>