Shades of Mauve #DDACED
Tints of Mauve #DDACED
RGB
CMYK
RGB Variations
Color information
#DDACED (or 0xDDACED) is known color: Mauve. HEX triplet: DD, AC and ED. RGB value is (221,172,237). Sum of RGB (Red+Green+Blue) = 221+172+237=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACED is #225312. Grayscale: #C1C1C1. Windows color (decimal): -2249491 or 15576285. OLE color: 15576285.
HSL color Cylindrical-coordinate representation of color #DDACED: hue angle of 285.23º degrees, saturation: 0.64, 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 #DDACED is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 172 | 237 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.07 |
| HSL | 285.23º | 0.64% | 0.8% | - |
| HSV(B) | 285.23º | 0.27% | 0.93% | - |
| XYZ | 59.86 | 50.99 | 86.81 | - |
| YUV | 194.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 237 | 0.07 | 0.27 | 0 | 0.07 | 285.23 | 0.64 | 0.8 |
| Hex | DD | AC | ED | 7 | 1B | 0 | 7 | 11D | 40 | 50 |
| Octal | 335 | 254 | 355 | 7 | 33 | 0 | 7 | 435 | 100 | 120 |
| Binary | 11011101 | 10101100 | 11101101 | 111 | 11011 | 0 | 111 | 100011101 | 1000000 | 1010000 |
Color Harmonies of #DDACED
Complementary color
Monochromatic Colors of #DDACED
Black with #DDACED
Text Example
Text Example
White with #DDACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACED; }
p { color: rgb(221,172,237); }
H1.HeaderClassName
{
color: #DDACED;
}
.AnyTagClassName
{
color: #DDACED;
}
</style>
background-color css
<style>
a { background-color: #DDACED; }
a { background-color: rgb(221,172,237); }
div.DivClassName
{
background-color: #DDACED;
}
.BgClassName
{
background-color: #DDACED;
}
</style>
border-color css
<style>
span { border-color: #DDACED; }
span { border-color: rgb(221,172,237); }
td.TdClassName
{
border-color: #DDACED;
}
.TagClassName
{
border-color: #DDACED;
}
</style>