Shades of Mauve #DDA6FE
Tints of Mauve #DDA6FE
RGB
CMYK
RGB Variations
Color information
#DDA6FE (or 0xDDA6FE) is known color: Mauve. HEX triplet: DD, A6 and FE. RGB value is (221,166,254). Sum of RGB (Red+Green+Blue) = 221+166+254=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6FE is #225901. Grayscale: #C0C0C0. Windows color (decimal): -2251010 or 16688861. OLE color: 16688861.
HSL color Cylindrical-coordinate representation of color #DDA6FE: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA6FE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 166 | 254 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.00 |
| HSL | 277.5º | 0.98% | 0.82% | - |
| HSV(B) | 277.5º | 0.35% | 1% | - |
| XYZ | 61.34 | 49.8 | 100.15 | - |
| YUV | 192.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 254 | 0.13 | 0.35 | 0 | 0.00 | 277.5 | 0.98 | 0.82 |
| Hex | DD | A6 | FE | D | 23 | 0 | 0 | 116 | 62 | 52 |
| Octal | 335 | 246 | 376 | 15 | 43 | 0 | 0 | 426 | 142 | 122 |
| Binary | 11011101 | 10100110 | 11111110 | 1101 | 100011 | 0 | 0 | 100010110 | 1100010 | 1010010 |
Color Harmonies of #DDA6FE
Complementary color
Monochromatic Colors of #DDA6FE
Black with #DDA6FE
Text Example
Text Example
White with #DDA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6FE; }
p { color: rgb(221,166,254); }
H1.HeaderClassName
{
color: #DDA6FE;
}
.AnyTagClassName
{
color: #DDA6FE;
}
</style>
background-color css
<style>
a { background-color: #DDA6FE; }
a { background-color: rgb(221,166,254); }
div.DivClassName
{
background-color: #DDA6FE;
}
.BgClassName
{
background-color: #DDA6FE;
}
</style>
border-color css
<style>
span { border-color: #DDA6FE; }
span { border-color: rgb(221,166,254); }
td.TdClassName
{
border-color: #DDA6FE;
}
.TagClassName
{
border-color: #DDA6FE;
}
</style>