Shades of Mauve #DDBAF7
Tints of Mauve #DDBAF7
RGB
CMYK
RGB Variations
Color information
#DDBAF7 (or 0xDDBAF7) is known color: Mauve. HEX triplet: DD, BA and F7. RGB value is (221,186,247). Sum of RGB (Red+Green+Blue) = 221+186+247=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDBAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAF7 is #224508. Grayscale: #CBCBCB. Windows color (decimal): -2245897 or 16235229. OLE color: 16235229.
HSL color Cylindrical-coordinate representation of color #DDBAF7: hue angle of 274.43º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBAF7 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 186 | 247 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.03 |
| HSL | 274.43º | 0.79% | 0.85% | - |
| HSV(B) | 274.43º | 0.25% | 0.97% | - |
| XYZ | 64.17 | 57.21 | 95.66 | - |
| YUV | 203.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 247 | 0.11 | 0.25 | 0 | 0.03 | 274.43 | 0.79 | 0.85 |
| Hex | DD | BA | F7 | B | 19 | 0 | 3 | 112 | 4F | 55 |
| Octal | 335 | 272 | 367 | 13 | 31 | 0 | 3 | 422 | 117 | 125 |
| Binary | 11011101 | 10111010 | 11110111 | 1011 | 11001 | 0 | 11 | 100010010 | 1001111 | 1010101 |
Color Harmonies of #DDBAF7
Complementary color
Monochromatic Colors of #DDBAF7
Black with #DDBAF7
Text Example
Text Example
White with #DDBAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAF7; }
p { color: rgb(221,186,247); }
H1.HeaderClassName
{
color: #DDBAF7;
}
.AnyTagClassName
{
color: #DDBAF7;
}
</style>
background-color css
<style>
a { background-color: #DDBAF7; }
a { background-color: rgb(221,186,247); }
div.DivClassName
{
background-color: #DDBAF7;
}
.BgClassName
{
background-color: #DDBAF7;
}
</style>
border-color css
<style>
span { border-color: #DDBAF7; }
span { border-color: rgb(221,186,247); }
td.TdClassName
{
border-color: #DDBAF7;
}
.TagClassName
{
border-color: #DDBAF7;
}
</style>