Shades of Mauve #E5C5FC
Tints of Mauve #E5C5FC
RGB
CMYK
RGB Variations
Color information
#E5C5FC (or 0xE5C5FC) is known color: Mauve. HEX triplet: E5, C5 and FC. RGB value is (229,197,252). Sum of RGB (Red+Green+Blue) = 229+197+252=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 197 (77.34% from 255 or 29.06% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C5FC is #1A3A03. Grayscale: #D4D4D4. Windows color (decimal): -1718788 or 16565733. OLE color: 16565733.
HSL color Cylindrical-coordinate representation of color #E5C5FC: hue angle of 274.91º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5C5FC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 197 | 252 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.01 |
| HSL | 274.91º | 0.9% | 0.88% | - |
| HSV(B) | 274.91º | 0.22% | 0.99% | - |
| XYZ | 69.85 | 63.62 | 100.69 | - |
| YUV | 212.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 252 | 0.09 | 0.22 | 0 | 0.01 | 274.91 | 0.9 | 0.88 |
| Hex | E5 | C5 | FC | 9 | 16 | 0 | 1 | 113 | 5A | 58 |
| Octal | 345 | 305 | 374 | 11 | 26 | 0 | 1 | 423 | 132 | 130 |
| Binary | 11100101 | 11000101 | 11111100 | 1001 | 10110 | 0 | 1 | 100010011 | 1011010 | 1011000 |
Color Harmonies of #E5C5FC
Complementary color
Monochromatic Colors of #E5C5FC
Black with #E5C5FC
Text Example
Text Example
White with #E5C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5FC; }
p { color: rgb(229,197,252); }
H1.HeaderClassName
{
color: #E5C5FC;
}
.AnyTagClassName
{
color: #E5C5FC;
}
</style>
background-color css
<style>
a { background-color: #E5C5FC; }
a { background-color: rgb(229,197,252); }
div.DivClassName
{
background-color: #E5C5FC;
}
.BgClassName
{
background-color: #E5C5FC;
}
</style>
border-color css
<style>
span { border-color: #E5C5FC; }
span { border-color: rgb(229,197,252); }
td.TdClassName
{
border-color: #E5C5FC;
}
.TagClassName
{
border-color: #E5C5FC;
}
</style>