Shades of Mauve #E4C4FC
Tints of Mauve #E4C4FC
RGB
CMYK
RGB Variations
Color information
#E4C4FC (or 0xE4C4FC) is known color: Mauve. HEX triplet: E4, C4 and FC. RGB value is (228,196,252). Sum of RGB (Red+Green+Blue) = 228+196+252=676 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.73% from 676); Green value is 196 (76.95% from 255 or 28.99% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4C4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C4FC is #1B3B03. Grayscale: #D3D3D3. Windows color (decimal): -1784580 or 16565476. OLE color: 16565476.
HSL color Cylindrical-coordinate representation of color #E4C4FC: hue angle of 274.29º 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 #E4C4FC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 196 | 252 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.01 |
| HSL | 274.29º | 0.9% | 0.88% | - |
| HSV(B) | 274.29º | 0.22% | 0.99% | - |
| XYZ | 69.31 | 63 | 100.6 | - |
| YUV | 211.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 196 | 252 | 0.10 | 0.22 | 0 | 0.01 | 274.29 | 0.9 | 0.88 |
| Hex | E4 | C4 | FC | A | 16 | 0 | 1 | 112 | 5A | 58 |
| Octal | 344 | 304 | 374 | 12 | 26 | 0 | 1 | 422 | 132 | 130 |
| Binary | 11100100 | 11000100 | 11111100 | 1010 | 10110 | 0 | 1 | 100010010 | 1011010 | 1011000 |
Color Harmonies of #E4C4FC
Complementary color
Monochromatic Colors of #E4C4FC
Black with #E4C4FC
Text Example
Text Example
White with #E4C4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C4FC; }
p { color: rgb(228,196,252); }
H1.HeaderClassName
{
color: #E4C4FC;
}
.AnyTagClassName
{
color: #E4C4FC;
}
</style>
background-color css
<style>
a { background-color: #E4C4FC; }
a { background-color: rgb(228,196,252); }
div.DivClassName
{
background-color: #E4C4FC;
}
.BgClassName
{
background-color: #E4C4FC;
}
</style>
border-color css
<style>
span { border-color: #E4C4FC; }
span { border-color: rgb(228,196,252); }
td.TdClassName
{
border-color: #E4C4FC;
}
.TagClassName
{
border-color: #E4C4FC;
}
</style>