Shades of Mauve #DDA6FA
Tints of Mauve #DDA6FA
RGB
CMYK
RGB Variations
Color information
#DDA6FA (or 0xDDA6FA) is known color: Mauve. HEX triplet: DD, A6 and FA. RGB value is (221,166,250). Sum of RGB (Red+Green+Blue) = 221+166+250=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6FA is #225905. Grayscale: #BFBFBF. Windows color (decimal): -2251014 or 16426717. OLE color: 16426717.
HSL color Cylindrical-coordinate representation of color #DDA6FA: hue angle of 279.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA6FA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 166 | 250 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.02 |
| HSL | 279.29º | 0.89% | 0.82% | - |
| HSV(B) | 279.29º | 0.34% | 0.98% | - |
| XYZ | 60.71 | 49.55 | 96.81 | - |
| YUV | 192.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 250 | 0.12 | 0.34 | 0 | 0.02 | 279.29 | 0.89 | 0.82 |
| Hex | DD | A6 | FA | C | 22 | 0 | 2 | 117 | 59 | 52 |
| Octal | 335 | 246 | 372 | 14 | 42 | 0 | 2 | 427 | 131 | 122 |
| Binary | 11011101 | 10100110 | 11111010 | 1100 | 100010 | 0 | 10 | 100010111 | 1011001 | 1010010 |
Color Harmonies of #DDA6FA
Complementary color
Monochromatic Colors of #DDA6FA
Black with #DDA6FA
Text Example
Text Example
White with #DDA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6FA; }
p { color: rgb(221,166,250); }
H1.HeaderClassName
{
color: #DDA6FA;
}
.AnyTagClassName
{
color: #DDA6FA;
}
</style>
background-color css
<style>
a { background-color: #DDA6FA; }
a { background-color: rgb(221,166,250); }
div.DivClassName
{
background-color: #DDA6FA;
}
.BgClassName
{
background-color: #DDA6FA;
}
</style>
border-color css
<style>
span { border-color: #DDA6FA; }
span { border-color: rgb(221,166,250); }
td.TdClassName
{
border-color: #DDA6FA;
}
.TagClassName
{
border-color: #DDA6FA;
}
</style>