Shades of Mauve #DDACF4
Tints of Mauve #DDACF4
RGB
CMYK
RGB Variations
Color information
#DDACF4 (or 0xDDACF4) is known color: Mauve. HEX triplet: DD, AC and F4. RGB value is (221,172,244). Sum of RGB (Red+Green+Blue) = 221+172+244=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF4 is #22530B. Grayscale: #C2C2C2. Windows color (decimal): -2249484 or 16035037. OLE color: 16035037.
HSL color Cylindrical-coordinate representation of color #DDACF4: hue angle of 280.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDACF4 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 172 | 244 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.04 |
| HSL | 280.83º | 0.77% | 0.82% | - |
| HSV(B) | 280.83º | 0.3% | 0.96% | - |
| XYZ | 60.9 | 51.41 | 92.3 | - |
| YUV | 194.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 244 | 0.09 | 0.30 | 0 | 0.04 | 280.83 | 0.77 | 0.82 |
| Hex | DD | AC | F4 | 9 | 1E | 0 | 4 | 119 | 4D | 52 |
| Octal | 335 | 254 | 364 | 11 | 36 | 0 | 4 | 431 | 115 | 122 |
| Binary | 11011101 | 10101100 | 11110100 | 1001 | 11110 | 0 | 100 | 100011001 | 1001101 | 1010010 |
Color Harmonies of #DDACF4
Complementary color
Monochromatic Colors of #DDACF4
Black with #DDACF4
Text Example
Text Example
White with #DDACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACF4; }
p { color: rgb(221,172,244); }
H1.HeaderClassName
{
color: #DDACF4;
}
.AnyTagClassName
{
color: #DDACF4;
}
</style>
background-color css
<style>
a { background-color: #DDACF4; }
a { background-color: rgb(221,172,244); }
div.DivClassName
{
background-color: #DDACF4;
}
.BgClassName
{
background-color: #DDACF4;
}
</style>
border-color css
<style>
span { border-color: #DDACF4; }
span { border-color: rgb(221,172,244); }
td.TdClassName
{
border-color: #DDACF4;
}
.TagClassName
{
border-color: #DDACF4;
}
</style>