Shades of Mauve #E2C3FF
Tints of Mauve #E2C3FF
RGB
CMYK
RGB Variations
Color information
#E2C3FF (or 0xE2C3FF) is known color: Mauve. HEX triplet: E2, C3 and FF. RGB value is (226,195,255). Sum of RGB (Red+Green+Blue) = 226+195+255=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 195 (76.56% from 255 or 28.85% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2C3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C3FF is #1D3C00. Grayscale: #D2D2D2. Windows color (decimal): -1915905 or 16761826. OLE color: 16761826.
HSL color Cylindrical-coordinate representation of color #E2C3FF: hue angle of 271º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2C3FF is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 195 | 255 | - |
| CMYK | 0.11 | 0.24 | 0 | 0 |
| HSL | 271º | 1% | 0.88% | - |
| HSV(B) | 271º | 0.24% | 1% | - |
| XYZ | 68.93 | 62.42 | 103.02 | - |
| YUV | 211.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 255 | 0.11 | 0.24 | 0 | 0 | 271 | 1 | 0.88 |
| Hex | E2 | C3 | FF | B | 18 | 0 | 0 | 10F | 64 | 58 |
| Octal | 342 | 303 | 377 | 13 | 30 | 0 | 0 | 417 | 144 | 130 |
| Binary | 11100010 | 11000011 | 11111111 | 1011 | 11000 | 0 | 0 | 100001111 | 1100100 | 1011000 |
Color Harmonies of #E2C3FF
Complementary color
Monochromatic Colors of #E2C3FF
Black with #E2C3FF
Text Example
Text Example
White with #E2C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C3FF; }
p { color: rgb(226,195,255); }
H1.HeaderClassName
{
color: #E2C3FF;
}
.AnyTagClassName
{
color: #E2C3FF;
}
</style>
background-color css
<style>
a { background-color: #E2C3FF; }
a { background-color: rgb(226,195,255); }
div.DivClassName
{
background-color: #E2C3FF;
}
.BgClassName
{
background-color: #E2C3FF;
}
</style>
border-color css
<style>
span { border-color: #E2C3FF; }
span { border-color: rgb(226,195,255); }
td.TdClassName
{
border-color: #E2C3FF;
}
.TagClassName
{
border-color: #E2C3FF;
}
</style>