Shades of Mauve #DEACF3
Tints of Mauve #DEACF3
RGB
CMYK
RGB Variations
Color information
#DEACF3 (or 0xDEACF3) is known color: Mauve. HEX triplet: DE, AC and F3. RGB value is (222,172,243). Sum of RGB (Red+Green+Blue) = 222+172+243=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACF3 is #21530C. Grayscale: #C2C2C2. Windows color (decimal): -2183949 or 15969502. OLE color: 15969502.
HSL color Cylindrical-coordinate representation of color #DEACF3: hue angle of 282.25º degrees, saturation: 0.75, 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 #DEACF3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 172 | 243 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 282.25º | 0.75% | 0.81% | - |
| HSV(B) | 282.25º | 0.29% | 0.95% | - |
| XYZ | 61.05 | 51.51 | 91.52 | - |
| YUV | 195.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 243 | 0.09 | 0.29 | 0 | 0.05 | 282.25 | 0.75 | 0.81 |
| Hex | DE | AC | F3 | 9 | 1D | 0 | 5 | 11A | 4B | 51 |
| Octal | 336 | 254 | 363 | 11 | 35 | 0 | 5 | 432 | 113 | 121 |
| Binary | 11011110 | 10101100 | 11110011 | 1001 | 11101 | 0 | 101 | 100011010 | 1001011 | 1010001 |
Color Harmonies of #DEACF3
Complementary color
Monochromatic Colors of #DEACF3
Black with #DEACF3
Text Example
Text Example
White with #DEACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACF3; }
p { color: rgb(222,172,243); }
H1.HeaderClassName
{
color: #DEACF3;
}
.AnyTagClassName
{
color: #DEACF3;
}
</style>
background-color css
<style>
a { background-color: #DEACF3; }
a { background-color: rgb(222,172,243); }
div.DivClassName
{
background-color: #DEACF3;
}
.BgClassName
{
background-color: #DEACF3;
}
</style>
border-color css
<style>
span { border-color: #DEACF3; }
span { border-color: rgb(222,172,243); }
td.TdClassName
{
border-color: #DEACF3;
}
.TagClassName
{
border-color: #DEACF3;
}
</style>