Shades of Mauve #DEA0F1
Tints of Mauve #DEA0F1
RGB
CMYK
RGB Variations
Color information
#DEA0F1 (or 0xDEA0F1) is known color: Mauve. HEX triplet: DE, A0 and F1. RGB value is (222,160,241). Sum of RGB (Red+Green+Blue) = 222+160+241=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0F1 is #215F0E. Grayscale: #BBBBBB. Windows color (decimal): -2187023 or 15835358. OLE color: 15835358.
HSL color Cylindrical-coordinate representation of color #DEA0F1: hue angle of 285.93º degrees, saturation: 0.74, 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 #DEA0F1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 160 | 241 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.05 |
| HSL | 285.93º | 0.74% | 0.79% | - |
| HSV(B) | 285.93º | 0.34% | 0.95% | - |
| XYZ | 58.57 | 47.02 | 89.21 | - |
| YUV | 187.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 241 | 0.08 | 0.34 | 0 | 0.05 | 285.93 | 0.74 | 0.79 |
| Hex | DE | A0 | F1 | 8 | 22 | 0 | 5 | 11E | 4A | 4F |
| Octal | 336 | 240 | 361 | 10 | 42 | 0 | 5 | 436 | 112 | 117 |
| Binary | 11011110 | 10100000 | 11110001 | 1000 | 100010 | 0 | 101 | 100011110 | 1001010 | 1001111 |
Color Harmonies of #DEA0F1
Complementary color
Monochromatic Colors of #DEA0F1
Black with #DEA0F1
Text Example
Text Example
White with #DEA0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA0F1; }
p { color: rgb(222,160,241); }
H1.HeaderClassName
{
color: #DEA0F1;
}
.AnyTagClassName
{
color: #DEA0F1;
}
</style>
background-color css
<style>
a { background-color: #DEA0F1; }
a { background-color: rgb(222,160,241); }
div.DivClassName
{
background-color: #DEA0F1;
}
.BgClassName
{
background-color: #DEA0F1;
}
</style>
border-color css
<style>
span { border-color: #DEA0F1; }
span { border-color: rgb(222,160,241); }
td.TdClassName
{
border-color: #DEA0F1;
}
.TagClassName
{
border-color: #DEA0F1;
}
</style>