Shades of Mauve #D4B2EB
Tints of Mauve #D4B2EB
RGB
CMYK
RGB Variations
Color information
#D4B2EB (or 0xD4B2EB) is known color: Mauve. HEX triplet: D4, B2 and EB. RGB value is (212,178,235). Sum of RGB (Red+Green+Blue) = 212+178+235=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2EB is #2B4D14. Grayscale: #C2C2C2. Windows color (decimal): -2837781 or 15446740. OLE color: 15446740.
HSL color Cylindrical-coordinate representation of color #D4B2EB: hue angle of 275.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4B2EB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 178 | 235 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.08 |
| HSL | 275.79º | 0.59% | 0.81% | - |
| HSV(B) | 275.79º | 0.24% | 0.92% | - |
| XYZ | 58.07 | 51.84 | 85.54 | - |
| YUV | 194.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 235 | 0.10 | 0.24 | 0 | 0.08 | 275.79 | 0.59 | 0.81 |
| Hex | D4 | B2 | EB | A | 18 | 0 | 8 | 114 | 3B | 51 |
| Octal | 324 | 262 | 353 | 12 | 30 | 0 | 10 | 424 | 73 | 121 |
| Binary | 11010100 | 10110010 | 11101011 | 1010 | 11000 | 0 | 1000 | 100010100 | 111011 | 1010001 |
Color Harmonies of #D4B2EB
Complementary color
Monochromatic Colors of #D4B2EB
Black with #D4B2EB
Text Example
Text Example
White with #D4B2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2EB; }
p { color: rgb(212,178,235); }
H1.HeaderClassName
{
color: #D4B2EB;
}
.AnyTagClassName
{
color: #D4B2EB;
}
</style>
background-color css
<style>
a { background-color: #D4B2EB; }
a { background-color: rgb(212,178,235); }
div.DivClassName
{
background-color: #D4B2EB;
}
.BgClassName
{
background-color: #D4B2EB;
}
</style>
border-color css
<style>
span { border-color: #D4B2EB; }
span { border-color: rgb(212,178,235); }
td.TdClassName
{
border-color: #D4B2EB;
}
.TagClassName
{
border-color: #D4B2EB;
}
</style>