Shades of Mauve #DEACF4
Tints of Mauve #DEACF4
RGB
CMYK
RGB Variations
Color information
#DEACF4 (or 0xDEACF4) is known color: Mauve. HEX triplet: DE, AC and F4. RGB value is (222,172,244). Sum of RGB (Red+Green+Blue) = 222+172+244=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF4 is #21530B. Grayscale: #C2C2C2. Windows color (decimal): -2183948 or 16035038. OLE color: 16035038.
HSL color Cylindrical-coordinate representation of color #DEACF4: hue angle of 281.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEACF4 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 172 | 244 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.04 |
| HSL | 281.67º | 0.77% | 0.82% | - |
| HSV(B) | 281.67º | 0.3% | 0.96% | - |
| XYZ | 61.21 | 51.57 | 92.32 | - |
| YUV | 195.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 244 | 0.09 | 0.30 | 0 | 0.04 | 281.67 | 0.77 | 0.82 |
| Hex | DE | AC | F4 | 9 | 1E | 0 | 4 | 11A | 4D | 52 |
| Octal | 336 | 254 | 364 | 11 | 36 | 0 | 4 | 432 | 115 | 122 |
| Binary | 11011110 | 10101100 | 11110100 | 1001 | 11110 | 0 | 100 | 100011010 | 1001101 | 1010010 |
Color Harmonies of #DEACF4
Complementary color
Monochromatic Colors of #DEACF4
Black with #DEACF4
Text Example
Text Example
White with #DEACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACF4; }
p { color: rgb(222,172,244); }
H1.HeaderClassName
{
color: #DEACF4;
}
.AnyTagClassName
{
color: #DEACF4;
}
</style>
background-color css
<style>
a { background-color: #DEACF4; }
a { background-color: rgb(222,172,244); }
div.DivClassName
{
background-color: #DEACF4;
}
.BgClassName
{
background-color: #DEACF4;
}
</style>
border-color css
<style>
span { border-color: #DEACF4; }
span { border-color: rgb(222,172,244); }
td.TdClassName
{
border-color: #DEACF4;
}
.TagClassName
{
border-color: #DEACF4;
}
</style>