Shades of Mauve #DEA7EE
Tints of Mauve #DEA7EE
RGB
CMYK
RGB Variations
Color information
#DEA7EE (or 0xDEA7EE) is known color: Mauve. HEX triplet: DE, A7 and EE. RGB value is (222,167,238). Sum of RGB (Red+Green+Blue) = 222+167+238=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEA7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7EE is #215811. Grayscale: #BFBFBF. Windows color (decimal): -2185234 or 15640542. OLE color: 15640542.
HSL color Cylindrical-coordinate representation of color #DEA7EE: hue angle of 286.48º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA7EE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 167 | 238 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.07 |
| HSL | 286.48º | 0.68% | 0.79% | - |
| HSV(B) | 286.48º | 0.3% | 0.93% | - |
| XYZ | 59.38 | 49.34 | 87.28 | - |
| YUV | 191.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 238 | 0.07 | 0.30 | 0 | 0.07 | 286.48 | 0.68 | 0.79 |
| Hex | DE | A7 | EE | 7 | 1E | 0 | 7 | 11E | 44 | 4F |
| Octal | 336 | 247 | 356 | 7 | 36 | 0 | 7 | 436 | 104 | 117 |
| Binary | 11011110 | 10100111 | 11101110 | 111 | 11110 | 0 | 111 | 100011110 | 1000100 | 1001111 |
Color Harmonies of #DEA7EE
Complementary color
Monochromatic Colors of #DEA7EE
Black with #DEA7EE
Text Example
Text Example
White with #DEA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA7EE; }
p { color: rgb(222,167,238); }
H1.HeaderClassName
{
color: #DEA7EE;
}
.AnyTagClassName
{
color: #DEA7EE;
}
</style>
background-color css
<style>
a { background-color: #DEA7EE; }
a { background-color: rgb(222,167,238); }
div.DivClassName
{
background-color: #DEA7EE;
}
.BgClassName
{
background-color: #DEA7EE;
}
</style>
border-color css
<style>
span { border-color: #DEA7EE; }
span { border-color: rgb(222,167,238); }
td.TdClassName
{
border-color: #DEA7EE;
}
.TagClassName
{
border-color: #DEA7EE;
}
</style>