Shades of Mauve #DDABF4
Tints of Mauve #DDABF4
RGB
CMYK
RGB Variations
Color information
#DDABF4 (or 0xDDABF4) is known color: Mauve. HEX triplet: DD, AB and F4. RGB value is (221,171,244). Sum of RGB (Red+Green+Blue) = 221+171+244=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF4 is #22540B. Grayscale: #C2C2C2. Windows color (decimal): -2249740 or 16034781. OLE color: 16034781.
HSL color Cylindrical-coordinate representation of color #DDABF4: hue angle of 281.1º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDABF4 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 171 | 244 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.04 |
| HSL | 281.1º | 0.77% | 0.81% | - |
| HSV(B) | 281.1º | 0.3% | 0.96% | - |
| XYZ | 60.71 | 51.03 | 92.24 | - |
| YUV | 194.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 244 | 0.09 | 0.30 | 0 | 0.04 | 281.1 | 0.77 | 0.81 |
| Hex | DD | AB | F4 | 9 | 1E | 0 | 4 | 119 | 4D | 51 |
| Octal | 335 | 253 | 364 | 11 | 36 | 0 | 4 | 431 | 115 | 121 |
| Binary | 11011101 | 10101011 | 11110100 | 1001 | 11110 | 0 | 100 | 100011001 | 1001101 | 1010001 |
Color Harmonies of #DDABF4
Complementary color
Monochromatic Colors of #DDABF4
Black with #DDABF4
Text Example
Text Example
White with #DDABF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABF4; }
p { color: rgb(221,171,244); }
H1.HeaderClassName
{
color: #DDABF4;
}
.AnyTagClassName
{
color: #DDABF4;
}
</style>
background-color css
<style>
a { background-color: #DDABF4; }
a { background-color: rgb(221,171,244); }
div.DivClassName
{
background-color: #DDABF4;
}
.BgClassName
{
background-color: #DDABF4;
}
</style>
border-color css
<style>
span { border-color: #DDABF4; }
span { border-color: rgb(221,171,244); }
td.TdClassName
{
border-color: #DDABF4;
}
.TagClassName
{
border-color: #DDABF4;
}
</style>