Shades of Mauve #DDA5EF
Tints of Mauve #DDA5EF
RGB
CMYK
RGB Variations
Color information
#DDA5EF (or 0xDDA5EF) is known color: Mauve. HEX triplet: DD, A5 and EF. RGB value is (221,165,239). Sum of RGB (Red+Green+Blue) = 221+165+239=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDA5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5EF is #225A10. Grayscale: #BDBDBD. Windows color (decimal): -2251281 or 15705565. OLE color: 15705565.
HSL color Cylindrical-coordinate representation of color #DDA5EF: hue angle of 285.41º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA5EF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 165 | 239 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.06 |
| HSL | 285.41º | 0.7% | 0.79% | - |
| HSV(B) | 285.41º | 0.31% | 0.94% | - |
| XYZ | 58.85 | 48.51 | 87.92 | - |
| YUV | 190.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 239 | 0.08 | 0.31 | 0 | 0.06 | 285.41 | 0.7 | 0.79 |
| Hex | DD | A5 | EF | 8 | 1F | 0 | 6 | 11D | 46 | 4F |
| Octal | 335 | 245 | 357 | 10 | 37 | 0 | 6 | 435 | 106 | 117 |
| Binary | 11011101 | 10100101 | 11101111 | 1000 | 11111 | 0 | 110 | 100011101 | 1000110 | 1001111 |
Color Harmonies of #DDA5EF
Complementary color
Monochromatic Colors of #DDA5EF
Black with #DDA5EF
Text Example
Text Example
White with #DDA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5EF; }
p { color: rgb(221,165,239); }
H1.HeaderClassName
{
color: #DDA5EF;
}
.AnyTagClassName
{
color: #DDA5EF;
}
</style>
background-color css
<style>
a { background-color: #DDA5EF; }
a { background-color: rgb(221,165,239); }
div.DivClassName
{
background-color: #DDA5EF;
}
.BgClassName
{
background-color: #DDA5EF;
}
</style>
border-color css
<style>
span { border-color: #DDA5EF; }
span { border-color: rgb(221,165,239); }
td.TdClassName
{
border-color: #DDA5EF;
}
.TagClassName
{
border-color: #DDA5EF;
}
</style>