Shades of Mauve #DEA9F9
Tints of Mauve #DEA9F9
RGB
CMYK
RGB Variations
Color information
#DEA9F9 (or 0xDEA9F9) is known color: Mauve. HEX triplet: DE, A9 and F9. RGB value is (222,169,249). Sum of RGB (Red+Green+Blue) = 222+169+249=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEA9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9F9 is #215606. Grayscale: #C1C1C1. Windows color (decimal): -2184711 or 16361950. OLE color: 16361950.
HSL color Cylindrical-coordinate representation of color #DEA9F9: hue angle of 279.75º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA9F9 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 169 | 249 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.02 |
| HSL | 279.75º | 0.87% | 0.82% | - |
| HSV(B) | 279.75º | 0.32% | 0.98% | - |
| XYZ | 61.41 | 50.75 | 96.18 | - |
| YUV | 193.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 249 | 0.11 | 0.32 | 0 | 0.02 | 279.75 | 0.87 | 0.82 |
| Hex | DE | A9 | F9 | B | 20 | 0 | 2 | 118 | 57 | 52 |
| Octal | 336 | 251 | 371 | 13 | 40 | 0 | 2 | 430 | 127 | 122 |
| Binary | 11011110 | 10101001 | 11111001 | 1011 | 100000 | 0 | 10 | 100011000 | 1010111 | 1010010 |
Color Harmonies of #DEA9F9
Complementary color
Monochromatic Colors of #DEA9F9
Black with #DEA9F9
Text Example
Text Example
White with #DEA9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9F9; }
p { color: rgb(222,169,249); }
H1.HeaderClassName
{
color: #DEA9F9;
}
.AnyTagClassName
{
color: #DEA9F9;
}
</style>
background-color css
<style>
a { background-color: #DEA9F9; }
a { background-color: rgb(222,169,249); }
div.DivClassName
{
background-color: #DEA9F9;
}
.BgClassName
{
background-color: #DEA9F9;
}
</style>
border-color css
<style>
span { border-color: #DEA9F9; }
span { border-color: rgb(222,169,249); }
td.TdClassName
{
border-color: #DEA9F9;
}
.TagClassName
{
border-color: #DEA9F9;
}
</style>