Shades of Mauve #DDA9FA
Tints of Mauve #DDA9FA
RGB
CMYK
RGB Variations
Color information
#DDA9FA (or 0xDDA9FA) is known color: Mauve. HEX triplet: DD, A9 and FA. RGB value is (221,169,250). Sum of RGB (Red+Green+Blue) = 221+169+250=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9FA is #225605. Grayscale: #C1C1C1. Windows color (decimal): -2250246 or 16427485. OLE color: 16427485.
HSL color Cylindrical-coordinate representation of color #DDA9FA: hue angle of 278.52º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA9FA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 169 | 250 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.02 |
| HSL | 278.52º | 0.89% | 0.82% | - |
| HSV(B) | 278.52º | 0.32% | 0.98% | - |
| XYZ | 61.26 | 50.65 | 96.99 | - |
| YUV | 193.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 250 | 0.12 | 0.32 | 0 | 0.02 | 278.52 | 0.89 | 0.82 |
| Hex | DD | A9 | FA | C | 20 | 0 | 2 | 117 | 59 | 52 |
| Octal | 335 | 251 | 372 | 14 | 40 | 0 | 2 | 427 | 131 | 122 |
| Binary | 11011101 | 10101001 | 11111010 | 1100 | 100000 | 0 | 10 | 100010111 | 1011001 | 1010010 |
Color Harmonies of #DDA9FA
Complementary color
Monochromatic Colors of #DDA9FA
Black with #DDA9FA
Text Example
Text Example
White with #DDA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9FA; }
p { color: rgb(221,169,250); }
H1.HeaderClassName
{
color: #DDA9FA;
}
.AnyTagClassName
{
color: #DDA9FA;
}
</style>
background-color css
<style>
a { background-color: #DDA9FA; }
a { background-color: rgb(221,169,250); }
div.DivClassName
{
background-color: #DDA9FA;
}
.BgClassName
{
background-color: #DDA9FA;
}
</style>
border-color css
<style>
span { border-color: #DDA9FA; }
span { border-color: rgb(221,169,250); }
td.TdClassName
{
border-color: #DDA9FA;
}
.TagClassName
{
border-color: #DDA9FA;
}
</style>