Shades of Mauve #DDBAF1
Tints of Mauve #DDBAF1
RGB
CMYK
RGB Variations
Color information
#DDBAF1 (or 0xDDBAF1) is known color: Mauve. HEX triplet: DD, BA and F1. RGB value is (221,186,241). Sum of RGB (Red+Green+Blue) = 221+186+241=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF1 is #22450E. Grayscale: #CACACA. Windows color (decimal): -2245903 or 15842013. OLE color: 15842013.
HSL color Cylindrical-coordinate representation of color #DDBAF1: hue angle of 278.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBAF1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 186 | 241 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.05 |
| HSL | 278.18º | 0.66% | 0.84% | - |
| HSV(B) | 278.18º | 0.23% | 0.95% | - |
| XYZ | 63.25 | 56.84 | 90.86 | - |
| YUV | 202.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 241 | 0.08 | 0.23 | 0 | 0.05 | 278.18 | 0.66 | 0.84 |
| Hex | DD | BA | F1 | 8 | 17 | 0 | 5 | 116 | 42 | 54 |
| Octal | 335 | 272 | 361 | 10 | 27 | 0 | 5 | 426 | 102 | 124 |
| Binary | 11011101 | 10111010 | 11110001 | 1000 | 10111 | 0 | 101 | 100010110 | 1000010 | 1010100 |
Color Harmonies of #DDBAF1
Complementary color
Monochromatic Colors of #DDBAF1
Black with #DDBAF1
Text Example
Text Example
White with #DDBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAF1; }
p { color: rgb(221,186,241); }
H1.HeaderClassName
{
color: #DDBAF1;
}
.AnyTagClassName
{
color: #DDBAF1;
}
</style>
background-color css
<style>
a { background-color: #DDBAF1; }
a { background-color: rgb(221,186,241); }
div.DivClassName
{
background-color: #DDBAF1;
}
.BgClassName
{
background-color: #DDBAF1;
}
</style>
border-color css
<style>
span { border-color: #DDBAF1; }
span { border-color: rgb(221,186,241); }
td.TdClassName
{
border-color: #DDBAF1;
}
.TagClassName
{
border-color: #DDBAF1;
}
</style>