Shades of Mauve #DDACEC
Tints of Mauve #DDACEC
RGB
CMYK
RGB Variations
Color information
#DDACEC (or 0xDDACEC) is known color: Mauve. HEX triplet: DD, AC and EC. RGB value is (221,172,236). Sum of RGB (Red+Green+Blue) = 221+172+236=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACEC is #225313. Grayscale: #C1C1C1. Windows color (decimal): -2249492 or 15510749. OLE color: 15510749.
HSL color Cylindrical-coordinate representation of color #DDACEC: hue angle of 285.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDACEC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 172 | 236 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.07 |
| HSL | 285.94º | 0.63% | 0.8% | - |
| HSV(B) | 285.94º | 0.27% | 0.93% | - |
| XYZ | 59.71 | 50.93 | 86.04 | - |
| YUV | 193.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 236 | 0.06 | 0.27 | 0 | 0.07 | 285.94 | 0.63 | 0.8 |
| Hex | DD | AC | EC | 6 | 1B | 0 | 7 | 11E | 3F | 50 |
| Octal | 335 | 254 | 354 | 6 | 33 | 0 | 7 | 436 | 77 | 120 |
| Binary | 11011101 | 10101100 | 11101100 | 110 | 11011 | 0 | 111 | 100011110 | 111111 | 1010000 |
Color Harmonies of #DDACEC
Complementary color
Monochromatic Colors of #DDACEC
Black with #DDACEC
Text Example
Text Example
White with #DDACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACEC; }
p { color: rgb(221,172,236); }
H1.HeaderClassName
{
color: #DDACEC;
}
.AnyTagClassName
{
color: #DDACEC;
}
</style>
background-color css
<style>
a { background-color: #DDACEC; }
a { background-color: rgb(221,172,236); }
div.DivClassName
{
background-color: #DDACEC;
}
.BgClassName
{
background-color: #DDACEC;
}
</style>
border-color css
<style>
span { border-color: #DDACEC; }
span { border-color: rgb(221,172,236); }
td.TdClassName
{
border-color: #DDACEC;
}
.TagClassName
{
border-color: #DDACEC;
}
</style>