Shades of Mauve #D9BAFF
Tints of Mauve #D9BAFF
RGB
CMYK
RGB Variations
Color information
#D9BAFF (or 0xD9BAFF) is known color: Mauve. HEX triplet: D9, BA and FF. RGB value is (217,186,255). Sum of RGB (Red+Green+Blue) = 217+186+255=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAFF is #264500. Grayscale: #CACACA. Windows color (decimal): -2508033 or 16759513. OLE color: 16759513.
HSL color Cylindrical-coordinate representation of color #D9BAFF: hue angle of 266.96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9BAFF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 186 | 255 | - |
| CMYK | 0.15 | 0.27 | 0 | 0 |
| HSL | 266.96º | 1% | 0.86% | - |
| HSV(B) | 266.96º | 0.27% | 1% | - |
| XYZ | 64.22 | 57.09 | 102.24 | - |
| YUV | 203.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 255 | 0.15 | 0.27 | 0 | 0 | 266.96 | 1 | 0.86 |
| Hex | D9 | BA | FF | F | 1B | 0 | 0 | 10B | 64 | 56 |
| Octal | 331 | 272 | 377 | 17 | 33 | 0 | 0 | 413 | 144 | 126 |
| Binary | 11011001 | 10111010 | 11111111 | 1111 | 11011 | 0 | 0 | 100001011 | 1100100 | 1010110 |
Color Harmonies of #D9BAFF
Complementary color
Monochromatic Colors of #D9BAFF
Black with #D9BAFF
Text Example
Text Example
White with #D9BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAFF; }
p { color: rgb(217,186,255); }
H1.HeaderClassName
{
color: #D9BAFF;
}
.AnyTagClassName
{
color: #D9BAFF;
}
</style>
background-color css
<style>
a { background-color: #D9BAFF; }
a { background-color: rgb(217,186,255); }
div.DivClassName
{
background-color: #D9BAFF;
}
.BgClassName
{
background-color: #D9BAFF;
}
</style>
border-color css
<style>
span { border-color: #D9BAFF; }
span { border-color: rgb(217,186,255); }
td.TdClassName
{
border-color: #D9BAFF;
}
.TagClassName
{
border-color: #D9BAFF;
}
</style>