Shades of Mauve #EEC4FE
Tints of Mauve #EEC4FE
RGB
CMYK
RGB Variations
Color information
#EEC4FE (or 0xEEC4FE) is known color: Mauve. HEX triplet: EE, C4 and FE. RGB value is (238,196,254). Sum of RGB (Red+Green+Blue) = 238+196+254=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 196 (76.95% from 255 or 28.49% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4FE is #113B01. Grayscale: #D6D6D6. Windows color (decimal): -1129218 or 16696558. OLE color: 16696558.
HSL color Cylindrical-coordinate representation of color #EEC4FE: hue angle of 283.45º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEC4FE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 196 | 254 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.00 |
| HSL | 283.45º | 0.97% | 0.88% | - |
| HSV(B) | 283.45º | 0.23% | 1% | - |
| XYZ | 72.89 | 64.81 | 102.43 | - |
| YUV | 215.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 254 | 0.06 | 0.23 | 0 | 0.00 | 283.45 | 0.97 | 0.88 |
| Hex | EE | C4 | FE | 6 | 17 | 0 | 0 | 11B | 61 | 58 |
| Octal | 356 | 304 | 376 | 6 | 27 | 0 | 0 | 433 | 141 | 130 |
| Binary | 11101110 | 11000100 | 11111110 | 110 | 10111 | 0 | 0 | 100011011 | 1100001 | 1011000 |
Color Harmonies of #EEC4FE
Complementary color
Monochromatic Colors of #EEC4FE
Black with #EEC4FE
Text Example
Text Example
White with #EEC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4FE; }
p { color: rgb(238,196,254); }
H1.HeaderClassName
{
color: #EEC4FE;
}
.AnyTagClassName
{
color: #EEC4FE;
}
</style>
background-color css
<style>
a { background-color: #EEC4FE; }
a { background-color: rgb(238,196,254); }
div.DivClassName
{
background-color: #EEC4FE;
}
.BgClassName
{
background-color: #EEC4FE;
}
</style>
border-color css
<style>
span { border-color: #EEC4FE; }
span { border-color: rgb(238,196,254); }
td.TdClassName
{
border-color: #EEC4FE;
}
.TagClassName
{
border-color: #EEC4FE;
}
</style>