Shades of Mauve #DDAEEA
Tints of Mauve #DDAEEA
RGB
CMYK
RGB Variations
Color information
#DDAEEA (or 0xDDAEEA) is known color: Mauve. HEX triplet: DD, AE and EA. RGB value is (221,174,234). Sum of RGB (Red+Green+Blue) = 221+174+234=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEEA is #225115. Grayscale: #C2C2C2. Windows color (decimal): -2248982 or 15380189. OLE color: 15380189.
HSL color Cylindrical-coordinate representation of color #DDAEEA: hue angle of 287º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDAEEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 174 | 234 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.08 |
| HSL | 287º | 0.59% | 0.8% | - |
| HSV(B) | 287º | 0.26% | 0.92% | - |
| XYZ | 59.81 | 51.58 | 84.65 | - |
| YUV | 194.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 234 | 0.06 | 0.26 | 0 | 0.08 | 287 | 0.59 | 0.8 |
| Hex | DD | AE | EA | 6 | 1A | 0 | 8 | 11F | 3B | 50 |
| Octal | 335 | 256 | 352 | 6 | 32 | 0 | 10 | 437 | 73 | 120 |
| Binary | 11011101 | 10101110 | 11101010 | 110 | 11010 | 0 | 1000 | 100011111 | 111011 | 1010000 |
Color Harmonies of #DDAEEA
Complementary color
Monochromatic Colors of #DDAEEA
Black with #DDAEEA
Text Example
Text Example
White with #DDAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEEA; }
p { color: rgb(221,174,234); }
H1.HeaderClassName
{
color: #DDAEEA;
}
.AnyTagClassName
{
color: #DDAEEA;
}
</style>
background-color css
<style>
a { background-color: #DDAEEA; }
a { background-color: rgb(221,174,234); }
div.DivClassName
{
background-color: #DDAEEA;
}
.BgClassName
{
background-color: #DDAEEA;
}
</style>
border-color css
<style>
span { border-color: #DDAEEA; }
span { border-color: rgb(221,174,234); }
td.TdClassName
{
border-color: #DDAEEA;
}
.TagClassName
{
border-color: #DDAEEA;
}
</style>