Shades of Mauve #D3B3ED
Tints of Mauve #D3B3ED
RGB
CMYK
RGB Variations
Color information
#D3B3ED (or 0xD3B3ED) is known color: Mauve. HEX triplet: D3, B3 and ED. RGB value is (211,179,237). Sum of RGB (Red+Green+Blue) = 211+179+237=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3B3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B3ED is #2C4C12. Grayscale: #C2C2C2. Windows color (decimal): -2903059 or 15578067. OLE color: 15578067.
HSL color Cylindrical-coordinate representation of color #D3B3ED: hue angle of 273.1º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3B3ED is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 179 | 237 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 273.1º | 0.62% | 0.82% | - |
| HSV(B) | 273.1º | 0.24% | 0.93% | - |
| XYZ | 58.27 | 52.2 | 87.13 | - |
| YUV | 195.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 237 | 0.11 | 0.24 | 0 | 0.07 | 273.1 | 0.62 | 0.82 |
| Hex | D3 | B3 | ED | B | 18 | 0 | 7 | 111 | 3E | 52 |
| Octal | 323 | 263 | 355 | 13 | 30 | 0 | 7 | 421 | 76 | 122 |
| Binary | 11010011 | 10110011 | 11101101 | 1011 | 11000 | 0 | 111 | 100010001 | 111110 | 1010010 |
Color Harmonies of #D3B3ED
Complementary color
Monochromatic Colors of #D3B3ED
Black with #D3B3ED
Text Example
Text Example
White with #D3B3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B3ED; }
p { color: rgb(211,179,237); }
H1.HeaderClassName
{
color: #D3B3ED;
}
.AnyTagClassName
{
color: #D3B3ED;
}
</style>
background-color css
<style>
a { background-color: #D3B3ED; }
a { background-color: rgb(211,179,237); }
div.DivClassName
{
background-color: #D3B3ED;
}
.BgClassName
{
background-color: #D3B3ED;
}
</style>
border-color css
<style>
span { border-color: #D3B3ED; }
span { border-color: rgb(211,179,237); }
td.TdClassName
{
border-color: #D3B3ED;
}
.TagClassName
{
border-color: #D3B3ED;
}
</style>