Shades of Mauve #DDA8EF
Tints of Mauve #DDA8EF
RGB
CMYK
RGB Variations
Color information
#DDA8EF (or 0xDDA8EF) is known color: Mauve. HEX triplet: DD, A8 and EF. RGB value is (221,168,239). Sum of RGB (Red+Green+Blue) = 221+168+239=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8EF is #225710. Grayscale: #BFBFBF. Windows color (decimal): -2250513 or 15706333. OLE color: 15706333.
HSL color Cylindrical-coordinate representation of color #DDA8EF: hue angle of 284.79º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA8EF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 168 | 239 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.06 |
| HSL | 284.79º | 0.69% | 0.8% | - |
| HSV(B) | 284.79º | 0.3% | 0.94% | - |
| XYZ | 59.4 | 49.61 | 88.11 | - |
| YUV | 191.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 239 | 0.08 | 0.30 | 0 | 0.06 | 284.79 | 0.69 | 0.8 |
| Hex | DD | A8 | EF | 8 | 1E | 0 | 6 | 11D | 45 | 50 |
| Octal | 335 | 250 | 357 | 10 | 36 | 0 | 6 | 435 | 105 | 120 |
| Binary | 11011101 | 10101000 | 11101111 | 1000 | 11110 | 0 | 110 | 100011101 | 1000101 | 1010000 |
Color Harmonies of #DDA8EF
Complementary color
Monochromatic Colors of #DDA8EF
Black with #DDA8EF
Text Example
Text Example
White with #DDA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8EF; }
p { color: rgb(221,168,239); }
H1.HeaderClassName
{
color: #DDA8EF;
}
.AnyTagClassName
{
color: #DDA8EF;
}
</style>
background-color css
<style>
a { background-color: #DDA8EF; }
a { background-color: rgb(221,168,239); }
div.DivClassName
{
background-color: #DDA8EF;
}
.BgClassName
{
background-color: #DDA8EF;
}
</style>
border-color css
<style>
span { border-color: #DDA8EF; }
span { border-color: rgb(221,168,239); }
td.TdClassName
{
border-color: #DDA8EF;
}
.TagClassName
{
border-color: #DDA8EF;
}
</style>