Shades of Mauve #DEA9FC
Tints of Mauve #DEA9FC
RGB
CMYK
RGB Variations
Color information
#DEA9FC (or 0xDEA9FC) is known color: Mauve. HEX triplet: DE, A9 and FC. RGB value is (222,169,252). Sum of RGB (Red+Green+Blue) = 222+169+252=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9FC is #215603. Grayscale: #C2C2C2. Windows color (decimal): -2184708 or 16558558. OLE color: 16558558.
HSL color Cylindrical-coordinate representation of color #DEA9FC: hue angle of 278.31º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA9FC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 169 | 252 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.01 |
| HSL | 278.31º | 0.93% | 0.83% | - |
| HSV(B) | 278.31º | 0.33% | 0.99% | - |
| XYZ | 61.88 | 50.93 | 98.67 | - |
| YUV | 194.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 252 | 0.12 | 0.33 | 0 | 0.01 | 278.31 | 0.93 | 0.83 |
| Hex | DE | A9 | FC | C | 21 | 0 | 1 | 116 | 5D | 53 |
| Octal | 336 | 251 | 374 | 14 | 41 | 0 | 1 | 426 | 135 | 123 |
| Binary | 11011110 | 10101001 | 11111100 | 1100 | 100001 | 0 | 1 | 100010110 | 1011101 | 1010011 |
Color Harmonies of #DEA9FC
Complementary color
Monochromatic Colors of #DEA9FC
Black with #DEA9FC
Text Example
Text Example
White with #DEA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9FC; }
p { color: rgb(222,169,252); }
H1.HeaderClassName
{
color: #DEA9FC;
}
.AnyTagClassName
{
color: #DEA9FC;
}
</style>
background-color css
<style>
a { background-color: #DEA9FC; }
a { background-color: rgb(222,169,252); }
div.DivClassName
{
background-color: #DEA9FC;
}
.BgClassName
{
background-color: #DEA9FC;
}
</style>
border-color css
<style>
span { border-color: #DEA9FC; }
span { border-color: rgb(222,169,252); }
td.TdClassName
{
border-color: #DEA9FC;
}
.TagClassName
{
border-color: #DEA9FC;
}
</style>