Shades of Mauve #DDA1EF
Tints of Mauve #DDA1EF
RGB
CMYK
RGB Variations
Color information
#DDA1EF (or 0xDDA1EF) is known color: Mauve. HEX triplet: DD, A1 and EF. RGB value is (221,161,239). Sum of RGB (Red+Green+Blue) = 221+161+239=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDA1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1EF is #225E10. Grayscale: #BBBBBB. Windows color (decimal): -2252305 or 15704541. OLE color: 15704541.
HSL color Cylindrical-coordinate representation of color #DDA1EF: hue angle of 286.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA1EF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 161 | 239 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.06 |
| HSL | 286.15º | 0.71% | 0.78% | - |
| HSV(B) | 286.15º | 0.33% | 0.94% | - |
| XYZ | 58.14 | 47.09 | 87.69 | - |
| YUV | 187.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 239 | 0.08 | 0.33 | 0 | 0.06 | 286.15 | 0.71 | 0.78 |
| Hex | DD | A1 | EF | 8 | 21 | 0 | 6 | 11E | 47 | 4E |
| Octal | 335 | 241 | 357 | 10 | 41 | 0 | 6 | 436 | 107 | 116 |
| Binary | 11011101 | 10100001 | 11101111 | 1000 | 100001 | 0 | 110 | 100011110 | 1000111 | 1001110 |
Color Harmonies of #DDA1EF
Complementary color
Monochromatic Colors of #DDA1EF
Black with #DDA1EF
Text Example
Text Example
White with #DDA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1EF; }
p { color: rgb(221,161,239); }
H1.HeaderClassName
{
color: #DDA1EF;
}
.AnyTagClassName
{
color: #DDA1EF;
}
</style>
background-color css
<style>
a { background-color: #DDA1EF; }
a { background-color: rgb(221,161,239); }
div.DivClassName
{
background-color: #DDA1EF;
}
.BgClassName
{
background-color: #DDA1EF;
}
</style>
border-color css
<style>
span { border-color: #DDA1EF; }
span { border-color: rgb(221,161,239); }
td.TdClassName
{
border-color: #DDA1EF;
}
.TagClassName
{
border-color: #DDA1EF;
}
</style>