Shades of Mauve #DEA2FC
Tints of Mauve #DEA2FC
RGB
CMYK
RGB Variations
Color information
#DEA2FC (or 0xDEA2FC) is known color: Mauve. HEX triplet: DE, A2 and FC. RGB value is (222,162,252). Sum of RGB (Red+Green+Blue) = 222+162+252=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2FC is #215D03. Grayscale: #BDBDBD. Windows color (decimal): -2186500 or 16556766. OLE color: 16556766.
HSL color Cylindrical-coordinate representation of color #DEA2FC: hue angle of 280º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEA2FC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 162 | 252 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.01 |
| HSL | 280º | 0.94% | 0.81% | - |
| HSV(B) | 280º | 0.36% | 0.99% | - |
| XYZ | 60.62 | 48.4 | 98.24 | - |
| YUV | 190.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 252 | 0.12 | 0.36 | 0 | 0.01 | 280 | 0.94 | 0.81 |
| Hex | DE | A2 | FC | C | 24 | 0 | 1 | 118 | 5E | 51 |
| Octal | 336 | 242 | 374 | 14 | 44 | 0 | 1 | 430 | 136 | 121 |
| Binary | 11011110 | 10100010 | 11111100 | 1100 | 100100 | 0 | 1 | 100011000 | 1011110 | 1010001 |
Color Harmonies of #DEA2FC
Complementary color
Monochromatic Colors of #DEA2FC
Black with #DEA2FC
Text Example
Text Example
White with #DEA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA2FC; }
p { color: rgb(222,162,252); }
H1.HeaderClassName
{
color: #DEA2FC;
}
.AnyTagClassName
{
color: #DEA2FC;
}
</style>
background-color css
<style>
a { background-color: #DEA2FC; }
a { background-color: rgb(222,162,252); }
div.DivClassName
{
background-color: #DEA2FC;
}
.BgClassName
{
background-color: #DEA2FC;
}
</style>
border-color css
<style>
span { border-color: #DEA2FC; }
span { border-color: rgb(222,162,252); }
td.TdClassName
{
border-color: #DEA2FC;
}
.TagClassName
{
border-color: #DEA2FC;
}
</style>