Shades of Mauve #DDA3EF
Tints of Mauve #DDA3EF
RGB
CMYK
RGB Variations
Color information
#DDA3EF (or 0xDDA3EF) is known color: Mauve. HEX triplet: DD, A3 and EF. RGB value is (221,163,239). Sum of RGB (Red+Green+Blue) = 221+163+239=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3EF is #225C10. Grayscale: #BCBCBC. Windows color (decimal): -2251793 or 15705053. OLE color: 15705053.
HSL color Cylindrical-coordinate representation of color #DDA3EF: hue angle of 285.79º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA3EF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 163 | 239 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.06 |
| HSL | 285.79º | 0.7% | 0.79% | - |
| HSV(B) | 285.79º | 0.32% | 0.94% | - |
| XYZ | 58.5 | 47.8 | 87.8 | - |
| YUV | 189.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 239 | 0.08 | 0.32 | 0 | 0.06 | 285.79 | 0.7 | 0.79 |
| Hex | DD | A3 | EF | 8 | 20 | 0 | 6 | 11E | 46 | 4F |
| Octal | 335 | 243 | 357 | 10 | 40 | 0 | 6 | 436 | 106 | 117 |
| Binary | 11011101 | 10100011 | 11101111 | 1000 | 100000 | 0 | 110 | 100011110 | 1000110 | 1001111 |
Color Harmonies of #DDA3EF
Complementary color
Monochromatic Colors of #DDA3EF
Black with #DDA3EF
Text Example
Text Example
White with #DDA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3EF; }
p { color: rgb(221,163,239); }
H1.HeaderClassName
{
color: #DDA3EF;
}
.AnyTagClassName
{
color: #DDA3EF;
}
</style>
background-color css
<style>
a { background-color: #DDA3EF; }
a { background-color: rgb(221,163,239); }
div.DivClassName
{
background-color: #DDA3EF;
}
.BgClassName
{
background-color: #DDA3EF;
}
</style>
border-color css
<style>
span { border-color: #DDA3EF; }
span { border-color: rgb(221,163,239); }
td.TdClassName
{
border-color: #DDA3EF;
}
.TagClassName
{
border-color: #DDA3EF;
}
</style>