Shades of Mauve #DEA7F9
Tints of Mauve #DEA7F9
RGB
CMYK
RGB Variations
Color information
#DEA7F9 (or 0xDEA7F9) is known color: Mauve. HEX triplet: DE, A7 and F9. RGB value is (222,167,249). Sum of RGB (Red+Green+Blue) = 222+167+249=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEA7F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7F9 is #215806. Grayscale: #C0C0C0. Windows color (decimal): -2185223 or 16361438. OLE color: 16361438.
HSL color Cylindrical-coordinate representation of color #DEA7F9: hue angle of 280.24º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA7F9 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 167 | 249 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.02 |
| HSL | 280.24º | 0.87% | 0.82% | - |
| HSV(B) | 280.24º | 0.33% | 0.98% | - |
| XYZ | 61.04 | 50.01 | 96.06 | - |
| YUV | 192.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 249 | 0.11 | 0.33 | 0 | 0.02 | 280.24 | 0.87 | 0.82 |
| Hex | DE | A7 | F9 | B | 21 | 0 | 2 | 118 | 57 | 52 |
| Octal | 336 | 247 | 371 | 13 | 41 | 0 | 2 | 430 | 127 | 122 |
| Binary | 11011110 | 10100111 | 11111001 | 1011 | 100001 | 0 | 10 | 100011000 | 1010111 | 1010010 |
Color Harmonies of #DEA7F9
Complementary color
Monochromatic Colors of #DEA7F9
Black with #DEA7F9
Text Example
Text Example
White with #DEA7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA7F9; }
p { color: rgb(222,167,249); }
H1.HeaderClassName
{
color: #DEA7F9;
}
.AnyTagClassName
{
color: #DEA7F9;
}
</style>
background-color css
<style>
a { background-color: #DEA7F9; }
a { background-color: rgb(222,167,249); }
div.DivClassName
{
background-color: #DEA7F9;
}
.BgClassName
{
background-color: #DEA7F9;
}
</style>
border-color css
<style>
span { border-color: #DEA7F9; }
span { border-color: rgb(222,167,249); }
td.TdClassName
{
border-color: #DEA7F9;
}
.TagClassName
{
border-color: #DEA7F9;
}
</style>