Shades of Mauve #DDA6F7
Tints of Mauve #DDA6F7
RGB
CMYK
RGB Variations
Color information
#DDA6F7 (or 0xDDA6F7) is known color: Mauve. HEX triplet: DD, A6 and F7. RGB value is (221,166,247). Sum of RGB (Red+Green+Blue) = 221+166+247=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6F7 is #225908. Grayscale: #BFBFBF. Windows color (decimal): -2251017 or 16230109. OLE color: 16230109.
HSL color Cylindrical-coordinate representation of color #DDA6F7: hue angle of 280.74º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA6F7 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 166 | 247 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.03 |
| HSL | 280.74º | 0.84% | 0.81% | - |
| HSV(B) | 280.74º | 0.33% | 0.97% | - |
| XYZ | 60.24 | 49.36 | 94.35 | - |
| YUV | 191.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 247 | 0.11 | 0.33 | 0 | 0.03 | 280.74 | 0.84 | 0.81 |
| Hex | DD | A6 | F7 | B | 21 | 0 | 3 | 119 | 54 | 51 |
| Octal | 335 | 246 | 367 | 13 | 41 | 0 | 3 | 431 | 124 | 121 |
| Binary | 11011101 | 10100110 | 11110111 | 1011 | 100001 | 0 | 11 | 100011001 | 1010100 | 1010001 |
Color Harmonies of #DDA6F7
Complementary color
Monochromatic Colors of #DDA6F7
Black with #DDA6F7
Text Example
Text Example
White with #DDA6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6F7; }
p { color: rgb(221,166,247); }
H1.HeaderClassName
{
color: #DDA6F7;
}
.AnyTagClassName
{
color: #DDA6F7;
}
</style>
background-color css
<style>
a { background-color: #DDA6F7; }
a { background-color: rgb(221,166,247); }
div.DivClassName
{
background-color: #DDA6F7;
}
.BgClassName
{
background-color: #DDA6F7;
}
</style>
border-color css
<style>
span { border-color: #DDA6F7; }
span { border-color: rgb(221,166,247); }
td.TdClassName
{
border-color: #DDA6F7;
}
.TagClassName
{
border-color: #DDA6F7;
}
</style>