Shades of Mauve #DDA9EC
Tints of Mauve #DDA9EC
RGB
CMYK
RGB Variations
Color information
#DDA9EC (or 0xDDA9EC) is known color: Mauve. HEX triplet: DD, A9 and EC. RGB value is (221,169,236). Sum of RGB (Red+Green+Blue) = 221+169+236=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9EC is #225613. Grayscale: #BFBFBF. Windows color (decimal): -2250260 or 15509981. OLE color: 15509981.
HSL color Cylindrical-coordinate representation of color #DDA9EC: hue angle of 286.57º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA9EC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 169 | 236 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.07 |
| HSL | 286.57º | 0.64% | 0.79% | - |
| HSV(B) | 286.57º | 0.28% | 0.93% | - |
| XYZ | 59.15 | 49.8 | 85.85 | - |
| YUV | 192.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 236 | 0.06 | 0.28 | 0 | 0.07 | 286.57 | 0.64 | 0.79 |
| Hex | DD | A9 | EC | 6 | 1C | 0 | 7 | 11F | 40 | 4F |
| Octal | 335 | 251 | 354 | 6 | 34 | 0 | 7 | 437 | 100 | 117 |
| Binary | 11011101 | 10101001 | 11101100 | 110 | 11100 | 0 | 111 | 100011111 | 1000000 | 1001111 |
Color Harmonies of #DDA9EC
Complementary color
Monochromatic Colors of #DDA9EC
Black with #DDA9EC
Text Example
Text Example
White with #DDA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9EC; }
p { color: rgb(221,169,236); }
H1.HeaderClassName
{
color: #DDA9EC;
}
.AnyTagClassName
{
color: #DDA9EC;
}
</style>
background-color css
<style>
a { background-color: #DDA9EC; }
a { background-color: rgb(221,169,236); }
div.DivClassName
{
background-color: #DDA9EC;
}
.BgClassName
{
background-color: #DDA9EC;
}
</style>
border-color css
<style>
span { border-color: #DDA9EC; }
span { border-color: rgb(221,169,236); }
td.TdClassName
{
border-color: #DDA9EC;
}
.TagClassName
{
border-color: #DDA9EC;
}
</style>