Shades of Mauve #DEA3F1
Tints of Mauve #DEA3F1
RGB
CMYK
RGB Variations
Color information
#DEA3F1 (or 0xDEA3F1) is known color: Mauve. HEX triplet: DE, A3 and F1. RGB value is (222,163,241). Sum of RGB (Red+Green+Blue) = 222+163+241=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEA3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3F1 is #215C0E. Grayscale: #BDBDBD. Windows color (decimal): -2186255 or 15836126. OLE color: 15836126.
HSL color Cylindrical-coordinate representation of color #DEA3F1: hue angle of 285.38º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA3F1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 163 | 241 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.05 |
| HSL | 285.38º | 0.74% | 0.79% | - |
| HSV(B) | 285.38º | 0.32% | 0.95% | - |
| XYZ | 59.1 | 48.07 | 89.38 | - |
| YUV | 189.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 241 | 0.08 | 0.32 | 0 | 0.05 | 285.38 | 0.74 | 0.79 |
| Hex | DE | A3 | F1 | 8 | 20 | 0 | 5 | 11D | 4A | 4F |
| Octal | 336 | 243 | 361 | 10 | 40 | 0 | 5 | 435 | 112 | 117 |
| Binary | 11011110 | 10100011 | 11110001 | 1000 | 100000 | 0 | 101 | 100011101 | 1001010 | 1001111 |
Color Harmonies of #DEA3F1
Complementary color
Monochromatic Colors of #DEA3F1
Black with #DEA3F1
Text Example
Text Example
White with #DEA3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3F1; }
p { color: rgb(222,163,241); }
H1.HeaderClassName
{
color: #DEA3F1;
}
.AnyTagClassName
{
color: #DEA3F1;
}
</style>
background-color css
<style>
a { background-color: #DEA3F1; }
a { background-color: rgb(222,163,241); }
div.DivClassName
{
background-color: #DEA3F1;
}
.BgClassName
{
background-color: #DEA3F1;
}
</style>
border-color css
<style>
span { border-color: #DEA3F1; }
span { border-color: rgb(222,163,241); }
td.TdClassName
{
border-color: #DEA3F1;
}
.TagClassName
{
border-color: #DEA3F1;
}
</style>