Shades of Mauve #DEA1FA
Tints of Mauve #DEA1FA
RGB
CMYK
RGB Variations
Color information
#DEA1FA (or 0xDEA1FA) is known color: Mauve. HEX triplet: DE, A1 and FA. RGB value is (222,161,250). Sum of RGB (Red+Green+Blue) = 222+161+250=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1FA is #215E05. Grayscale: #BDBDBD. Windows color (decimal): -2186758 or 16425438. OLE color: 16425438.
HSL color Cylindrical-coordinate representation of color #DEA1FA: hue angle of 281.12º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEA1FA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 161 | 250 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.02 |
| HSL | 281.12º | 0.9% | 0.81% | - |
| HSV(B) | 281.12º | 0.36% | 0.98% | - |
| XYZ | 60.12 | 47.92 | 96.52 | - |
| YUV | 189.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 250 | 0.11 | 0.36 | 0 | 0.02 | 281.12 | 0.9 | 0.81 |
| Hex | DE | A1 | FA | B | 24 | 0 | 2 | 119 | 5A | 51 |
| Octal | 336 | 241 | 372 | 13 | 44 | 0 | 2 | 431 | 132 | 121 |
| Binary | 11011110 | 10100001 | 11111010 | 1011 | 100100 | 0 | 10 | 100011001 | 1011010 | 1010001 |
Color Harmonies of #DEA1FA
Complementary color
Monochromatic Colors of #DEA1FA
Black with #DEA1FA
Text Example
Text Example
White with #DEA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA1FA; }
p { color: rgb(222,161,250); }
H1.HeaderClassName
{
color: #DEA1FA;
}
.AnyTagClassName
{
color: #DEA1FA;
}
</style>
background-color css
<style>
a { background-color: #DEA1FA; }
a { background-color: rgb(222,161,250); }
div.DivClassName
{
background-color: #DEA1FA;
}
.BgClassName
{
background-color: #DEA1FA;
}
</style>
border-color css
<style>
span { border-color: #DEA1FA; }
span { border-color: rgb(222,161,250); }
td.TdClassName
{
border-color: #DEA1FA;
}
.TagClassName
{
border-color: #DEA1FA;
}
</style>