Shades of Mauve #DEA2F6
Tints of Mauve #DEA2F6
RGB
CMYK
RGB Variations
Color information
#DEA2F6 (or 0xDEA2F6) is known color: Mauve. HEX triplet: DE, A2 and F6. RGB value is (222,162,246). Sum of RGB (Red+Green+Blue) = 222+162+246=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEA2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2F6 is #215D09. Grayscale: #BDBDBD. Windows color (decimal): -2186506 or 16163550. OLE color: 16163550.
HSL color Cylindrical-coordinate representation of color #DEA2F6: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEA2F6 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 162 | 246 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.04 |
| HSL | 282.86º | 0.82% | 0.8% | - |
| HSV(B) | 282.86º | 0.34% | 0.96% | - |
| XYZ | 59.68 | 48.02 | 93.31 | - |
| YUV | 189.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 246 | 0.10 | 0.34 | 0 | 0.04 | 282.86 | 0.82 | 0.8 |
| Hex | DE | A2 | F6 | A | 22 | 0 | 4 | 11B | 52 | 50 |
| Octal | 336 | 242 | 366 | 12 | 42 | 0 | 4 | 433 | 122 | 120 |
| Binary | 11011110 | 10100010 | 11110110 | 1010 | 100010 | 0 | 100 | 100011011 | 1010010 | 1010000 |
Color Harmonies of #DEA2F6
Complementary color
Monochromatic Colors of #DEA2F6
Black with #DEA2F6
Text Example
Text Example
White with #DEA2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA2F6; }
p { color: rgb(222,162,246); }
H1.HeaderClassName
{
color: #DEA2F6;
}
.AnyTagClassName
{
color: #DEA2F6;
}
</style>
background-color css
<style>
a { background-color: #DEA2F6; }
a { background-color: rgb(222,162,246); }
div.DivClassName
{
background-color: #DEA2F6;
}
.BgClassName
{
background-color: #DEA2F6;
}
</style>
border-color css
<style>
span { border-color: #DEA2F6; }
span { border-color: rgb(222,162,246); }
td.TdClassName
{
border-color: #DEA2F6;
}
.TagClassName
{
border-color: #DEA2F6;
}
</style>