Shades of Mauve #D3B0EF
Tints of Mauve #D3B0EF
RGB
CMYK
RGB Variations
Color information
#D3B0EF (or 0xD3B0EF) is known color: Mauve. HEX triplet: D3, B0 and EF. RGB value is (211,176,239). Sum of RGB (Red+Green+Blue) = 211+176+239=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B0EF is #2C4F10. Grayscale: #C1C1C1. Windows color (decimal): -2903825 or 15708371. OLE color: 15708371.
HSL color Cylindrical-coordinate representation of color #D3B0EF: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3B0EF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 176 | 239 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.06 |
| HSL | 273.33º | 0.66% | 0.81% | - |
| HSV(B) | 273.33º | 0.26% | 0.94% | - |
| XYZ | 57.97 | 51.13 | 88.48 | - |
| YUV | 193.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 239 | 0.12 | 0.26 | 0 | 0.06 | 273.33 | 0.66 | 0.81 |
| Hex | D3 | B0 | EF | C | 1A | 0 | 6 | 111 | 42 | 51 |
| Octal | 323 | 260 | 357 | 14 | 32 | 0 | 6 | 421 | 102 | 121 |
| Binary | 11010011 | 10110000 | 11101111 | 1100 | 11010 | 0 | 110 | 100010001 | 1000010 | 1010001 |
Color Harmonies of #D3B0EF
Complementary color
Monochromatic Colors of #D3B0EF
Black with #D3B0EF
Text Example
Text Example
White with #D3B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B0EF; }
p { color: rgb(211,176,239); }
H1.HeaderClassName
{
color: #D3B0EF;
}
.AnyTagClassName
{
color: #D3B0EF;
}
</style>
background-color css
<style>
a { background-color: #D3B0EF; }
a { background-color: rgb(211,176,239); }
div.DivClassName
{
background-color: #D3B0EF;
}
.BgClassName
{
background-color: #D3B0EF;
}
</style>
border-color css
<style>
span { border-color: #D3B0EF; }
span { border-color: rgb(211,176,239); }
td.TdClassName
{
border-color: #D3B0EF;
}
.TagClassName
{
border-color: #D3B0EF;
}
</style>