Shades of Mauve #DDA6ED
Tints of Mauve #DDA6ED
RGB
CMYK
RGB Variations
Color information
#DDA6ED (or 0xDDA6ED) is known color: Mauve. HEX triplet: DD, A6 and ED. RGB value is (221,166,237). Sum of RGB (Red+Green+Blue) = 221+166+237=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6ED is #225912. Grayscale: #BEBEBE. Windows color (decimal): -2251027 or 15574749. OLE color: 15574749.
HSL color Cylindrical-coordinate representation of color #DDA6ED: hue angle of 286.48º degrees, saturation: 0.66, 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 #DDA6ED is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 166 | 237 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.07 |
| HSL | 286.48º | 0.66% | 0.79% | - |
| HSV(B) | 286.48º | 0.3% | 0.93% | - |
| XYZ | 58.74 | 48.76 | 86.44 | - |
| YUV | 190.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 237 | 0.07 | 0.30 | 0 | 0.07 | 286.48 | 0.66 | 0.79 |
| Hex | DD | A6 | ED | 7 | 1E | 0 | 7 | 11E | 42 | 4F |
| Octal | 335 | 246 | 355 | 7 | 36 | 0 | 7 | 436 | 102 | 117 |
| Binary | 11011101 | 10100110 | 11101101 | 111 | 11110 | 0 | 111 | 100011110 | 1000010 | 1001111 |
Color Harmonies of #DDA6ED
Complementary color
Monochromatic Colors of #DDA6ED
Black with #DDA6ED
Text Example
Text Example
White with #DDA6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6ED; }
p { color: rgb(221,166,237); }
H1.HeaderClassName
{
color: #DDA6ED;
}
.AnyTagClassName
{
color: #DDA6ED;
}
</style>
background-color css
<style>
a { background-color: #DDA6ED; }
a { background-color: rgb(221,166,237); }
div.DivClassName
{
background-color: #DDA6ED;
}
.BgClassName
{
background-color: #DDA6ED;
}
</style>
border-color css
<style>
span { border-color: #DDA6ED; }
span { border-color: rgb(221,166,237); }
td.TdClassName
{
border-color: #DDA6ED;
}
.TagClassName
{
border-color: #DDA6ED;
}
</style>