Shades of Mauve #DEA2EF
Tints of Mauve #DEA2EF
RGB
CMYK
RGB Variations
Color information
#DEA2EF (or 0xDEA2EF) is known color: Mauve. HEX triplet: DE, A2 and EF. RGB value is (222,162,239). Sum of RGB (Red+Green+Blue) = 222+162+239=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEA2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2EF is #215D10. Grayscale: #BCBCBC. Windows color (decimal): -2186513 or 15704798. OLE color: 15704798.
HSL color Cylindrical-coordinate representation of color #DEA2EF: hue angle of 286.75º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA2EF is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 162 | 239 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.06 |
| HSL | 286.75º | 0.71% | 0.79% | - |
| HSV(B) | 286.75º | 0.32% | 0.94% | - |
| XYZ | 58.62 | 47.6 | 87.76 | - |
| YUV | 188.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 239 | 0.07 | 0.32 | 0 | 0.06 | 286.75 | 0.71 | 0.79 |
| Hex | DE | A2 | EF | 7 | 20 | 0 | 6 | 11F | 47 | 4F |
| Octal | 336 | 242 | 357 | 7 | 40 | 0 | 6 | 437 | 107 | 117 |
| Binary | 11011110 | 10100010 | 11101111 | 111 | 100000 | 0 | 110 | 100011111 | 1000111 | 1001111 |
Color Harmonies of #DEA2EF
Complementary color
Monochromatic Colors of #DEA2EF
Black with #DEA2EF
Text Example
Text Example
White with #DEA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA2EF; }
p { color: rgb(222,162,239); }
H1.HeaderClassName
{
color: #DEA2EF;
}
.AnyTagClassName
{
color: #DEA2EF;
}
</style>
background-color css
<style>
a { background-color: #DEA2EF; }
a { background-color: rgb(222,162,239); }
div.DivClassName
{
background-color: #DEA2EF;
}
.BgClassName
{
background-color: #DEA2EF;
}
</style>
border-color css
<style>
span { border-color: #DEA2EF; }
span { border-color: rgb(222,162,239); }
td.TdClassName
{
border-color: #DEA2EF;
}
.TagClassName
{
border-color: #DEA2EF;
}
</style>