Shades of Mauve #D5B3F7
Tints of Mauve #D5B3F7
RGB
CMYK
RGB Variations
Color information
#D5B3F7 (or 0xD5B3F7) is known color: Mauve. HEX triplet: D5, B3 and F7. RGB value is (213,179,247). Sum of RGB (Red+Green+Blue) = 213+179+247=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5B3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B3F7 is #2A4C08. Grayscale: #C4C4C4. Windows color (decimal): -2771977 or 16233429. OLE color: 16233429.
HSL color Cylindrical-coordinate representation of color #D5B3F7: hue angle of 270º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5B3F7 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 179 | 247 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.03 |
| HSL | 270º | 0.81% | 0.84% | - |
| HSV(B) | 270º | 0.28% | 0.97% | - |
| XYZ | 60.35 | 53.1 | 95.06 | - |
| YUV | 196.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 247 | 0.14 | 0.28 | 0 | 0.03 | 270 | 0.81 | 0.84 |
| Hex | D5 | B3 | F7 | E | 1C | 0 | 3 | 10E | 51 | 54 |
| Octal | 325 | 263 | 367 | 16 | 34 | 0 | 3 | 416 | 121 | 124 |
| Binary | 11010101 | 10110011 | 11110111 | 1110 | 11100 | 0 | 11 | 100001110 | 1010001 | 1010100 |
Color Harmonies of #D5B3F7
Complementary color
Monochromatic Colors of #D5B3F7
Black with #D5B3F7
Text Example
Text Example
White with #D5B3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3F7; }
p { color: rgb(213,179,247); }
H1.HeaderClassName
{
color: #D5B3F7;
}
.AnyTagClassName
{
color: #D5B3F7;
}
</style>
background-color css
<style>
a { background-color: #D5B3F7; }
a { background-color: rgb(213,179,247); }
div.DivClassName
{
background-color: #D5B3F7;
}
.BgClassName
{
background-color: #D5B3F7;
}
</style>
border-color css
<style>
span { border-color: #D5B3F7; }
span { border-color: rgb(213,179,247); }
td.TdClassName
{
border-color: #D5B3F7;
}
.TagClassName
{
border-color: #D5B3F7;
}
</style>