Shades of Mauve #D4B4EC
Tints of Mauve #D4B4EC
RGB
CMYK
RGB Variations
Color information
#D4B4EC (or 0xD4B4EC) is known color: Mauve. HEX triplet: D4, B4 and EC. RGB value is (212,180,236). Sum of RGB (Red+Green+Blue) = 212+180+236=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4EC is #2B4B13. Grayscale: #C3C3C3. Windows color (decimal): -2837268 or 15512788. OLE color: 15512788.
HSL color Cylindrical-coordinate representation of color #D4B4EC: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4B4EC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 180 | 236 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.07 |
| HSL | 274.29º | 0.6% | 0.82% | - |
| HSV(B) | 274.29º | 0.24% | 0.93% | - |
| XYZ | 58.61 | 52.7 | 86.44 | - |
| YUV | 195.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 236 | 0.10 | 0.24 | 0 | 0.07 | 274.29 | 0.6 | 0.82 |
| Hex | D4 | B4 | EC | A | 18 | 0 | 7 | 112 | 3C | 52 |
| Octal | 324 | 264 | 354 | 12 | 30 | 0 | 7 | 422 | 74 | 122 |
| Binary | 11010100 | 10110100 | 11101100 | 1010 | 11000 | 0 | 111 | 100010010 | 111100 | 1010010 |
Color Harmonies of #D4B4EC
Complementary color
Monochromatic Colors of #D4B4EC
Black with #D4B4EC
Text Example
Text Example
White with #D4B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B4EC; }
p { color: rgb(212,180,236); }
H1.HeaderClassName
{
color: #D4B4EC;
}
.AnyTagClassName
{
color: #D4B4EC;
}
</style>
background-color css
<style>
a { background-color: #D4B4EC; }
a { background-color: rgb(212,180,236); }
div.DivClassName
{
background-color: #D4B4EC;
}
.BgClassName
{
background-color: #D4B4EC;
}
</style>
border-color css
<style>
span { border-color: #D4B4EC; }
span { border-color: rgb(212,180,236); }
td.TdClassName
{
border-color: #D4B4EC;
}
.TagClassName
{
border-color: #D4B4EC;
}
</style>