Shades of Mauve #DDAAEE
Tints of Mauve #DDAAEE
RGB
CMYK
RGB Variations
Color information
#DDAAEE (or 0xDDAAEE) is known color: Mauve. HEX triplet: DD, AA and EE. RGB value is (221,170,238). Sum of RGB (Red+Green+Blue) = 221+170+238=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAEE is #225511. Grayscale: #C0C0C0. Windows color (decimal): -2250002 or 15641309. OLE color: 15641309.
HSL color Cylindrical-coordinate representation of color #DDAAEE: hue angle of 285º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDAAEE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 170 | 238 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.07 |
| HSL | 285º | 0.67% | 0.8% | - |
| HSV(B) | 285º | 0.29% | 0.93% | - |
| XYZ | 59.63 | 50.29 | 87.45 | - |
| YUV | 193 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 238 | 0.07 | 0.29 | 0 | 0.07 | 285 | 0.67 | 0.8 |
| Hex | DD | AA | EE | 7 | 1D | 0 | 7 | 11D | 43 | 50 |
| Octal | 335 | 252 | 356 | 7 | 35 | 0 | 7 | 435 | 103 | 120 |
| Binary | 11011101 | 10101010 | 11101110 | 111 | 11101 | 0 | 111 | 100011101 | 1000011 | 1010000 |
Color Harmonies of #DDAAEE
Complementary color
Monochromatic Colors of #DDAAEE
Black with #DDAAEE
Text Example
Text Example
White with #DDAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAEE; }
p { color: rgb(221,170,238); }
H1.HeaderClassName
{
color: #DDAAEE;
}
.AnyTagClassName
{
color: #DDAAEE;
}
</style>
background-color css
<style>
a { background-color: #DDAAEE; }
a { background-color: rgb(221,170,238); }
div.DivClassName
{
background-color: #DDAAEE;
}
.BgClassName
{
background-color: #DDAAEE;
}
</style>
border-color css
<style>
span { border-color: #DDAAEE; }
span { border-color: rgb(221,170,238); }
td.TdClassName
{
border-color: #DDAAEE;
}
.TagClassName
{
border-color: #DDAAEE;
}
</style>