Shades of Mauve #DEA4F5
Tints of Mauve #DEA4F5
RGB
CMYK
RGB Variations
Color information
#DEA4F5 (or 0xDEA4F5) is known color: Mauve. HEX triplet: DE, A4 and F5. RGB value is (222,164,245). Sum of RGB (Red+Green+Blue) = 222+164+245=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEA4F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4F5 is #215B0A. Grayscale: #BEBEBE. Windows color (decimal): -2185995 or 16098526. OLE color: 16098526.
HSL color Cylindrical-coordinate representation of color #DEA4F5: hue angle of 282.96º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA4F5 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 164 | 245 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.04 |
| HSL | 282.96º | 0.8% | 0.8% | - |
| HSV(B) | 282.96º | 0.33% | 0.96% | - |
| XYZ | 59.88 | 48.67 | 92.62 | - |
| YUV | 190.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 245 | 0.09 | 0.33 | 0 | 0.04 | 282.96 | 0.8 | 0.8 |
| Hex | DE | A4 | F5 | 9 | 21 | 0 | 4 | 11B | 50 | 50 |
| Octal | 336 | 244 | 365 | 11 | 41 | 0 | 4 | 433 | 120 | 120 |
| Binary | 11011110 | 10100100 | 11110101 | 1001 | 100001 | 0 | 100 | 100011011 | 1010000 | 1010000 |
Color Harmonies of #DEA4F5
Complementary color
Monochromatic Colors of #DEA4F5
Black with #DEA4F5
Text Example
Text Example
White with #DEA4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4F5; }
p { color: rgb(222,164,245); }
H1.HeaderClassName
{
color: #DEA4F5;
}
.AnyTagClassName
{
color: #DEA4F5;
}
</style>
background-color css
<style>
a { background-color: #DEA4F5; }
a { background-color: rgb(222,164,245); }
div.DivClassName
{
background-color: #DEA4F5;
}
.BgClassName
{
background-color: #DEA4F5;
}
</style>
border-color css
<style>
span { border-color: #DEA4F5; }
span { border-color: rgb(222,164,245); }
td.TdClassName
{
border-color: #DEA4F5;
}
.TagClassName
{
border-color: #DEA4F5;
}
</style>