Shades of Mauve #DDA9EF
Tints of Mauve #DDA9EF
RGB
CMYK
RGB Variations
Color information
#DDA9EF (or 0xDDA9EF) is known color: Mauve. HEX triplet: DD, A9 and EF. RGB value is (221,169,239). Sum of RGB (Red+Green+Blue) = 221+169+239=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9EF is #225610. Grayscale: #C0C0C0. Windows color (decimal): -2250257 or 15706589. OLE color: 15706589.
HSL color Cylindrical-coordinate representation of color #DDA9EF: hue angle of 284.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA9EF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 169 | 239 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.06 |
| HSL | 284.57º | 0.69% | 0.8% | - |
| HSV(B) | 284.57º | 0.29% | 0.94% | - |
| XYZ | 59.59 | 49.98 | 88.17 | - |
| YUV | 192.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 239 | 0.08 | 0.29 | 0 | 0.06 | 284.57 | 0.69 | 0.8 |
| Hex | DD | A9 | EF | 8 | 1D | 0 | 6 | 11D | 45 | 50 |
| Octal | 335 | 251 | 357 | 10 | 35 | 0 | 6 | 435 | 105 | 120 |
| Binary | 11011101 | 10101001 | 11101111 | 1000 | 11101 | 0 | 110 | 100011101 | 1000101 | 1010000 |
Color Harmonies of #DDA9EF
Complementary color
Monochromatic Colors of #DDA9EF
Black with #DDA9EF
Text Example
Text Example
White with #DDA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9EF; }
p { color: rgb(221,169,239); }
H1.HeaderClassName
{
color: #DDA9EF;
}
.AnyTagClassName
{
color: #DDA9EF;
}
</style>
background-color css
<style>
a { background-color: #DDA9EF; }
a { background-color: rgb(221,169,239); }
div.DivClassName
{
background-color: #DDA9EF;
}
.BgClassName
{
background-color: #DDA9EF;
}
</style>
border-color css
<style>
span { border-color: #DDA9EF; }
span { border-color: rgb(221,169,239); }
td.TdClassName
{
border-color: #DDA9EF;
}
.TagClassName
{
border-color: #DDA9EF;
}
</style>