Shades of Mauve #DDAAFA
Tints of Mauve #DDAAFA
RGB
CMYK
RGB Variations
Color information
#DDAAFA (or 0xDDAAFA) is known color: Mauve. HEX triplet: DD, AA and FA. RGB value is (221,170,250). Sum of RGB (Red+Green+Blue) = 221+170+250=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAFA is #225505. Grayscale: #C2C2C2. Windows color (decimal): -2249990 or 16427741. OLE color: 16427741.
HSL color Cylindrical-coordinate representation of color #DDAAFA: hue angle of 278.25º 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 #DDAAFA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 170 | 250 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.02 |
| HSL | 278.25º | 0.89% | 0.82% | - |
| HSV(B) | 278.25º | 0.32% | 0.98% | - |
| XYZ | 61.45 | 51.02 | 97.05 | - |
| YUV | 194.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 250 | 0.12 | 0.32 | 0 | 0.02 | 278.25 | 0.89 | 0.82 |
| Hex | DD | AA | FA | C | 20 | 0 | 2 | 116 | 59 | 52 |
| Octal | 335 | 252 | 372 | 14 | 40 | 0 | 2 | 426 | 131 | 122 |
| Binary | 11011101 | 10101010 | 11111010 | 1100 | 100000 | 0 | 10 | 100010110 | 1011001 | 1010010 |
Color Harmonies of #DDAAFA
Complementary color
Monochromatic Colors of #DDAAFA
Black with #DDAAFA
Text Example
Text Example
White with #DDAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAFA; }
p { color: rgb(221,170,250); }
H1.HeaderClassName
{
color: #DDAAFA;
}
.AnyTagClassName
{
color: #DDAAFA;
}
</style>
background-color css
<style>
a { background-color: #DDAAFA; }
a { background-color: rgb(221,170,250); }
div.DivClassName
{
background-color: #DDAAFA;
}
.BgClassName
{
background-color: #DDAAFA;
}
</style>
border-color css
<style>
span { border-color: #DDAAFA; }
span { border-color: rgb(221,170,250); }
td.TdClassName
{
border-color: #DDAAFA;
}
.TagClassName
{
border-color: #DDAAFA;
}
</style>