Shades of Mauve #D4B3EC
Tints of Mauve #D4B3EC
RGB
CMYK
RGB Variations
Color information
#D4B3EC (or 0xD4B3EC) is known color: Mauve. HEX triplet: D4, B3 and EC. RGB value is (212,179,236). Sum of RGB (Red+Green+Blue) = 212+179+236=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3EC is #2B4C13. Grayscale: #C3C3C3. Windows color (decimal): -2837524 or 15512532. OLE color: 15512532.
HSL color Cylindrical-coordinate representation of color #D4B3EC: hue angle of 274.74º 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 #D4B3EC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 179 | 236 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.07 |
| HSL | 274.74º | 0.6% | 0.81% | - |
| HSV(B) | 274.74º | 0.24% | 0.93% | - |
| XYZ | 58.41 | 52.29 | 86.37 | - |
| YUV | 195.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 236 | 0.10 | 0.24 | 0 | 0.07 | 274.74 | 0.6 | 0.81 |
| Hex | D4 | B3 | EC | A | 18 | 0 | 7 | 113 | 3C | 51 |
| Octal | 324 | 263 | 354 | 12 | 30 | 0 | 7 | 423 | 74 | 121 |
| Binary | 11010100 | 10110011 | 11101100 | 1010 | 11000 | 0 | 111 | 100010011 | 111100 | 1010001 |
Color Harmonies of #D4B3EC
Complementary color
Monochromatic Colors of #D4B3EC
Black with #D4B3EC
Text Example
Text Example
White with #D4B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B3EC; }
p { color: rgb(212,179,236); }
H1.HeaderClassName
{
color: #D4B3EC;
}
.AnyTagClassName
{
color: #D4B3EC;
}
</style>
background-color css
<style>
a { background-color: #D4B3EC; }
a { background-color: rgb(212,179,236); }
div.DivClassName
{
background-color: #D4B3EC;
}
.BgClassName
{
background-color: #D4B3EC;
}
</style>
border-color css
<style>
span { border-color: #D4B3EC; }
span { border-color: rgb(212,179,236); }
td.TdClassName
{
border-color: #D4B3EC;
}
.TagClassName
{
border-color: #D4B3EC;
}
</style>