Shades of Mauve #DDABF6
Tints of Mauve #DDABF6
RGB
CMYK
RGB Variations
Color information
#DDABF6 (or 0xDDABF6) is known color: Mauve. HEX triplet: DD, AB and F6. RGB value is (221,171,246). Sum of RGB (Red+Green+Blue) = 221+171+246=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF6 is #225409. Grayscale: #C2C2C2. Windows color (decimal): -2249738 or 16165853. OLE color: 16165853.
HSL color Cylindrical-coordinate representation of color #DDABF6: hue angle of 280º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDABF6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 171 | 246 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.04 |
| HSL | 280º | 0.81% | 0.82% | - |
| HSV(B) | 280º | 0.3% | 0.96% | - |
| XYZ | 61.02 | 51.15 | 93.85 | - |
| YUV | 194.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 246 | 0.10 | 0.30 | 0 | 0.04 | 280 | 0.81 | 0.82 |
| Hex | DD | AB | F6 | A | 1E | 0 | 4 | 118 | 51 | 52 |
| Octal | 335 | 253 | 366 | 12 | 36 | 0 | 4 | 430 | 121 | 122 |
| Binary | 11011101 | 10101011 | 11110110 | 1010 | 11110 | 0 | 100 | 100011000 | 1010001 | 1010010 |
Color Harmonies of #DDABF6
Complementary color
Monochromatic Colors of #DDABF6
Black with #DDABF6
Text Example
Text Example
White with #DDABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABF6; }
p { color: rgb(221,171,246); }
H1.HeaderClassName
{
color: #DDABF6;
}
.AnyTagClassName
{
color: #DDABF6;
}
</style>
background-color css
<style>
a { background-color: #DDABF6; }
a { background-color: rgb(221,171,246); }
div.DivClassName
{
background-color: #DDABF6;
}
.BgClassName
{
background-color: #DDABF6;
}
</style>
border-color css
<style>
span { border-color: #DDABF6; }
span { border-color: rgb(221,171,246); }
td.TdClassName
{
border-color: #DDABF6;
}
.TagClassName
{
border-color: #DDABF6;
}
</style>