Shades of Mauve #DDA8F1
Tints of Mauve #DDA8F1
RGB
CMYK
RGB Variations
Color information
#DDA8F1 (or 0xDDA8F1) is known color: Mauve. HEX triplet: DD, A8 and F1. RGB value is (221,168,241). Sum of RGB (Red+Green+Blue) = 221+168+241=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8F1 is #22570E. Grayscale: #BFBFBF. Windows color (decimal): -2250511 or 15837405. OLE color: 15837405.
HSL color Cylindrical-coordinate representation of color #DDA8F1: hue angle of 283.56º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA8F1 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 168 | 241 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.05 |
| HSL | 283.56º | 0.72% | 0.8% | - |
| HSV(B) | 283.56º | 0.3% | 0.95% | - |
| XYZ | 59.7 | 49.73 | 89.67 | - |
| YUV | 192.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 241 | 0.08 | 0.30 | 0 | 0.05 | 283.56 | 0.72 | 0.8 |
| Hex | DD | A8 | F1 | 8 | 1E | 0 | 5 | 11C | 48 | 50 |
| Octal | 335 | 250 | 361 | 10 | 36 | 0 | 5 | 434 | 110 | 120 |
| Binary | 11011101 | 10101000 | 11110001 | 1000 | 11110 | 0 | 101 | 100011100 | 1001000 | 1010000 |
Color Harmonies of #DDA8F1
Complementary color
Monochromatic Colors of #DDA8F1
Black with #DDA8F1
Text Example
Text Example
White with #DDA8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8F1; }
p { color: rgb(221,168,241); }
H1.HeaderClassName
{
color: #DDA8F1;
}
.AnyTagClassName
{
color: #DDA8F1;
}
</style>
background-color css
<style>
a { background-color: #DDA8F1; }
a { background-color: rgb(221,168,241); }
div.DivClassName
{
background-color: #DDA8F1;
}
.BgClassName
{
background-color: #DDA8F1;
}
</style>
border-color css
<style>
span { border-color: #DDA8F1; }
span { border-color: rgb(221,168,241); }
td.TdClassName
{
border-color: #DDA8F1;
}
.TagClassName
{
border-color: #DDA8F1;
}
</style>