Shades of Mauve #DEACF1
Tints of Mauve #DEACF1
RGB
CMYK
RGB Variations
Color information
#DEACF1 (or 0xDEACF1) is known color: Mauve. HEX triplet: DE, AC and F1. RGB value is (222,172,241). Sum of RGB (Red+Green+Blue) = 222+172+241=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF1 is #21530E. Grayscale: #C2C2C2. Windows color (decimal): -2183951 or 15838430. OLE color: 15838430.
HSL color Cylindrical-coordinate representation of color #DEACF1: hue angle of 283.48º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEACF1 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 172 | 241 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.05 |
| HSL | 283.48º | 0.71% | 0.81% | - |
| HSV(B) | 283.48º | 0.29% | 0.95% | - |
| XYZ | 60.75 | 51.39 | 89.94 | - |
| YUV | 194.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 241 | 0.08 | 0.29 | 0 | 0.05 | 283.48 | 0.71 | 0.81 |
| Hex | DE | AC | F1 | 8 | 1D | 0 | 5 | 11B | 47 | 51 |
| Octal | 336 | 254 | 361 | 10 | 35 | 0 | 5 | 433 | 107 | 121 |
| Binary | 11011110 | 10101100 | 11110001 | 1000 | 11101 | 0 | 101 | 100011011 | 1000111 | 1010001 |
Color Harmonies of #DEACF1
Complementary color
Monochromatic Colors of #DEACF1
Black with #DEACF1
Text Example
Text Example
White with #DEACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACF1; }
p { color: rgb(222,172,241); }
H1.HeaderClassName
{
color: #DEACF1;
}
.AnyTagClassName
{
color: #DEACF1;
}
</style>
background-color css
<style>
a { background-color: #DEACF1; }
a { background-color: rgb(222,172,241); }
div.DivClassName
{
background-color: #DEACF1;
}
.BgClassName
{
background-color: #DEACF1;
}
</style>
border-color css
<style>
span { border-color: #DEACF1; }
span { border-color: rgb(222,172,241); }
td.TdClassName
{
border-color: #DEACF1;
}
.TagClassName
{
border-color: #DEACF1;
}
</style>