Shades of Mauve #D2B0EE
Tints of Mauve #D2B0EE
RGB
CMYK
RGB Variations
Color information
#D2B0EE (or 0xD2B0EE) is known color: Mauve. HEX triplet: D2, B0 and EE. RGB value is (210,176,238). Sum of RGB (Red+Green+Blue) = 210+176+238=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B0EE is #2D4F11. Grayscale: #C1C1C1. Windows color (decimal): -2969362 or 15642834. OLE color: 15642834.
HSL color Cylindrical-coordinate representation of color #D2B0EE: hue angle of 272.9º 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 #D2B0EE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 176 | 238 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.07 |
| HSL | 272.9º | 0.65% | 0.81% | - |
| HSV(B) | 272.9º | 0.26% | 0.93% | - |
| XYZ | 57.54 | 50.93 | 87.69 | - |
| YUV | 193.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 238 | 0.12 | 0.26 | 0 | 0.07 | 272.9 | 0.65 | 0.81 |
| Hex | D2 | B0 | EE | C | 1A | 0 | 7 | 111 | 41 | 51 |
| Octal | 322 | 260 | 356 | 14 | 32 | 0 | 7 | 421 | 101 | 121 |
| Binary | 11010010 | 10110000 | 11101110 | 1100 | 11010 | 0 | 111 | 100010001 | 1000001 | 1010001 |
Color Harmonies of #D2B0EE
Complementary color
Monochromatic Colors of #D2B0EE
Black with #D2B0EE
Text Example
Text Example
White with #D2B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0EE; }
p { color: rgb(210,176,238); }
H1.HeaderClassName
{
color: #D2B0EE;
}
.AnyTagClassName
{
color: #D2B0EE;
}
</style>
background-color css
<style>
a { background-color: #D2B0EE; }
a { background-color: rgb(210,176,238); }
div.DivClassName
{
background-color: #D2B0EE;
}
.BgClassName
{
background-color: #D2B0EE;
}
</style>
border-color css
<style>
span { border-color: #D2B0EE; }
span { border-color: rgb(210,176,238); }
td.TdClassName
{
border-color: #D2B0EE;
}
.TagClassName
{
border-color: #D2B0EE;
}
</style>