Shades of Mauve #DEACEF
Tints of Mauve #DEACEF
RGB
CMYK
RGB Variations
Color information
#DEACEF (or 0xDEACEF) is known color: Mauve. HEX triplet: DE, AC and EF. RGB value is (222,172,239). Sum of RGB (Red+Green+Blue) = 222+172+239=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACEF is #215310. Grayscale: #C2C2C2. Windows color (decimal): -2183953 or 15707358. OLE color: 15707358.
HSL color Cylindrical-coordinate representation of color #DEACEF: hue angle of 284.78º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEACEF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 172 | 239 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.06 |
| HSL | 284.78º | 0.68% | 0.81% | - |
| HSV(B) | 284.78º | 0.28% | 0.94% | - |
| XYZ | 60.46 | 51.27 | 88.37 | - |
| YUV | 194.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 239 | 0.07 | 0.28 | 0 | 0.06 | 284.78 | 0.68 | 0.81 |
| Hex | DE | AC | EF | 7 | 1C | 0 | 6 | 11D | 44 | 51 |
| Octal | 336 | 254 | 357 | 7 | 34 | 0 | 6 | 435 | 104 | 121 |
| Binary | 11011110 | 10101100 | 11101111 | 111 | 11100 | 0 | 110 | 100011101 | 1000100 | 1010001 |
Color Harmonies of #DEACEF
Complementary color
Monochromatic Colors of #DEACEF
Black with #DEACEF
Text Example
Text Example
White with #DEACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACEF; }
p { color: rgb(222,172,239); }
H1.HeaderClassName
{
color: #DEACEF;
}
.AnyTagClassName
{
color: #DEACEF;
}
</style>
background-color css
<style>
a { background-color: #DEACEF; }
a { background-color: rgb(222,172,239); }
div.DivClassName
{
background-color: #DEACEF;
}
.BgClassName
{
background-color: #DEACEF;
}
</style>
border-color css
<style>
span { border-color: #DEACEF; }
span { border-color: rgb(222,172,239); }
td.TdClassName
{
border-color: #DEACEF;
}
.TagClassName
{
border-color: #DEACEF;
}
</style>