Shades of Mauve #DDA2EF
Tints of Mauve #DDA2EF
RGB
CMYK
RGB Variations
Color information
#DDA2EF (or 0xDDA2EF) is known color: Mauve. HEX triplet: DD, A2 and EF. RGB value is (221,162,239). Sum of RGB (Red+Green+Blue) = 221+162+239=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDA2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2EF is #225D10. Grayscale: #BCBCBC. Windows color (decimal): -2252049 or 15704797. OLE color: 15704797.
HSL color Cylindrical-coordinate representation of color #DDA2EF: hue angle of 285.97º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA2EF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 162 | 239 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.06 |
| HSL | 285.97º | 0.71% | 0.79% | - |
| HSV(B) | 285.97º | 0.32% | 0.94% | - |
| XYZ | 58.32 | 47.44 | 87.75 | - |
| YUV | 188.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 239 | 0.08 | 0.32 | 0 | 0.06 | 285.97 | 0.71 | 0.79 |
| Hex | DD | A2 | EF | 8 | 20 | 0 | 6 | 11E | 47 | 4F |
| Octal | 335 | 242 | 357 | 10 | 40 | 0 | 6 | 436 | 107 | 117 |
| Binary | 11011101 | 10100010 | 11101111 | 1000 | 100000 | 0 | 110 | 100011110 | 1000111 | 1001111 |
Color Harmonies of #DDA2EF
Complementary color
Monochromatic Colors of #DDA2EF
Black with #DDA2EF
Text Example
Text Example
White with #DDA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2EF; }
p { color: rgb(221,162,239); }
H1.HeaderClassName
{
color: #DDA2EF;
}
.AnyTagClassName
{
color: #DDA2EF;
}
</style>
background-color css
<style>
a { background-color: #DDA2EF; }
a { background-color: rgb(221,162,239); }
div.DivClassName
{
background-color: #DDA2EF;
}
.BgClassName
{
background-color: #DDA2EF;
}
</style>
border-color css
<style>
span { border-color: #DDA2EF; }
span { border-color: rgb(221,162,239); }
td.TdClassName
{
border-color: #DDA2EF;
}
.TagClassName
{
border-color: #DDA2EF;
}
</style>