Shades of Mauve #DEACF7
Tints of Mauve #DEACF7
RGB
CMYK
RGB Variations
Color information
#DEACF7 (or 0xDEACF7) is known color: Mauve. HEX triplet: DE, AC and F7. RGB value is (222,172,247). Sum of RGB (Red+Green+Blue) = 222+172+247=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF7 is #215308. Grayscale: #C3C3C3. Windows color (decimal): -2183945 or 16231646. OLE color: 16231646.
HSL color Cylindrical-coordinate representation of color #DEACF7: hue angle of 280º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEACF7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 172 | 247 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.03 |
| HSL | 280º | 0.82% | 0.82% | - |
| HSV(B) | 280º | 0.3% | 0.97% | - |
| XYZ | 61.67 | 51.75 | 94.73 | - |
| YUV | 195.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 247 | 0.10 | 0.30 | 0 | 0.03 | 280 | 0.82 | 0.82 |
| Hex | DE | AC | F7 | A | 1E | 0 | 3 | 118 | 52 | 52 |
| Octal | 336 | 254 | 367 | 12 | 36 | 0 | 3 | 430 | 122 | 122 |
| Binary | 11011110 | 10101100 | 11110111 | 1010 | 11110 | 0 | 11 | 100011000 | 1010010 | 1010010 |
Color Harmonies of #DEACF7
Complementary color
Monochromatic Colors of #DEACF7
Black with #DEACF7
Text Example
Text Example
White with #DEACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACF7; }
p { color: rgb(222,172,247); }
H1.HeaderClassName
{
color: #DEACF7;
}
.AnyTagClassName
{
color: #DEACF7;
}
</style>
background-color css
<style>
a { background-color: #DEACF7; }
a { background-color: rgb(222,172,247); }
div.DivClassName
{
background-color: #DEACF7;
}
.BgClassName
{
background-color: #DEACF7;
}
</style>
border-color css
<style>
span { border-color: #DEACF7; }
span { border-color: rgb(222,172,247); }
td.TdClassName
{
border-color: #DEACF7;
}
.TagClassName
{
border-color: #DEACF7;
}
</style>