Shades of Mauve #DDACFF
Tints of Mauve #DDACFF
RGB
CMYK
RGB Variations
Color information
#DDACFF (or 0xDDACFF) is known color: Mauve. HEX triplet: DD, AC and FF. RGB value is (221,172,255). Sum of RGB (Red+Green+Blue) = 221+172+255=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACFF is #225300. Grayscale: #C3C3C3. Windows color (decimal): -2249473 or 16755933. OLE color: 16755933.
HSL color Cylindrical-coordinate representation of color #DDACFF: hue angle of 275.42º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDACFF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 172 | 255 | - |
| CMYK | 0.13 | 0.33 | 0 | 0 |
| HSL | 275.42º | 1% | 0.84% | - |
| HSV(B) | 275.42º | 0.33% | 1% | - |
| XYZ | 62.62 | 52.1 | 101.36 | - |
| YUV | 196.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 255 | 0.13 | 0.33 | 0 | 0 | 275.42 | 1 | 0.84 |
| Hex | DD | AC | FF | D | 21 | 0 | 0 | 113 | 64 | 54 |
| Octal | 335 | 254 | 377 | 15 | 41 | 0 | 0 | 423 | 144 | 124 |
| Binary | 11011101 | 10101100 | 11111111 | 1101 | 100001 | 0 | 0 | 100010011 | 1100100 | 1010100 |
Color Harmonies of #DDACFF
Complementary color
Monochromatic Colors of #DDACFF
Black with #DDACFF
Text Example
Text Example
White with #DDACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACFF; }
p { color: rgb(221,172,255); }
H1.HeaderClassName
{
color: #DDACFF;
}
.AnyTagClassName
{
color: #DDACFF;
}
</style>
background-color css
<style>
a { background-color: #DDACFF; }
a { background-color: rgb(221,172,255); }
div.DivClassName
{
background-color: #DDACFF;
}
.BgClassName
{
background-color: #DDACFF;
}
</style>
border-color css
<style>
span { border-color: #DDACFF; }
span { border-color: rgb(221,172,255); }
td.TdClassName
{
border-color: #DDACFF;
}
.TagClassName
{
border-color: #DDACFF;
}
</style>