Shades of Mauve #D3B2EE
Tints of Mauve #D3B2EE
RGB
CMYK
RGB Variations
Color information
#D3B2EE (or 0xD3B2EE) is known color: Mauve. HEX triplet: D3, B2 and EE. RGB value is (211,178,238). Sum of RGB (Red+Green+Blue) = 211+178+238=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3B2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B2EE is #2C4D11. Grayscale: #C2C2C2. Windows color (decimal): -2903314 or 15643347. OLE color: 15643347.
HSL color Cylindrical-coordinate representation of color #D3B2EE: hue angle of 273º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3B2EE is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 178 | 238 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.07 |
| HSL | 273º | 0.64% | 0.82% | - |
| HSV(B) | 273º | 0.25% | 0.93% | - |
| XYZ | 58.22 | 51.86 | 87.83 | - |
| YUV | 194.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 178 | 238 | 0.11 | 0.25 | 0 | 0.07 | 273 | 0.64 | 0.82 |
| Hex | D3 | B2 | EE | B | 19 | 0 | 7 | 111 | 40 | 52 |
| Octal | 323 | 262 | 356 | 13 | 31 | 0 | 7 | 421 | 100 | 122 |
| Binary | 11010011 | 10110010 | 11101110 | 1011 | 11001 | 0 | 111 | 100010001 | 1000000 | 1010010 |
Color Harmonies of #D3B2EE
Complementary color
Monochromatic Colors of #D3B2EE
Black with #D3B2EE
Text Example
Text Example
White with #D3B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B2EE; }
p { color: rgb(211,178,238); }
H1.HeaderClassName
{
color: #D3B2EE;
}
.AnyTagClassName
{
color: #D3B2EE;
}
</style>
background-color css
<style>
a { background-color: #D3B2EE; }
a { background-color: rgb(211,178,238); }
div.DivClassName
{
background-color: #D3B2EE;
}
.BgClassName
{
background-color: #D3B2EE;
}
</style>
border-color css
<style>
span { border-color: #D3B2EE; }
span { border-color: rgb(211,178,238); }
td.TdClassName
{
border-color: #D3B2EE;
}
.TagClassName
{
border-color: #D3B2EE;
}
</style>