Shades of Mauve #D9BAF3
Tints of Mauve #D9BAF3
RGB
CMYK
RGB Variations
Color information
#D9BAF3 (or 0xD9BAF3) is known color: Mauve. HEX triplet: D9, BA and F3. RGB value is (217,186,243). Sum of RGB (Red+Green+Blue) = 217+186+243=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAF3 is #26450C. Grayscale: #C9C9C9. Windows color (decimal): -2508045 or 15973081. OLE color: 15973081.
HSL color Cylindrical-coordinate representation of color #D9BAF3: hue angle of 272.63º degrees, saturation: 0.7, 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 #D9BAF3 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 186 | 243 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.05 |
| HSL | 272.63º | 0.7% | 0.84% | - |
| HSV(B) | 272.63º | 0.23% | 0.95% | - |
| XYZ | 62.35 | 56.34 | 92.38 | - |
| YUV | 201.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 243 | 0.11 | 0.23 | 0 | 0.05 | 272.63 | 0.7 | 0.84 |
| Hex | D9 | BA | F3 | B | 17 | 0 | 5 | 111 | 46 | 54 |
| Octal | 331 | 272 | 363 | 13 | 27 | 0 | 5 | 421 | 106 | 124 |
| Binary | 11011001 | 10111010 | 11110011 | 1011 | 10111 | 0 | 101 | 100010001 | 1000110 | 1010100 |
Color Harmonies of #D9BAF3
Complementary color
Monochromatic Colors of #D9BAF3
Black with #D9BAF3
Text Example
Text Example
White with #D9BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAF3; }
p { color: rgb(217,186,243); }
H1.HeaderClassName
{
color: #D9BAF3;
}
.AnyTagClassName
{
color: #D9BAF3;
}
</style>
background-color css
<style>
a { background-color: #D9BAF3; }
a { background-color: rgb(217,186,243); }
div.DivClassName
{
background-color: #D9BAF3;
}
.BgClassName
{
background-color: #D9BAF3;
}
</style>
border-color css
<style>
span { border-color: #D9BAF3; }
span { border-color: rgb(217,186,243); }
td.TdClassName
{
border-color: #D9BAF3;
}
.TagClassName
{
border-color: #D9BAF3;
}
</style>