Shades of Mauve #E4C5FC
Tints of Mauve #E4C5FC
RGB
CMYK
RGB Variations
Color information
#E4C5FC (or 0xE4C5FC) is known color: Mauve. HEX triplet: E4, C5 and FC. RGB value is (228,197,252). Sum of RGB (Red+Green+Blue) = 228+197+252=677 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.68% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5FC is #1B3A03. Grayscale: #D4D4D4. Windows color (decimal): -1784324 or 16565732. OLE color: 16565732.
HSL color Cylindrical-coordinate representation of color #E4C5FC: hue angle of 273.82º 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 #E4C5FC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 197 | 252 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.01 |
| HSL | 273.82º | 0.9% | 0.88% | - |
| HSV(B) | 273.82º | 0.22% | 0.99% | - |
| XYZ | 69.53 | 63.45 | 100.68 | - |
| YUV | 212.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 197 | 252 | 0.10 | 0.22 | 0 | 0.01 | 273.82 | 0.9 | 0.88 |
| Hex | E4 | C5 | FC | A | 16 | 0 | 1 | 112 | 5A | 58 |
| Octal | 344 | 305 | 374 | 12 | 26 | 0 | 1 | 422 | 132 | 130 |
| Binary | 11100100 | 11000101 | 11111100 | 1010 | 10110 | 0 | 1 | 100010010 | 1011010 | 1011000 |
Color Harmonies of #E4C5FC
Complementary color
Monochromatic Colors of #E4C5FC
Black with #E4C5FC
Text Example
Text Example
White with #E4C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C5FC; }
p { color: rgb(228,197,252); }
H1.HeaderClassName
{
color: #E4C5FC;
}
.AnyTagClassName
{
color: #E4C5FC;
}
</style>
background-color css
<style>
a { background-color: #E4C5FC; }
a { background-color: rgb(228,197,252); }
div.DivClassName
{
background-color: #E4C5FC;
}
.BgClassName
{
background-color: #E4C5FC;
}
</style>
border-color css
<style>
span { border-color: #E4C5FC; }
span { border-color: rgb(228,197,252); }
td.TdClassName
{
border-color: #E4C5FC;
}
.TagClassName
{
border-color: #E4C5FC;
}
</style>