Shades of Mauve #DDA3EE
Tints of Mauve #DDA3EE
RGB
CMYK
RGB Variations
Color information
#DDA3EE (or 0xDDA3EE) is known color: Mauve. HEX triplet: DD, A3 and EE. RGB value is (221,163,238). Sum of RGB (Red+Green+Blue) = 221+163+238=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3EE is #225C11. Grayscale: #BCBCBC. Windows color (decimal): -2251794 or 15639517. OLE color: 15639517.
HSL color Cylindrical-coordinate representation of color #DDA3EE: hue angle of 286.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA3EE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 163 | 238 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.07 |
| HSL | 286.4º | 0.69% | 0.79% | - |
| HSV(B) | 286.4º | 0.32% | 0.93% | - |
| XYZ | 58.35 | 47.74 | 87.03 | - |
| YUV | 188.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 238 | 0.07 | 0.32 | 0 | 0.07 | 286.4 | 0.69 | 0.79 |
| Hex | DD | A3 | EE | 7 | 20 | 0 | 7 | 11E | 45 | 4F |
| Octal | 335 | 243 | 356 | 7 | 40 | 0 | 7 | 436 | 105 | 117 |
| Binary | 11011101 | 10100011 | 11101110 | 111 | 100000 | 0 | 111 | 100011110 | 1000101 | 1001111 |
Color Harmonies of #DDA3EE
Complementary color
Monochromatic Colors of #DDA3EE
Black with #DDA3EE
Text Example
Text Example
White with #DDA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3EE; }
p { color: rgb(221,163,238); }
H1.HeaderClassName
{
color: #DDA3EE;
}
.AnyTagClassName
{
color: #DDA3EE;
}
</style>
background-color css
<style>
a { background-color: #DDA3EE; }
a { background-color: rgb(221,163,238); }
div.DivClassName
{
background-color: #DDA3EE;
}
.BgClassName
{
background-color: #DDA3EE;
}
</style>
border-color css
<style>
span { border-color: #DDA3EE; }
span { border-color: rgb(221,163,238); }
td.TdClassName
{
border-color: #DDA3EE;
}
.TagClassName
{
border-color: #DDA3EE;
}
</style>