Shades of Mauve #DEA0F8
Tints of Mauve #DEA0F8
RGB
CMYK
RGB Variations
Color information
#DEA0F8 (or 0xDEA0F8) is known color: Mauve. HEX triplet: DE, A0 and F8. RGB value is (222,160,248). Sum of RGB (Red+Green+Blue) = 222+160+248=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEA0F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0F8 is #215F07. Grayscale: #BCBCBC. Windows color (decimal): -2187016 or 16294110. OLE color: 16294110.
HSL color Cylindrical-coordinate representation of color #DEA0F8: hue angle of 282.27º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA0F8 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 160 | 248 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.03 |
| HSL | 282.27º | 0.86% | 0.8% | - |
| HSV(B) | 282.27º | 0.35% | 0.97% | - |
| XYZ | 59.64 | 47.45 | 94.82 | - |
| YUV | 188.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 248 | 0.10 | 0.35 | 0 | 0.03 | 282.27 | 0.86 | 0.8 |
| Hex | DE | A0 | F8 | A | 23 | 0 | 3 | 11A | 56 | 50 |
| Octal | 336 | 240 | 370 | 12 | 43 | 0 | 3 | 432 | 126 | 120 |
| Binary | 11011110 | 10100000 | 11111000 | 1010 | 100011 | 0 | 11 | 100011010 | 1010110 | 1010000 |
Color Harmonies of #DEA0F8
Complementary color
Monochromatic Colors of #DEA0F8
Black with #DEA0F8
Text Example
Text Example
White with #DEA0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA0F8; }
p { color: rgb(222,160,248); }
H1.HeaderClassName
{
color: #DEA0F8;
}
.AnyTagClassName
{
color: #DEA0F8;
}
</style>
background-color css
<style>
a { background-color: #DEA0F8; }
a { background-color: rgb(222,160,248); }
div.DivClassName
{
background-color: #DEA0F8;
}
.BgClassName
{
background-color: #DEA0F8;
}
</style>
border-color css
<style>
span { border-color: #DEA0F8; }
span { border-color: rgb(222,160,248); }
td.TdClassName
{
border-color: #DEA0F8;
}
.TagClassName
{
border-color: #DEA0F8;
}
</style>