Shades of Mauve #D4B0EE
Tints of Mauve #D4B0EE
RGB
CMYK
RGB Variations
Color information
#D4B0EE (or 0xD4B0EE) is known color: Mauve. HEX triplet: D4, B0 and EE. RGB value is (212,176,238). Sum of RGB (Red+Green+Blue) = 212+176+238=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 176 (69.14% from 255 or 28.12% 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 #D4B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B0EE is #2B4F11. Grayscale: #C1C1C1. Windows color (decimal): -2838290 or 15642836. OLE color: 15642836.
HSL color Cylindrical-coordinate representation of color #D4B0EE: hue angle of 274.84º degrees, saturation: 0.65, 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 #D4B0EE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 176 | 238 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.07 |
| HSL | 274.84º | 0.65% | 0.81% | - |
| HSV(B) | 274.84º | 0.26% | 0.93% | - |
| XYZ | 58.11 | 51.22 | 87.71 | - |
| YUV | 193.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 238 | 0.11 | 0.26 | 0 | 0.07 | 274.84 | 0.65 | 0.81 |
| Hex | D4 | B0 | EE | B | 1A | 0 | 7 | 113 | 41 | 51 |
| Octal | 324 | 260 | 356 | 13 | 32 | 0 | 7 | 423 | 101 | 121 |
| Binary | 11010100 | 10110000 | 11101110 | 1011 | 11010 | 0 | 111 | 100010011 | 1000001 | 1010001 |
Color Harmonies of #D4B0EE
Complementary color
Monochromatic Colors of #D4B0EE
Black with #D4B0EE
Text Example
Text Example
White with #D4B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0EE; }
p { color: rgb(212,176,238); }
H1.HeaderClassName
{
color: #D4B0EE;
}
.AnyTagClassName
{
color: #D4B0EE;
}
</style>
background-color css
<style>
a { background-color: #D4B0EE; }
a { background-color: rgb(212,176,238); }
div.DivClassName
{
background-color: #D4B0EE;
}
.BgClassName
{
background-color: #D4B0EE;
}
</style>
border-color css
<style>
span { border-color: #D4B0EE; }
span { border-color: rgb(212,176,238); }
td.TdClassName
{
border-color: #D4B0EE;
}
.TagClassName
{
border-color: #D4B0EE;
}
</style>