Shades of Mauve #DEA8F0
Tints of Mauve #DEA8F0
RGB
CMYK
RGB Variations
Color information
#DEA8F0 (or 0xDEA8F0) is known color: Mauve. HEX triplet: DE, A8 and F0. RGB value is (222,168,240). Sum of RGB (Red+Green+Blue) = 222+168+240=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEA8F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8F0 is #21570F. Grayscale: #C0C0C0. Windows color (decimal): -2184976 or 15771870. OLE color: 15771870.
HSL color Cylindrical-coordinate representation of color #DEA8F0: hue angle of 285º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA8F0 is Cyan = 0.08, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 168 | 240 | - |
| CMYK | 0.08 | 0.3 | 0 | 0.06 |
| HSL | 285º | 0.71% | 0.8% | - |
| HSV(B) | 285º | 0.3% | 0.94% | - |
| XYZ | 59.86 | 49.83 | 88.9 | - |
| YUV | 192.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 240 | 0.08 | 0.3 | 0 | 0.06 | 285 | 0.71 | 0.8 |
| Hex | DE | A8 | F0 | 8 | 1E | 0 | 6 | 11D | 47 | 50 |
| Octal | 336 | 250 | 360 | 10 | 36 | 0 | 6 | 435 | 107 | 120 |
| Binary | 11011110 | 10101000 | 11110000 | 1000 | 11110 | 0 | 110 | 100011101 | 1000111 | 1010000 |
Color Harmonies of #DEA8F0
Complementary color
Monochromatic Colors of #DEA8F0
Black with #DEA8F0
Text Example
Text Example
White with #DEA8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8F0; }
p { color: rgb(222,168,240); }
H1.HeaderClassName
{
color: #DEA8F0;
}
.AnyTagClassName
{
color: #DEA8F0;
}
</style>
background-color css
<style>
a { background-color: #DEA8F0; }
a { background-color: rgb(222,168,240); }
div.DivClassName
{
background-color: #DEA8F0;
}
.BgClassName
{
background-color: #DEA8F0;
}
</style>
border-color css
<style>
span { border-color: #DEA8F0; }
span { border-color: rgb(222,168,240); }
td.TdClassName
{
border-color: #DEA8F0;
}
.TagClassName
{
border-color: #DEA8F0;
}
</style>