Shades of Mauve #DEA8EE
Tints of Mauve #DEA8EE
RGB
CMYK
RGB Variations
Color information
#DEA8EE (or 0xDEA8EE) is known color: Mauve. HEX triplet: DE, A8 and EE. RGB value is (222,168,238). Sum of RGB (Red+Green+Blue) = 222+168+238=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8EE is #215711. Grayscale: #BFBFBF. Windows color (decimal): -2184978 or 15640798. OLE color: 15640798.
HSL color Cylindrical-coordinate representation of color #DEA8EE: hue angle of 286.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA8EE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 168 | 238 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.07 |
| HSL | 286.29º | 0.67% | 0.8% | - |
| HSV(B) | 286.29º | 0.29% | 0.93% | - |
| XYZ | 59.56 | 49.71 | 87.34 | - |
| YUV | 192.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 238 | 0.07 | 0.29 | 0 | 0.07 | 286.29 | 0.67 | 0.8 |
| Hex | DE | A8 | EE | 7 | 1D | 0 | 7 | 11E | 43 | 50 |
| Octal | 336 | 250 | 356 | 7 | 35 | 0 | 7 | 436 | 103 | 120 |
| Binary | 11011110 | 10101000 | 11101110 | 111 | 11101 | 0 | 111 | 100011110 | 1000011 | 1010000 |
Color Harmonies of #DEA8EE
Complementary color
Monochromatic Colors of #DEA8EE
Black with #DEA8EE
Text Example
Text Example
White with #DEA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8EE; }
p { color: rgb(222,168,238); }
H1.HeaderClassName
{
color: #DEA8EE;
}
.AnyTagClassName
{
color: #DEA8EE;
}
</style>
background-color css
<style>
a { background-color: #DEA8EE; }
a { background-color: rgb(222,168,238); }
div.DivClassName
{
background-color: #DEA8EE;
}
.BgClassName
{
background-color: #DEA8EE;
}
</style>
border-color css
<style>
span { border-color: #DEA8EE; }
span { border-color: rgb(222,168,238); }
td.TdClassName
{
border-color: #DEA8EE;
}
.TagClassName
{
border-color: #DEA8EE;
}
</style>