Shades of Mauve #DDA6FF
Tints of Mauve #DDA6FF
RGB
CMYK
RGB Variations
Color information
#DDA6FF (or 0xDDA6FF) is known color: Mauve. HEX triplet: DD, A6 and FF. RGB value is (221,166,255). Sum of RGB (Red+Green+Blue) = 221+166+255=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6FF is #225900. Grayscale: #C0C0C0. Windows color (decimal): -2251009 or 16754397. OLE color: 16754397.
HSL color Cylindrical-coordinate representation of color #DDA6FF: hue angle of 277.08º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA6FF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 166 | 255 | - |
| CMYK | 0.13 | 0.35 | 0 | 0 |
| HSL | 277.08º | 1% | 0.83% | - |
| HSV(B) | 277.08º | 0.35% | 1% | - |
| XYZ | 61.51 | 49.86 | 100.99 | - |
| YUV | 192.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 255 | 0.13 | 0.35 | 0 | 0 | 277.08 | 1 | 0.83 |
| Hex | DD | A6 | FF | D | 23 | 0 | 0 | 115 | 64 | 53 |
| Octal | 335 | 246 | 377 | 15 | 43 | 0 | 0 | 425 | 144 | 123 |
| Binary | 11011101 | 10100110 | 11111111 | 1101 | 100011 | 0 | 0 | 100010101 | 1100100 | 1010011 |
Color Harmonies of #DDA6FF
Complementary color
Monochromatic Colors of #DDA6FF
Black with #DDA6FF
Text Example
Text Example
White with #DDA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6FF; }
p { color: rgb(221,166,255); }
H1.HeaderClassName
{
color: #DDA6FF;
}
.AnyTagClassName
{
color: #DDA6FF;
}
</style>
background-color css
<style>
a { background-color: #DDA6FF; }
a { background-color: rgb(221,166,255); }
div.DivClassName
{
background-color: #DDA6FF;
}
.BgClassName
{
background-color: #DDA6FF;
}
</style>
border-color css
<style>
span { border-color: #DDA6FF; }
span { border-color: rgb(221,166,255); }
td.TdClassName
{
border-color: #DDA6FF;
}
.TagClassName
{
border-color: #DDA6FF;
}
</style>