Shades of Mauve #DDACF3
Tints of Mauve #DDACF3
RGB
CMYK
RGB Variations
Color information
#DDACF3 (or 0xDDACF3) is known color: Mauve. HEX triplet: DD, AC and F3. RGB value is (221,172,243). Sum of RGB (Red+Green+Blue) = 221+172+243=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF3 is #22530C. Grayscale: #C2C2C2. Windows color (decimal): -2249485 or 15969501. OLE color: 15969501.
HSL color Cylindrical-coordinate representation of color #DDACF3: hue angle of 281.41º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDACF3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 172 | 243 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 281.41º | 0.75% | 0.81% | - |
| HSV(B) | 281.41º | 0.29% | 0.95% | - |
| XYZ | 60.75 | 51.35 | 91.5 | - |
| YUV | 194.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 243 | 0.09 | 0.29 | 0 | 0.05 | 281.41 | 0.75 | 0.81 |
| Hex | DD | AC | F3 | 9 | 1D | 0 | 5 | 119 | 4B | 51 |
| Octal | 335 | 254 | 363 | 11 | 35 | 0 | 5 | 431 | 113 | 121 |
| Binary | 11011101 | 10101100 | 11110011 | 1001 | 11101 | 0 | 101 | 100011001 | 1001011 | 1010001 |
Color Harmonies of #DDACF3
Complementary color
Monochromatic Colors of #DDACF3
Black with #DDACF3
Text Example
Text Example
White with #DDACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACF3; }
p { color: rgb(221,172,243); }
H1.HeaderClassName
{
color: #DDACF3;
}
.AnyTagClassName
{
color: #DDACF3;
}
</style>
background-color css
<style>
a { background-color: #DDACF3; }
a { background-color: rgb(221,172,243); }
div.DivClassName
{
background-color: #DDACF3;
}
.BgClassName
{
background-color: #DDACF3;
}
</style>
border-color css
<style>
span { border-color: #DDACF3; }
span { border-color: rgb(221,172,243); }
td.TdClassName
{
border-color: #DDACF3;
}
.TagClassName
{
border-color: #DDACF3;
}
</style>