Shades of Mauve #D3B1EE
Tints of Mauve #D3B1EE
RGB
CMYK
RGB Variations
Color information
#D3B1EE (or 0xD3B1EE) is known color: Mauve. HEX triplet: D3, B1 and EE. RGB value is (211,177,238). Sum of RGB (Red+Green+Blue) = 211+177+238=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B1EE is #2C4E11. Grayscale: #C1C1C1. Windows color (decimal): -2903570 or 15643091. OLE color: 15643091.
HSL color Cylindrical-coordinate representation of color #D3B1EE: hue angle of 273.44º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3B1EE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 177 | 238 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.07 |
| HSL | 273.44º | 0.64% | 0.81% | - |
| HSV(B) | 273.44º | 0.26% | 0.93% | - |
| XYZ | 58.02 | 51.47 | 87.76 | - |
| YUV | 194.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 177 | 238 | 0.11 | 0.26 | 0 | 0.07 | 273.44 | 0.64 | 0.81 |
| Hex | D3 | B1 | EE | B | 1A | 0 | 7 | 111 | 40 | 51 |
| Octal | 323 | 261 | 356 | 13 | 32 | 0 | 7 | 421 | 100 | 121 |
| Binary | 11010011 | 10110001 | 11101110 | 1011 | 11010 | 0 | 111 | 100010001 | 1000000 | 1010001 |
Color Harmonies of #D3B1EE
Complementary color
Monochromatic Colors of #D3B1EE
Black with #D3B1EE
Text Example
Text Example
White with #D3B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B1EE; }
p { color: rgb(211,177,238); }
H1.HeaderClassName
{
color: #D3B1EE;
}
.AnyTagClassName
{
color: #D3B1EE;
}
</style>
background-color css
<style>
a { background-color: #D3B1EE; }
a { background-color: rgb(211,177,238); }
div.DivClassName
{
background-color: #D3B1EE;
}
.BgClassName
{
background-color: #D3B1EE;
}
</style>
border-color css
<style>
span { border-color: #D3B1EE; }
span { border-color: rgb(211,177,238); }
td.TdClassName
{
border-color: #D3B1EE;
}
.TagClassName
{
border-color: #D3B1EE;
}
</style>