Shades of Mauve #D5B3F9
Tints of Mauve #D5B3F9
RGB
CMYK
RGB Variations
Color information
#D5B3F9 (or 0xD5B3F9) is known color: Mauve. HEX triplet: D5, B3 and F9. RGB value is (213,179,249). Sum of RGB (Red+Green+Blue) = 213+179+249=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5B3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B3F9 is #2A4C06. Grayscale: #C4C4C4. Windows color (decimal): -2771975 or 16364501. OLE color: 16364501.
HSL color Cylindrical-coordinate representation of color #D5B3F9: hue angle of 269.14º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5B3F9 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 179 | 249 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.02 |
| HSL | 269.14º | 0.85% | 0.84% | - |
| HSV(B) | 269.14º | 0.28% | 0.98% | - |
| XYZ | 60.66 | 53.23 | 96.7 | - |
| YUV | 197.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 249 | 0.14 | 0.28 | 0 | 0.02 | 269.14 | 0.85 | 0.84 |
| Hex | D5 | B3 | F9 | E | 1C | 0 | 2 | 10D | 55 | 54 |
| Octal | 325 | 263 | 371 | 16 | 34 | 0 | 2 | 415 | 125 | 124 |
| Binary | 11010101 | 10110011 | 11111001 | 1110 | 11100 | 0 | 10 | 100001101 | 1010101 | 1010100 |
Color Harmonies of #D5B3F9
Complementary color
Monochromatic Colors of #D5B3F9
Black with #D5B3F9
Text Example
Text Example
White with #D5B3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3F9; }
p { color: rgb(213,179,249); }
H1.HeaderClassName
{
color: #D5B3F9;
}
.AnyTagClassName
{
color: #D5B3F9;
}
</style>
background-color css
<style>
a { background-color: #D5B3F9; }
a { background-color: rgb(213,179,249); }
div.DivClassName
{
background-color: #D5B3F9;
}
.BgClassName
{
background-color: #D5B3F9;
}
</style>
border-color css
<style>
span { border-color: #D5B3F9; }
span { border-color: rgb(213,179,249); }
td.TdClassName
{
border-color: #D5B3F9;
}
.TagClassName
{
border-color: #D5B3F9;
}
</style>