Shades of Mauve #DDA9FE
Tints of Mauve #DDA9FE
RGB
CMYK
RGB Variations
Color information
#DDA9FE (or 0xDDA9FE) is known color: Mauve. HEX triplet: DD, A9 and FE. RGB value is (221,169,254). Sum of RGB (Red+Green+Blue) = 221+169+254=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9FE is #225601. Grayscale: #C1C1C1. Windows color (decimal): -2250242 or 16689629. OLE color: 16689629.
HSL color Cylindrical-coordinate representation of color #DDA9FE: hue angle of 276.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA9FE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 169 | 254 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.00 |
| HSL | 276.71º | 0.98% | 0.83% | - |
| HSV(B) | 276.71º | 0.33% | 1% | - |
| XYZ | 61.9 | 50.9 | 100.33 | - |
| YUV | 194.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 254 | 0.13 | 0.33 | 0 | 0.00 | 276.71 | 0.98 | 0.83 |
| Hex | DD | A9 | FE | D | 21 | 0 | 0 | 115 | 62 | 53 |
| Octal | 335 | 251 | 376 | 15 | 41 | 0 | 0 | 425 | 142 | 123 |
| Binary | 11011101 | 10101001 | 11111110 | 1101 | 100001 | 0 | 0 | 100010101 | 1100010 | 1010011 |
Color Harmonies of #DDA9FE
Complementary color
Monochromatic Colors of #DDA9FE
Black with #DDA9FE
Text Example
Text Example
White with #DDA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9FE; }
p { color: rgb(221,169,254); }
H1.HeaderClassName
{
color: #DDA9FE;
}
.AnyTagClassName
{
color: #DDA9FE;
}
</style>
background-color css
<style>
a { background-color: #DDA9FE; }
a { background-color: rgb(221,169,254); }
div.DivClassName
{
background-color: #DDA9FE;
}
.BgClassName
{
background-color: #DDA9FE;
}
</style>
border-color css
<style>
span { border-color: #DDA9FE; }
span { border-color: rgb(221,169,254); }
td.TdClassName
{
border-color: #DDA9FE;
}
.TagClassName
{
border-color: #DDA9FE;
}
</style>