Shades of Mauve #D9BAF5
Tints of Mauve #D9BAF5
RGB
CMYK
RGB Variations
Color information
#D9BAF5 (or 0xD9BAF5) is known color: Mauve. HEX triplet: D9, BA and F5. RGB value is (217,186,245). Sum of RGB (Red+Green+Blue) = 217+186+245=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAF5 is #26450A. Grayscale: #C9C9C9. Windows color (decimal): -2508043 or 16104153. OLE color: 16104153.
HSL color Cylindrical-coordinate representation of color #D9BAF5: hue angle of 271.53º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9BAF5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 186 | 245 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.04 |
| HSL | 271.53º | 0.75% | 0.85% | - |
| HSV(B) | 271.53º | 0.24% | 0.96% | - |
| XYZ | 62.66 | 56.46 | 93.98 | - |
| YUV | 202 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 245 | 0.11 | 0.24 | 0 | 0.04 | 271.53 | 0.75 | 0.85 |
| Hex | D9 | BA | F5 | B | 18 | 0 | 4 | 110 | 4B | 55 |
| Octal | 331 | 272 | 365 | 13 | 30 | 0 | 4 | 420 | 113 | 125 |
| Binary | 11011001 | 10111010 | 11110101 | 1011 | 11000 | 0 | 100 | 100010000 | 1001011 | 1010101 |
Color Harmonies of #D9BAF5
Complementary color
Monochromatic Colors of #D9BAF5
Black with #D9BAF5
Text Example
Text Example
White with #D9BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAF5; }
p { color: rgb(217,186,245); }
H1.HeaderClassName
{
color: #D9BAF5;
}
.AnyTagClassName
{
color: #D9BAF5;
}
</style>
background-color css
<style>
a { background-color: #D9BAF5; }
a { background-color: rgb(217,186,245); }
div.DivClassName
{
background-color: #D9BAF5;
}
.BgClassName
{
background-color: #D9BAF5;
}
</style>
border-color css
<style>
span { border-color: #D9BAF5; }
span { border-color: rgb(217,186,245); }
td.TdClassName
{
border-color: #D9BAF5;
}
.TagClassName
{
border-color: #D9BAF5;
}
</style>