Shades of Mauve #D3B3EC
Tints of Mauve #D3B3EC
RGB
CMYK
RGB Variations
Color information
#D3B3EC (or 0xD3B3EC) is known color: Mauve. HEX triplet: D3, B3 and EC. RGB value is (211,179,236). Sum of RGB (Red+Green+Blue) = 211+179+236=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B3EC is #2C4C13. Grayscale: #C2C2C2. Windows color (decimal): -2903060 or 15512531. OLE color: 15512531.
HSL color Cylindrical-coordinate representation of color #D3B3EC: hue angle of 273.68º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3B3EC is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 179 | 236 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 273.68º | 0.6% | 0.81% | - |
| HSV(B) | 273.68º | 0.24% | 0.93% | - |
| XYZ | 58.12 | 52.15 | 86.36 | - |
| YUV | 195.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 236 | 0.11 | 0.24 | 0 | 0.07 | 273.68 | 0.6 | 0.81 |
| Hex | D3 | B3 | EC | B | 18 | 0 | 7 | 112 | 3C | 51 |
| Octal | 323 | 263 | 354 | 13 | 30 | 0 | 7 | 422 | 74 | 121 |
| Binary | 11010011 | 10110011 | 11101100 | 1011 | 11000 | 0 | 111 | 100010010 | 111100 | 1010001 |
Color Harmonies of #D3B3EC
Complementary color
Monochromatic Colors of #D3B3EC
Black with #D3B3EC
Text Example
Text Example
White with #D3B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B3EC; }
p { color: rgb(211,179,236); }
H1.HeaderClassName
{
color: #D3B3EC;
}
.AnyTagClassName
{
color: #D3B3EC;
}
</style>
background-color css
<style>
a { background-color: #D3B3EC; }
a { background-color: rgb(211,179,236); }
div.DivClassName
{
background-color: #D3B3EC;
}
.BgClassName
{
background-color: #D3B3EC;
}
</style>
border-color css
<style>
span { border-color: #D3B3EC; }
span { border-color: rgb(211,179,236); }
td.TdClassName
{
border-color: #D3B3EC;
}
.TagClassName
{
border-color: #D3B3EC;
}
</style>