Shades of Mauve #DEACF0
Tints of Mauve #DEACF0
RGB
CMYK
RGB Variations
Color information
#DEACF0 (or 0xDEACF0) is known color: Mauve. HEX triplet: DE, AC and F0. RGB value is (222,172,240). Sum of RGB (Red+Green+Blue) = 222+172+240=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF0 is #21530F. Grayscale: #C2C2C2. Windows color (decimal): -2183952 or 15772894. OLE color: 15772894.
HSL color Cylindrical-coordinate representation of color #DEACF0: hue angle of 284.12º degrees, saturation: 0.69, 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 #DEACF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 172 | 240 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.06 |
| HSL | 284.12º | 0.69% | 0.81% | - |
| HSV(B) | 284.12º | 0.28% | 0.94% | - |
| XYZ | 60.6 | 51.33 | 89.15 | - |
| YUV | 194.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 240 | 0.08 | 0.28 | 0 | 0.06 | 284.12 | 0.69 | 0.81 |
| Hex | DE | AC | F0 | 8 | 1C | 0 | 6 | 11C | 45 | 51 |
| Octal | 336 | 254 | 360 | 10 | 34 | 0 | 6 | 434 | 105 | 121 |
| Binary | 11011110 | 10101100 | 11110000 | 1000 | 11100 | 0 | 110 | 100011100 | 1000101 | 1010001 |
Color Harmonies of #DEACF0
Complementary color
Monochromatic Colors of #DEACF0
Black with #DEACF0
Text Example
Text Example
White with #DEACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACF0; }
p { color: rgb(222,172,240); }
H1.HeaderClassName
{
color: #DEACF0;
}
.AnyTagClassName
{
color: #DEACF0;
}
</style>
background-color css
<style>
a { background-color: #DEACF0; }
a { background-color: rgb(222,172,240); }
div.DivClassName
{
background-color: #DEACF0;
}
.BgClassName
{
background-color: #DEACF0;
}
</style>
border-color css
<style>
span { border-color: #DEACF0; }
span { border-color: rgb(222,172,240); }
td.TdClassName
{
border-color: #DEACF0;
}
.TagClassName
{
border-color: #DEACF0;
}
</style>