Shades of Mauve #D9BAFE
Tints of Mauve #D9BAFE
RGB
CMYK
RGB Variations
Color information
#D9BAFE (or 0xD9BAFE) is known color: Mauve. HEX triplet: D9, BA and FE. RGB value is (217,186,254). Sum of RGB (Red+Green+Blue) = 217+186+254=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAFE is #264501. Grayscale: #CACACA. Windows color (decimal): -2508034 or 16693977. OLE color: 16693977.
HSL color Cylindrical-coordinate representation of color #D9BAFE: hue angle of 267.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9BAFE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 186 | 254 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.00 |
| HSL | 267.35º | 0.97% | 0.86% | - |
| HSV(B) | 267.35º | 0.27% | 1% | - |
| XYZ | 64.06 | 57.03 | 101.4 | - |
| YUV | 203.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 254 | 0.15 | 0.27 | 0 | 0.00 | 267.35 | 0.97 | 0.86 |
| Hex | D9 | BA | FE | F | 1B | 0 | 0 | 10B | 61 | 56 |
| Octal | 331 | 272 | 376 | 17 | 33 | 0 | 0 | 413 | 141 | 126 |
| Binary | 11011001 | 10111010 | 11111110 | 1111 | 11011 | 0 | 0 | 100001011 | 1100001 | 1010110 |
Color Harmonies of #D9BAFE
Complementary color
Monochromatic Colors of #D9BAFE
Black with #D9BAFE
Text Example
Text Example
White with #D9BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAFE; }
p { color: rgb(217,186,254); }
H1.HeaderClassName
{
color: #D9BAFE;
}
.AnyTagClassName
{
color: #D9BAFE;
}
</style>
background-color css
<style>
a { background-color: #D9BAFE; }
a { background-color: rgb(217,186,254); }
div.DivClassName
{
background-color: #D9BAFE;
}
.BgClassName
{
background-color: #D9BAFE;
}
</style>
border-color css
<style>
span { border-color: #D9BAFE; }
span { border-color: rgb(217,186,254); }
td.TdClassName
{
border-color: #D9BAFE;
}
.TagClassName
{
border-color: #D9BAFE;
}
</style>