Shades of Mauve #D5B1FA
Tints of Mauve #D5B1FA
RGB
CMYK
RGB Variations
Color information
#D5B1FA (or 0xD5B1FA) is known color: Mauve. HEX triplet: D5, B1 and FA. RGB value is (213,177,250). Sum of RGB (Red+Green+Blue) = 213+177+250=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B1FA is #2A4E05. Grayscale: #C3C3C3. Windows color (decimal): -2772486 or 16429525. OLE color: 16429525.
HSL color Cylindrical-coordinate representation of color #D5B1FA: hue angle of 269.59º degrees, saturation: 0.88, 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 #D5B1FA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 177 | 250 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.02 |
| HSL | 269.59º | 0.88% | 0.84% | - |
| HSV(B) | 269.59º | 0.29% | 0.98% | - |
| XYZ | 60.42 | 52.49 | 97.39 | - |
| YUV | 196.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 250 | 0.15 | 0.29 | 0 | 0.02 | 269.59 | 0.88 | 0.84 |
| Hex | D5 | B1 | FA | F | 1D | 0 | 2 | 10E | 58 | 54 |
| Octal | 325 | 261 | 372 | 17 | 35 | 0 | 2 | 416 | 130 | 124 |
| Binary | 11010101 | 10110001 | 11111010 | 1111 | 11101 | 0 | 10 | 100001110 | 1011000 | 1010100 |
Color Harmonies of #D5B1FA
Complementary color
Monochromatic Colors of #D5B1FA
Black with #D5B1FA
Text Example
Text Example
White with #D5B1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1FA; }
p { color: rgb(213,177,250); }
H1.HeaderClassName
{
color: #D5B1FA;
}
.AnyTagClassName
{
color: #D5B1FA;
}
</style>
background-color css
<style>
a { background-color: #D5B1FA; }
a { background-color: rgb(213,177,250); }
div.DivClassName
{
background-color: #D5B1FA;
}
.BgClassName
{
background-color: #D5B1FA;
}
</style>
border-color css
<style>
span { border-color: #D5B1FA; }
span { border-color: rgb(213,177,250); }
td.TdClassName
{
border-color: #D5B1FA;
}
.TagClassName
{
border-color: #D5B1FA;
}
</style>