Shades of Mauve #DDACEB
Tints of Mauve #DDACEB
RGB
CMYK
RGB Variations
Color information
#DDACEB (or 0xDDACEB) is known color: Mauve. HEX triplet: DD, AC and EB. RGB value is (221,172,235). Sum of RGB (Red+Green+Blue) = 221+172+235=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACEB is #225314. Grayscale: #C1C1C1. Windows color (decimal): -2249493 or 15445213. OLE color: 15445213.
HSL color Cylindrical-coordinate representation of color #DDACEB: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDACEB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 172 | 235 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.08 |
| HSL | 286.67º | 0.61% | 0.8% | - |
| HSV(B) | 286.67º | 0.27% | 0.92% | - |
| XYZ | 59.57 | 50.88 | 85.28 | - |
| YUV | 193.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 235 | 0.06 | 0.27 | 0 | 0.08 | 286.67 | 0.61 | 0.8 |
| Hex | DD | AC | EB | 6 | 1B | 0 | 8 | 11F | 3D | 50 |
| Octal | 335 | 254 | 353 | 6 | 33 | 0 | 10 | 437 | 75 | 120 |
| Binary | 11011101 | 10101100 | 11101011 | 110 | 11011 | 0 | 1000 | 100011111 | 111101 | 1010000 |
Color Harmonies of #DDACEB
Complementary color
Monochromatic Colors of #DDACEB
Black with #DDACEB
Text Example
Text Example
White with #DDACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACEB; }
p { color: rgb(221,172,235); }
H1.HeaderClassName
{
color: #DDACEB;
}
.AnyTagClassName
{
color: #DDACEB;
}
</style>
background-color css
<style>
a { background-color: #DDACEB; }
a { background-color: rgb(221,172,235); }
div.DivClassName
{
background-color: #DDACEB;
}
.BgClassName
{
background-color: #DDACEB;
}
</style>
border-color css
<style>
span { border-color: #DDACEB; }
span { border-color: rgb(221,172,235); }
td.TdClassName
{
border-color: #DDACEB;
}
.TagClassName
{
border-color: #DDACEB;
}
</style>