Shades of Mauve #DDADEC
Tints of Mauve #DDADEC
RGB
CMYK
RGB Variations
Color information
#DDADEC (or 0xDDADEC) is known color: Mauve. HEX triplet: DD, AD and EC. RGB value is (221,173,236). Sum of RGB (Red+Green+Blue) = 221+173+236=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADEC is #225213. Grayscale: #C2C2C2. Windows color (decimal): -2249236 or 15511005. OLE color: 15511005.
HSL color Cylindrical-coordinate representation of color #DDADEC: hue angle of 285.71º degrees, saturation: 0.62, 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 #DDADEC is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 173 | 236 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.07 |
| HSL | 285.71º | 0.62% | 0.8% | - |
| HSV(B) | 285.71º | 0.27% | 0.93% | - |
| XYZ | 59.9 | 51.32 | 86.1 | - |
| YUV | 194.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 236 | 0.06 | 0.27 | 0 | 0.07 | 285.71 | 0.62 | 0.8 |
| Hex | DD | AD | EC | 6 | 1B | 0 | 7 | 11E | 3E | 50 |
| Octal | 335 | 255 | 354 | 6 | 33 | 0 | 7 | 436 | 76 | 120 |
| Binary | 11011101 | 10101101 | 11101100 | 110 | 11011 | 0 | 111 | 100011110 | 111110 | 1010000 |
Color Harmonies of #DDADEC
Complementary color
Monochromatic Colors of #DDADEC
Black with #DDADEC
Text Example
Text Example
White with #DDADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADEC; }
p { color: rgb(221,173,236); }
H1.HeaderClassName
{
color: #DDADEC;
}
.AnyTagClassName
{
color: #DDADEC;
}
</style>
background-color css
<style>
a { background-color: #DDADEC; }
a { background-color: rgb(221,173,236); }
div.DivClassName
{
background-color: #DDADEC;
}
.BgClassName
{
background-color: #DDADEC;
}
</style>
border-color css
<style>
span { border-color: #DDADEC; }
span { border-color: rgb(221,173,236); }
td.TdClassName
{
border-color: #DDADEC;
}
.TagClassName
{
border-color: #DDADEC;
}
</style>