Shades of Mauve #DEACFE
Tints of Mauve #DEACFE
RGB
CMYK
RGB Variations
Color information
#DEACFE (or 0xDEACFE) is known color: Mauve. HEX triplet: DE, AC and FE. RGB value is (222,172,254). Sum of RGB (Red+Green+Blue) = 222+172+254=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACFE is #215301. Grayscale: #C4C4C4. Windows color (decimal): -2183938 or 16690398. OLE color: 16690398.
HSL color Cylindrical-coordinate representation of color #DEACFE: hue angle of 276.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEACFE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 172 | 254 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.00 |
| HSL | 276.59º | 0.98% | 0.84% | - |
| HSV(B) | 276.59º | 0.32% | 1% | - |
| XYZ | 62.77 | 52.19 | 100.53 | - |
| YUV | 196.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 254 | 0.13 | 0.32 | 0 | 0.00 | 276.59 | 0.98 | 0.84 |
| Hex | DE | AC | FE | D | 20 | 0 | 0 | 115 | 62 | 54 |
| Octal | 336 | 254 | 376 | 15 | 40 | 0 | 0 | 425 | 142 | 124 |
| Binary | 11011110 | 10101100 | 11111110 | 1101 | 100000 | 0 | 0 | 100010101 | 1100010 | 1010100 |
Color Harmonies of #DEACFE
Complementary color
Monochromatic Colors of #DEACFE
Black with #DEACFE
Text Example
Text Example
White with #DEACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACFE; }
p { color: rgb(222,172,254); }
H1.HeaderClassName
{
color: #DEACFE;
}
.AnyTagClassName
{
color: #DEACFE;
}
</style>
background-color css
<style>
a { background-color: #DEACFE; }
a { background-color: rgb(222,172,254); }
div.DivClassName
{
background-color: #DEACFE;
}
.BgClassName
{
background-color: #DEACFE;
}
</style>
border-color css
<style>
span { border-color: #DEACFE; }
span { border-color: rgb(222,172,254); }
td.TdClassName
{
border-color: #DEACFE;
}
.TagClassName
{
border-color: #DEACFE;
}
</style>