Shades of Mauve #DEA4EF
Tints of Mauve #DEA4EF
RGB
CMYK
RGB Variations
Color information
#DEA4EF (or 0xDEA4EF) is known color: Mauve. HEX triplet: DE, A4 and EF. RGB value is (222,164,239). Sum of RGB (Red+Green+Blue) = 222+164+239=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4EF is #215B10. Grayscale: #BDBDBD. Windows color (decimal): -2186001 or 15705310. OLE color: 15705310.
HSL color Cylindrical-coordinate representation of color #DEA4EF: hue angle of 286.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA4EF is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 164 | 239 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.06 |
| HSL | 286.4º | 0.7% | 0.79% | - |
| HSV(B) | 286.4º | 0.31% | 0.94% | - |
| XYZ | 58.98 | 48.31 | 87.88 | - |
| YUV | 189.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 239 | 0.07 | 0.31 | 0 | 0.06 | 286.4 | 0.7 | 0.79 |
| Hex | DE | A4 | EF | 7 | 1F | 0 | 6 | 11E | 46 | 4F |
| Octal | 336 | 244 | 357 | 7 | 37 | 0 | 6 | 436 | 106 | 117 |
| Binary | 11011110 | 10100100 | 11101111 | 111 | 11111 | 0 | 110 | 100011110 | 1000110 | 1001111 |
Color Harmonies of #DEA4EF
Complementary color
Monochromatic Colors of #DEA4EF
Black with #DEA4EF
Text Example
Text Example
White with #DEA4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4EF; }
p { color: rgb(222,164,239); }
H1.HeaderClassName
{
color: #DEA4EF;
}
.AnyTagClassName
{
color: #DEA4EF;
}
</style>
background-color css
<style>
a { background-color: #DEA4EF; }
a { background-color: rgb(222,164,239); }
div.DivClassName
{
background-color: #DEA4EF;
}
.BgClassName
{
background-color: #DEA4EF;
}
</style>
border-color css
<style>
span { border-color: #DEA4EF; }
span { border-color: rgb(222,164,239); }
td.TdClassName
{
border-color: #DEA4EF;
}
.TagClassName
{
border-color: #DEA4EF;
}
</style>