Shades of Mauve #DDAAED
Tints of Mauve #DDAAED
RGB
CMYK
RGB Variations
Color information
#DDAAED (or 0xDDAAED) is known color: Mauve. HEX triplet: DD, AA and ED. RGB value is (221,170,237). Sum of RGB (Red+Green+Blue) = 221+170+237=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAED is #225512. Grayscale: #C0C0C0. Windows color (decimal): -2250003 or 15575773. OLE color: 15575773.
HSL color Cylindrical-coordinate representation of color #DDAAED: hue angle of 285.67º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDAAED is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 170 | 237 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.07 |
| HSL | 285.67º | 0.65% | 0.8% | - |
| HSV(B) | 285.67º | 0.28% | 0.93% | - |
| XYZ | 59.48 | 50.24 | 86.68 | - |
| YUV | 192.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 237 | 0.07 | 0.28 | 0 | 0.07 | 285.67 | 0.65 | 0.8 |
| Hex | DD | AA | ED | 7 | 1C | 0 | 7 | 11E | 41 | 50 |
| Octal | 335 | 252 | 355 | 7 | 34 | 0 | 7 | 436 | 101 | 120 |
| Binary | 11011101 | 10101010 | 11101101 | 111 | 11100 | 0 | 111 | 100011110 | 1000001 | 1010000 |
Color Harmonies of #DDAAED
Complementary color
Monochromatic Colors of #DDAAED
Black with #DDAAED
Text Example
Text Example
White with #DDAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAED; }
p { color: rgb(221,170,237); }
H1.HeaderClassName
{
color: #DDAAED;
}
.AnyTagClassName
{
color: #DDAAED;
}
</style>
background-color css
<style>
a { background-color: #DDAAED; }
a { background-color: rgb(221,170,237); }
div.DivClassName
{
background-color: #DDAAED;
}
.BgClassName
{
background-color: #DDAAED;
}
</style>
border-color css
<style>
span { border-color: #DDAAED; }
span { border-color: rgb(221,170,237); }
td.TdClassName
{
border-color: #DDAAED;
}
.TagClassName
{
border-color: #DDAAED;
}
</style>