Shades of Mauve #DEA6EE
Tints of Mauve #DEA6EE
RGB
CMYK
RGB Variations
Color information
#DEA6EE (or 0xDEA6EE) is known color: Mauve. HEX triplet: DE, A6 and EE. RGB value is (222,166,238). Sum of RGB (Red+Green+Blue) = 222+166+238=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA6EE is #215911. Grayscale: #BEBEBE. Windows color (decimal): -2185490 or 15640286. OLE color: 15640286.
HSL color Cylindrical-coordinate representation of color #DEA6EE: hue angle of 286.67º 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 #DEA6EE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 166 | 238 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.07 |
| HSL | 286.67º | 0.68% | 0.79% | - |
| HSV(B) | 286.67º | 0.3% | 0.93% | - |
| XYZ | 59.19 | 48.98 | 87.22 | - |
| YUV | 190.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 238 | 0.07 | 0.30 | 0 | 0.07 | 286.67 | 0.68 | 0.79 |
| Hex | DE | A6 | EE | 7 | 1E | 0 | 7 | 11F | 44 | 4F |
| Octal | 336 | 246 | 356 | 7 | 36 | 0 | 7 | 437 | 104 | 117 |
| Binary | 11011110 | 10100110 | 11101110 | 111 | 11110 | 0 | 111 | 100011111 | 1000100 | 1001111 |
Color Harmonies of #DEA6EE
Complementary color
Monochromatic Colors of #DEA6EE
Black with #DEA6EE
Text Example
Text Example
White with #DEA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6EE; }
p { color: rgb(222,166,238); }
H1.HeaderClassName
{
color: #DEA6EE;
}
.AnyTagClassName
{
color: #DEA6EE;
}
</style>
background-color css
<style>
a { background-color: #DEA6EE; }
a { background-color: rgb(222,166,238); }
div.DivClassName
{
background-color: #DEA6EE;
}
.BgClassName
{
background-color: #DEA6EE;
}
</style>
border-color css
<style>
span { border-color: #DEA6EE; }
span { border-color: rgb(222,166,238); }
td.TdClassName
{
border-color: #DEA6EE;
}
.TagClassName
{
border-color: #DEA6EE;
}
</style>