Shades of Mauve #D5B5F1
Tints of Mauve #D5B5F1
RGB
CMYK
RGB Variations
Color information
#D5B5F1 (or 0xD5B5F1) is known color: Mauve. HEX triplet: D5, B5 and F1. RGB value is (213,181,241). Sum of RGB (Red+Green+Blue) = 213+181+241=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5B5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B5F1 is #2A4A0E. Grayscale: #C5C5C5. Windows color (decimal): -2771471 or 15840725. OLE color: 15840725.
HSL color Cylindrical-coordinate representation of color #D5B5F1: hue angle of 272º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B5F1 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 181 | 241 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.05 |
| HSL | 272º | 0.68% | 0.83% | - |
| HSV(B) | 272º | 0.25% | 0.95% | - |
| XYZ | 59.84 | 53.54 | 90.4 | - |
| YUV | 197.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 241 | 0.12 | 0.25 | 0 | 0.05 | 272 | 0.68 | 0.83 |
| Hex | D5 | B5 | F1 | C | 19 | 0 | 5 | 110 | 44 | 53 |
| Octal | 325 | 265 | 361 | 14 | 31 | 0 | 5 | 420 | 104 | 123 |
| Binary | 11010101 | 10110101 | 11110001 | 1100 | 11001 | 0 | 101 | 100010000 | 1000100 | 1010011 |
Color Harmonies of #D5B5F1
Complementary color
Monochromatic Colors of #D5B5F1
Black with #D5B5F1
Text Example
Text Example
White with #D5B5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B5F1; }
p { color: rgb(213,181,241); }
H1.HeaderClassName
{
color: #D5B5F1;
}
.AnyTagClassName
{
color: #D5B5F1;
}
</style>
background-color css
<style>
a { background-color: #D5B5F1; }
a { background-color: rgb(213,181,241); }
div.DivClassName
{
background-color: #D5B5F1;
}
.BgClassName
{
background-color: #D5B5F1;
}
</style>
border-color css
<style>
span { border-color: #D5B5F1; }
span { border-color: rgb(213,181,241); }
td.TdClassName
{
border-color: #D5B5F1;
}
.TagClassName
{
border-color: #D5B5F1;
}
</style>