Shades of Mauve #DDA8EE
Tints of Mauve #DDA8EE
RGB
CMYK
RGB Variations
Color information
#DDA8EE (or 0xDDA8EE) is known color: Mauve. HEX triplet: DD, A8 and EE. RGB value is (221,168,238). Sum of RGB (Red+Green+Blue) = 221+168+238=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8EE is #225711. Grayscale: #BFBFBF. Windows color (decimal): -2250514 or 15640797. OLE color: 15640797.
HSL color Cylindrical-coordinate representation of color #DDA8EE: hue angle of 285.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA8EE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 168 | 238 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.07 |
| HSL | 285.43º | 0.67% | 0.8% | - |
| HSV(B) | 285.43º | 0.29% | 0.93% | - |
| XYZ | 59.25 | 49.55 | 87.33 | - |
| YUV | 191.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 238 | 0.07 | 0.29 | 0 | 0.07 | 285.43 | 0.67 | 0.8 |
| Hex | DD | A8 | EE | 7 | 1D | 0 | 7 | 11D | 43 | 50 |
| Octal | 335 | 250 | 356 | 7 | 35 | 0 | 7 | 435 | 103 | 120 |
| Binary | 11011101 | 10101000 | 11101110 | 111 | 11101 | 0 | 111 | 100011101 | 1000011 | 1010000 |
Color Harmonies of #DDA8EE
Complementary color
Monochromatic Colors of #DDA8EE
Black with #DDA8EE
Text Example
Text Example
White with #DDA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8EE; }
p { color: rgb(221,168,238); }
H1.HeaderClassName
{
color: #DDA8EE;
}
.AnyTagClassName
{
color: #DDA8EE;
}
</style>
background-color css
<style>
a { background-color: #DDA8EE; }
a { background-color: rgb(221,168,238); }
div.DivClassName
{
background-color: #DDA8EE;
}
.BgClassName
{
background-color: #DDA8EE;
}
</style>
border-color css
<style>
span { border-color: #DDA8EE; }
span { border-color: rgb(221,168,238); }
td.TdClassName
{
border-color: #DDA8EE;
}
.TagClassName
{
border-color: #DDA8EE;
}
</style>