Shades of Mauve #DEA3F6
Tints of Mauve #DEA3F6
RGB
CMYK
RGB Variations
Color information
#DEA3F6 (or 0xDEA3F6) is known color: Mauve. HEX triplet: DE, A3 and F6. RGB value is (222,163,246). Sum of RGB (Red+Green+Blue) = 222+163+246=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEA3F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3F6 is #215C09. Grayscale: #BDBDBD. Windows color (decimal): -2186250 or 16163806. OLE color: 16163806.
HSL color Cylindrical-coordinate representation of color #DEA3F6: hue angle of 282.65º 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 #DEA3F6 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 163 | 246 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.04 |
| HSL | 282.65º | 0.82% | 0.8% | - |
| HSV(B) | 282.65º | 0.34% | 0.96% | - |
| XYZ | 59.86 | 48.38 | 93.37 | - |
| YUV | 190.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 246 | 0.10 | 0.34 | 0 | 0.04 | 282.65 | 0.82 | 0.8 |
| Hex | DE | A3 | F6 | A | 22 | 0 | 4 | 11B | 52 | 50 |
| Octal | 336 | 243 | 366 | 12 | 42 | 0 | 4 | 433 | 122 | 120 |
| Binary | 11011110 | 10100011 | 11110110 | 1010 | 100010 | 0 | 100 | 100011011 | 1010010 | 1010000 |
Color Harmonies of #DEA3F6
Complementary color
Monochromatic Colors of #DEA3F6
Black with #DEA3F6
Text Example
Text Example
White with #DEA3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3F6; }
p { color: rgb(222,163,246); }
H1.HeaderClassName
{
color: #DEA3F6;
}
.AnyTagClassName
{
color: #DEA3F6;
}
</style>
background-color css
<style>
a { background-color: #DEA3F6; }
a { background-color: rgb(222,163,246); }
div.DivClassName
{
background-color: #DEA3F6;
}
.BgClassName
{
background-color: #DEA3F6;
}
</style>
border-color css
<style>
span { border-color: #DEA3F6; }
span { border-color: rgb(222,163,246); }
td.TdClassName
{
border-color: #DEA3F6;
}
.TagClassName
{
border-color: #DEA3F6;
}
</style>