Shades of Mauve #D5B1EF
Tints of Mauve #D5B1EF
RGB
CMYK
RGB Variations
Color information
#D5B1EF (or 0xD5B1EF) is known color: Mauve. HEX triplet: D5, B1 and EF. RGB value is (213,177,239). Sum of RGB (Red+Green+Blue) = 213+177+239=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5B1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B1EF is #2A4E10. Grayscale: #C2C2C2. Windows color (decimal): -2772497 or 15708629. OLE color: 15708629.
HSL color Cylindrical-coordinate representation of color #D5B1EF: hue angle of 274.84º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5B1EF is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 177 | 239 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.06 |
| HSL | 274.84º | 0.66% | 0.82% | - |
| HSV(B) | 274.84º | 0.26% | 0.94% | - |
| XYZ | 58.74 | 51.82 | 88.57 | - |
| YUV | 194.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 239 | 0.11 | 0.26 | 0 | 0.06 | 274.84 | 0.66 | 0.82 |
| Hex | D5 | B1 | EF | B | 1A | 0 | 6 | 113 | 42 | 52 |
| Octal | 325 | 261 | 357 | 13 | 32 | 0 | 6 | 423 | 102 | 122 |
| Binary | 11010101 | 10110001 | 11101111 | 1011 | 11010 | 0 | 110 | 100010011 | 1000010 | 1010010 |
Color Harmonies of #D5B1EF
Complementary color
Monochromatic Colors of #D5B1EF
Black with #D5B1EF
Text Example
Text Example
White with #D5B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1EF; }
p { color: rgb(213,177,239); }
H1.HeaderClassName
{
color: #D5B1EF;
}
.AnyTagClassName
{
color: #D5B1EF;
}
</style>
background-color css
<style>
a { background-color: #D5B1EF; }
a { background-color: rgb(213,177,239); }
div.DivClassName
{
background-color: #D5B1EF;
}
.BgClassName
{
background-color: #D5B1EF;
}
</style>
border-color css
<style>
span { border-color: #D5B1EF; }
span { border-color: rgb(213,177,239); }
td.TdClassName
{
border-color: #D5B1EF;
}
.TagClassName
{
border-color: #D5B1EF;
}
</style>