Shades of Mauve #DDA6EE
Tints of Mauve #DDA6EE
RGB
CMYK
RGB Variations
Color information
#DDA6EE (or 0xDDA6EE) is known color: Mauve. HEX triplet: DD, A6 and EE. RGB value is (221,166,238). Sum of RGB (Red+Green+Blue) = 221+166+238=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6EE is #225911. Grayscale: #BEBEBE. Windows color (decimal): -2251026 or 15640285. OLE color: 15640285.
HSL color Cylindrical-coordinate representation of color #DDA6EE: hue angle of 285.83º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA6EE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 166 | 238 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.07 |
| HSL | 285.83º | 0.68% | 0.79% | - |
| HSV(B) | 285.83º | 0.3% | 0.93% | - |
| XYZ | 58.89 | 48.82 | 87.21 | - |
| YUV | 190.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 238 | 0.07 | 0.30 | 0 | 0.07 | 285.83 | 0.68 | 0.79 |
| Hex | DD | A6 | EE | 7 | 1E | 0 | 7 | 11E | 44 | 4F |
| Octal | 335 | 246 | 356 | 7 | 36 | 0 | 7 | 436 | 104 | 117 |
| Binary | 11011101 | 10100110 | 11101110 | 111 | 11110 | 0 | 111 | 100011110 | 1000100 | 1001111 |
Color Harmonies of #DDA6EE
Complementary color
Monochromatic Colors of #DDA6EE
Black with #DDA6EE
Text Example
Text Example
White with #DDA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6EE; }
p { color: rgb(221,166,238); }
H1.HeaderClassName
{
color: #DDA6EE;
}
.AnyTagClassName
{
color: #DDA6EE;
}
</style>
background-color css
<style>
a { background-color: #DDA6EE; }
a { background-color: rgb(221,166,238); }
div.DivClassName
{
background-color: #DDA6EE;
}
.BgClassName
{
background-color: #DDA6EE;
}
</style>
border-color css
<style>
span { border-color: #DDA6EE; }
span { border-color: rgb(221,166,238); }
td.TdClassName
{
border-color: #DDA6EE;
}
.TagClassName
{
border-color: #DDA6EE;
}
</style>