Shades of Mauve #DDACEF
Tints of Mauve #DDACEF
RGB
CMYK
RGB Variations
Color information
#DDACEF (or 0xDDACEF) is known color: Mauve. HEX triplet: DD, AC and EF. RGB value is (221,172,239). Sum of RGB (Red+Green+Blue) = 221+172+239=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACEF is #225310. Grayscale: #C2C2C2. Windows color (decimal): -2249489 or 15707357. OLE color: 15707357.
HSL color Cylindrical-coordinate representation of color #DDACEF: hue angle of 283.88º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDACEF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 172 | 239 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.06 |
| HSL | 283.88º | 0.68% | 0.81% | - |
| HSV(B) | 283.88º | 0.28% | 0.94% | - |
| XYZ | 60.15 | 51.11 | 88.36 | - |
| YUV | 194.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 239 | 0.08 | 0.28 | 0 | 0.06 | 283.88 | 0.68 | 0.81 |
| Hex | DD | AC | EF | 8 | 1C | 0 | 6 | 11C | 44 | 51 |
| Octal | 335 | 254 | 357 | 10 | 34 | 0 | 6 | 434 | 104 | 121 |
| Binary | 11011101 | 10101100 | 11101111 | 1000 | 11100 | 0 | 110 | 100011100 | 1000100 | 1010001 |
Color Harmonies of #DDACEF
Complementary color
Monochromatic Colors of #DDACEF
Black with #DDACEF
Text Example
Text Example
White with #DDACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACEF; }
p { color: rgb(221,172,239); }
H1.HeaderClassName
{
color: #DDACEF;
}
.AnyTagClassName
{
color: #DDACEF;
}
</style>
background-color css
<style>
a { background-color: #DDACEF; }
a { background-color: rgb(221,172,239); }
div.DivClassName
{
background-color: #DDACEF;
}
.BgClassName
{
background-color: #DDACEF;
}
</style>
border-color css
<style>
span { border-color: #DDACEF; }
span { border-color: rgb(221,172,239); }
td.TdClassName
{
border-color: #DDACEF;
}
.TagClassName
{
border-color: #DDACEF;
}
</style>