Shades of Mauve #D9B3F1
Tints of Mauve #D9B3F1
RGB
CMYK
RGB Variations
Color information
#D9B3F1 (or 0xD9B3F1) is known color: Mauve. HEX triplet: D9, B3 and F1. RGB value is (217,179,241). Sum of RGB (Red+Green+Blue) = 217+179+241=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9B3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B3F1 is #264C0E. Grayscale: #C5C5C5. Windows color (decimal): -2509839 or 15840217. OLE color: 15840217.
HSL color Cylindrical-coordinate representation of color #D9B3F1: hue angle of 276.77º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9B3F1 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 179 | 241 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.05 |
| HSL | 276.77º | 0.69% | 0.82% | - |
| HSV(B) | 276.77º | 0.26% | 0.95% | - |
| XYZ | 60.61 | 53.34 | 90.32 | - |
| YUV | 197.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 241 | 0.10 | 0.26 | 0 | 0.05 | 276.77 | 0.69 | 0.82 |
| Hex | D9 | B3 | F1 | A | 1A | 0 | 5 | 115 | 45 | 52 |
| Octal | 331 | 263 | 361 | 12 | 32 | 0 | 5 | 425 | 105 | 122 |
| Binary | 11011001 | 10110011 | 11110001 | 1010 | 11010 | 0 | 101 | 100010101 | 1000101 | 1010010 |
Color Harmonies of #D9B3F1
Complementary color
Monochromatic Colors of #D9B3F1
Black with #D9B3F1
Text Example
Text Example
White with #D9B3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3F1; }
p { color: rgb(217,179,241); }
H1.HeaderClassName
{
color: #D9B3F1;
}
.AnyTagClassName
{
color: #D9B3F1;
}
</style>
background-color css
<style>
a { background-color: #D9B3F1; }
a { background-color: rgb(217,179,241); }
div.DivClassName
{
background-color: #D9B3F1;
}
.BgClassName
{
background-color: #D9B3F1;
}
</style>
border-color css
<style>
span { border-color: #D9B3F1; }
span { border-color: rgb(217,179,241); }
td.TdClassName
{
border-color: #D9B3F1;
}
.TagClassName
{
border-color: #D9B3F1;
}
</style>