Shades of Mauve #DEACEE
Tints of Mauve #DEACEE
RGB
CMYK
RGB Variations
Color information
#DEACEE (or 0xDEACEE) is known color: Mauve. HEX triplet: DE, AC and EE. RGB value is (222,172,238). Sum of RGB (Red+Green+Blue) = 222+172+238=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACEE is #215311. Grayscale: #C2C2C2. Windows color (decimal): -2183954 or 15641822. OLE color: 15641822.
HSL color Cylindrical-coordinate representation of color #DEACEE: hue angle of 285.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEACEE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 172 | 238 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.07 |
| HSL | 285.45º | 0.66% | 0.8% | - |
| HSV(B) | 285.45º | 0.28% | 0.93% | - |
| XYZ | 60.31 | 51.21 | 87.59 | - |
| YUV | 194.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 238 | 0.07 | 0.28 | 0 | 0.07 | 285.45 | 0.66 | 0.8 |
| Hex | DE | AC | EE | 7 | 1C | 0 | 7 | 11D | 42 | 50 |
| Octal | 336 | 254 | 356 | 7 | 34 | 0 | 7 | 435 | 102 | 120 |
| Binary | 11011110 | 10101100 | 11101110 | 111 | 11100 | 0 | 111 | 100011101 | 1000010 | 1010000 |
Color Harmonies of #DEACEE
Complementary color
Monochromatic Colors of #DEACEE
Black with #DEACEE
Text Example
Text Example
White with #DEACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACEE; }
p { color: rgb(222,172,238); }
H1.HeaderClassName
{
color: #DEACEE;
}
.AnyTagClassName
{
color: #DEACEE;
}
</style>
background-color css
<style>
a { background-color: #DEACEE; }
a { background-color: rgb(222,172,238); }
div.DivClassName
{
background-color: #DEACEE;
}
.BgClassName
{
background-color: #DEACEE;
}
</style>
border-color css
<style>
span { border-color: #DEACEE; }
span { border-color: rgb(222,172,238); }
td.TdClassName
{
border-color: #DEACEE;
}
.TagClassName
{
border-color: #DEACEE;
}
</style>