Shades of Mauve #D4B2EC
Tints of Mauve #D4B2EC
RGB
CMYK
RGB Variations
Color information
#D4B2EC (or 0xD4B2EC) is known color: Mauve. HEX triplet: D4, B2 and EC. RGB value is (212,178,236). Sum of RGB (Red+Green+Blue) = 212+178+236=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 178 (69.92% from 255 or 28.43% 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 #D4B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2EC is #2B4D13. Grayscale: #C2C2C2. Windows color (decimal): -2837780 or 15512276. OLE color: 15512276.
HSL color Cylindrical-coordinate representation of color #D4B2EC: hue angle of 275.17º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B2EC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 178 | 236 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.07 |
| HSL | 275.17º | 0.6% | 0.81% | - |
| HSV(B) | 275.17º | 0.25% | 0.93% | - |
| XYZ | 58.21 | 51.89 | 86.31 | - |
| YUV | 194.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 236 | 0.10 | 0.25 | 0 | 0.07 | 275.17 | 0.6 | 0.81 |
| Hex | D4 | B2 | EC | A | 19 | 0 | 7 | 113 | 3C | 51 |
| Octal | 324 | 262 | 354 | 12 | 31 | 0 | 7 | 423 | 74 | 121 |
| Binary | 11010100 | 10110010 | 11101100 | 1010 | 11001 | 0 | 111 | 100010011 | 111100 | 1010001 |
Color Harmonies of #D4B2EC
Complementary color
Monochromatic Colors of #D4B2EC
Black with #D4B2EC
Text Example
Text Example
White with #D4B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2EC; }
p { color: rgb(212,178,236); }
H1.HeaderClassName
{
color: #D4B2EC;
}
.AnyTagClassName
{
color: #D4B2EC;
}
</style>
background-color css
<style>
a { background-color: #D4B2EC; }
a { background-color: rgb(212,178,236); }
div.DivClassName
{
background-color: #D4B2EC;
}
.BgClassName
{
background-color: #D4B2EC;
}
</style>
border-color css
<style>
span { border-color: #D4B2EC; }
span { border-color: rgb(212,178,236); }
td.TdClassName
{
border-color: #D4B2EC;
}
.TagClassName
{
border-color: #D4B2EC;
}
</style>