Shades of Mauve #D2B1EB
Tints of Mauve #D2B1EB
RGB
CMYK
RGB Variations
Color information
#D2B1EB (or 0xD2B1EB) is known color: Mauve. HEX triplet: D2, B1 and EB. RGB value is (210,177,235). Sum of RGB (Red+Green+Blue) = 210+177+235=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B1EB is #2D4E14. Grayscale: #C1C1C1. Windows color (decimal): -2969109 or 15446482. OLE color: 15446482.
HSL color Cylindrical-coordinate representation of color #D2B1EB: hue angle of 274.14º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B1EB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 177 | 235 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.08 |
| HSL | 274.14º | 0.59% | 0.81% | - |
| HSV(B) | 274.14º | 0.25% | 0.92% | - |
| XYZ | 57.3 | 51.14 | 85.45 | - |
| YUV | 193.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 235 | 0.11 | 0.25 | 0 | 0.08 | 274.14 | 0.59 | 0.81 |
| Hex | D2 | B1 | EB | B | 19 | 0 | 8 | 112 | 3B | 51 |
| Octal | 322 | 261 | 353 | 13 | 31 | 0 | 10 | 422 | 73 | 121 |
| Binary | 11010010 | 10110001 | 11101011 | 1011 | 11001 | 0 | 1000 | 100010010 | 111011 | 1010001 |
Color Harmonies of #D2B1EB
Complementary color
Monochromatic Colors of #D2B1EB
Black with #D2B1EB
Text Example
Text Example
White with #D2B1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B1EB; }
p { color: rgb(210,177,235); }
H1.HeaderClassName
{
color: #D2B1EB;
}
.AnyTagClassName
{
color: #D2B1EB;
}
</style>
background-color css
<style>
a { background-color: #D2B1EB; }
a { background-color: rgb(210,177,235); }
div.DivClassName
{
background-color: #D2B1EB;
}
.BgClassName
{
background-color: #D2B1EB;
}
</style>
border-color css
<style>
span { border-color: #D2B1EB; }
span { border-color: rgb(210,177,235); }
td.TdClassName
{
border-color: #D2B1EB;
}
.TagClassName
{
border-color: #D2B1EB;
}
</style>