Shades of Mauve #DEAEFA
Tints of Mauve #DEAEFA
RGB
CMYK
RGB Variations
Color information
#DEAEFA (or 0xDEAEFA) is known color: Mauve. HEX triplet: DE, AE and FA. RGB value is (222,174,250). Sum of RGB (Red+Green+Blue) = 222+174+250=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEFA is #215105. Grayscale: #C4C4C4. Windows color (decimal): -2183430 or 16428766. OLE color: 16428766.
HSL color Cylindrical-coordinate representation of color #DEAEFA: hue angle of 277.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAEFA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 174 | 250 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.02 |
| HSL | 277.89º | 0.88% | 0.83% | - |
| HSV(B) | 277.89º | 0.3% | 0.98% | - |
| XYZ | 62.52 | 52.7 | 97.32 | - |
| YUV | 197.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 250 | 0.11 | 0.30 | 0 | 0.02 | 277.89 | 0.88 | 0.83 |
| Hex | DE | AE | FA | B | 1E | 0 | 2 | 116 | 58 | 53 |
| Octal | 336 | 256 | 372 | 13 | 36 | 0 | 2 | 426 | 130 | 123 |
| Binary | 11011110 | 10101110 | 11111010 | 1011 | 11110 | 0 | 10 | 100010110 | 1011000 | 1010011 |
Color Harmonies of #DEAEFA
Complementary color
Monochromatic Colors of #DEAEFA
Black with #DEAEFA
Text Example
Text Example
White with #DEAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEFA; }
p { color: rgb(222,174,250); }
H1.HeaderClassName
{
color: #DEAEFA;
}
.AnyTagClassName
{
color: #DEAEFA;
}
</style>
background-color css
<style>
a { background-color: #DEAEFA; }
a { background-color: rgb(222,174,250); }
div.DivClassName
{
background-color: #DEAEFA;
}
.BgClassName
{
background-color: #DEAEFA;
}
</style>
border-color css
<style>
span { border-color: #DEAEFA; }
span { border-color: rgb(222,174,250); }
td.TdClassName
{
border-color: #DEAEFA;
}
.TagClassName
{
border-color: #DEAEFA;
}
</style>