Shades of Mauve #DEACFF
Tints of Mauve #DEACFF
RGB
CMYK
RGB Variations
Color information
#DEACFF (or 0xDEACFF) is known color: Mauve. HEX triplet: DE, AC and FF. RGB value is (222,172,255). Sum of RGB (Red+Green+Blue) = 222+172+255=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACFF is #215300. Grayscale: #C4C4C4. Windows color (decimal): -2183937 or 16755934. OLE color: 16755934.
HSL color Cylindrical-coordinate representation of color #DEACFF: hue angle of 276.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEACFF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 172 | 255 | - |
| CMYK | 0.13 | 0.33 | 0 | 0 |
| HSL | 276.14º | 1% | 0.84% | - |
| HSV(B) | 276.14º | 0.33% | 1% | - |
| XYZ | 62.93 | 52.25 | 101.38 | - |
| YUV | 196.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 255 | 0.13 | 0.33 | 0 | 0 | 276.14 | 1 | 0.84 |
| Hex | DE | AC | FF | D | 21 | 0 | 0 | 114 | 64 | 54 |
| Octal | 336 | 254 | 377 | 15 | 41 | 0 | 0 | 424 | 144 | 124 |
| Binary | 11011110 | 10101100 | 11111111 | 1101 | 100001 | 0 | 0 | 100010100 | 1100100 | 1010100 |
Color Harmonies of #DEACFF
Complementary color
Monochromatic Colors of #DEACFF
Black with #DEACFF
Text Example
Text Example
White with #DEACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACFF; }
p { color: rgb(222,172,255); }
H1.HeaderClassName
{
color: #DEACFF;
}
.AnyTagClassName
{
color: #DEACFF;
}
</style>
background-color css
<style>
a { background-color: #DEACFF; }
a { background-color: rgb(222,172,255); }
div.DivClassName
{
background-color: #DEACFF;
}
.BgClassName
{
background-color: #DEACFF;
}
</style>
border-color css
<style>
span { border-color: #DEACFF; }
span { border-color: rgb(222,172,255); }
td.TdClassName
{
border-color: #DEACFF;
}
.TagClassName
{
border-color: #DEACFF;
}
</style>