Shades of Mauve #D5B7F3
Tints of Mauve #D5B7F3
RGB
CMYK
RGB Variations
Color information
#D5B7F3 (or 0xD5B7F3) is known color: Mauve. HEX triplet: D5, B7 and F3. RGB value is (213,183,243). Sum of RGB (Red+Green+Blue) = 213+183+243=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5B7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B7F3 is #2A480C. Grayscale: #C6C6C6. Windows color (decimal): -2770957 or 15972309. OLE color: 15972309.
HSL color Cylindrical-coordinate representation of color #D5B7F3: hue angle of 270º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B7F3 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 183 | 243 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.05 |
| HSL | 270º | 0.71% | 0.84% | - |
| HSV(B) | 270º | 0.25% | 0.95% | - |
| XYZ | 60.55 | 54.48 | 92.12 | - |
| YUV | 198.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 243 | 0.12 | 0.25 | 0 | 0.05 | 270 | 0.71 | 0.84 |
| Hex | D5 | B7 | F3 | C | 19 | 0 | 5 | 10E | 47 | 54 |
| Octal | 325 | 267 | 363 | 14 | 31 | 0 | 5 | 416 | 107 | 124 |
| Binary | 11010101 | 10110111 | 11110011 | 1100 | 11001 | 0 | 101 | 100001110 | 1000111 | 1010100 |
Color Harmonies of #D5B7F3
Complementary color
Monochromatic Colors of #D5B7F3
Black with #D5B7F3
Text Example
Text Example
White with #D5B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7F3; }
p { color: rgb(213,183,243); }
H1.HeaderClassName
{
color: #D5B7F3;
}
.AnyTagClassName
{
color: #D5B7F3;
}
</style>
background-color css
<style>
a { background-color: #D5B7F3; }
a { background-color: rgb(213,183,243); }
div.DivClassName
{
background-color: #D5B7F3;
}
.BgClassName
{
background-color: #D5B7F3;
}
</style>
border-color css
<style>
span { border-color: #D5B7F3; }
span { border-color: rgb(213,183,243); }
td.TdClassName
{
border-color: #D5B7F3;
}
.TagClassName
{
border-color: #D5B7F3;
}
</style>