Shades of Mauve #D5B1FB
Tints of Mauve #D5B1FB
RGB
CMYK
RGB Variations
Color information
#D5B1FB (or 0xD5B1FB) is known color: Mauve. HEX triplet: D5, B1 and FB. RGB value is (213,177,251). Sum of RGB (Red+Green+Blue) = 213+177+251=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5B1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B1FB is #2A4E04. Grayscale: #C3C3C3. Windows color (decimal): -2772485 or 16495061. OLE color: 16495061.
HSL color Cylindrical-coordinate representation of color #D5B1FB: hue angle of 269.19º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5B1FB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 177 | 251 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.02 |
| HSL | 269.19º | 0.9% | 0.84% | - |
| HSV(B) | 269.19º | 0.29% | 0.98% | - |
| XYZ | 60.58 | 52.56 | 98.22 | - |
| YUV | 196.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 251 | 0.15 | 0.29 | 0 | 0.02 | 269.19 | 0.9 | 0.84 |
| Hex | D5 | B1 | FB | F | 1D | 0 | 2 | 10D | 5A | 54 |
| Octal | 325 | 261 | 373 | 17 | 35 | 0 | 2 | 415 | 132 | 124 |
| Binary | 11010101 | 10110001 | 11111011 | 1111 | 11101 | 0 | 10 | 100001101 | 1011010 | 1010100 |
Color Harmonies of #D5B1FB
Complementary color
Monochromatic Colors of #D5B1FB
Black with #D5B1FB
Text Example
Text Example
White with #D5B1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1FB; }
p { color: rgb(213,177,251); }
H1.HeaderClassName
{
color: #D5B1FB;
}
.AnyTagClassName
{
color: #D5B1FB;
}
</style>
background-color css
<style>
a { background-color: #D5B1FB; }
a { background-color: rgb(213,177,251); }
div.DivClassName
{
background-color: #D5B1FB;
}
.BgClassName
{
background-color: #D5B1FB;
}
</style>
border-color css
<style>
span { border-color: #D5B1FB; }
span { border-color: rgb(213,177,251); }
td.TdClassName
{
border-color: #D5B1FB;
}
.TagClassName
{
border-color: #D5B1FB;
}
</style>