Shades of Mauve #E9C5FB
Tints of Mauve #E9C5FB
RGB
CMYK
RGB Variations
Color information
#E9C5FB (or 0xE9C5FB) is known color: Mauve. HEX triplet: E9, C5 and FB. RGB value is (233,197,251). Sum of RGB (Red+Green+Blue) = 233+197+251=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9C5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C5FB is #163A04. Grayscale: #D5D5D5. Windows color (decimal): -1456645 or 16500201. OLE color: 16500201.
HSL color Cylindrical-coordinate representation of color #E9C5FB: hue angle of 280º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9C5FB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 197 | 251 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.02 |
| HSL | 280º | 0.87% | 0.88% | - |
| HSV(B) | 280º | 0.22% | 0.98% | - |
| XYZ | 70.98 | 64.22 | 99.92 | - |
| YUV | 213.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 251 | 0.07 | 0.22 | 0 | 0.02 | 280 | 0.87 | 0.88 |
| Hex | E9 | C5 | FB | 7 | 16 | 0 | 2 | 118 | 57 | 58 |
| Octal | 351 | 305 | 373 | 7 | 26 | 0 | 2 | 430 | 127 | 130 |
| Binary | 11101001 | 11000101 | 11111011 | 111 | 10110 | 0 | 10 | 100011000 | 1010111 | 1011000 |
Color Harmonies of #E9C5FB
Complementary color
Monochromatic Colors of #E9C5FB
Black with #E9C5FB
Text Example
Text Example
White with #E9C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C5FB; }
p { color: rgb(233,197,251); }
H1.HeaderClassName
{
color: #E9C5FB;
}
.AnyTagClassName
{
color: #E9C5FB;
}
</style>
background-color css
<style>
a { background-color: #E9C5FB; }
a { background-color: rgb(233,197,251); }
div.DivClassName
{
background-color: #E9C5FB;
}
.BgClassName
{
background-color: #E9C5FB;
}
</style>
border-color css
<style>
span { border-color: #E9C5FB; }
span { border-color: rgb(233,197,251); }
td.TdClassName
{
border-color: #E9C5FB;
}
.TagClassName
{
border-color: #E9C5FB;
}
</style>