Shades of Mauve #EEC4FF
Tints of Mauve #EEC4FF
RGB
CMYK
RGB Variations
Color information
#EEC4FF (or 0xEEC4FF) is known color: Mauve. HEX triplet: EE, C4 and FF. RGB value is (238,196,255). Sum of RGB (Red+Green+Blue) = 238+196+255=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 196 (76.95% from 255 or 28.45% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC4FF is #113B00. Grayscale: #D7D7D7. Windows color (decimal): -1129217 or 16762094. OLE color: 16762094.
HSL color Cylindrical-coordinate representation of color #EEC4FF: hue angle of 282.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEC4FF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 196 | 255 | - |
| CMYK | 0.07 | 0.23 | 0 | 0 |
| HSL | 282.71º | 1% | 0.88% | - |
| HSV(B) | 282.71º | 0.23% | 1% | - |
| XYZ | 73.05 | 64.88 | 103.28 | - |
| YUV | 215.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 255 | 0.07 | 0.23 | 0 | 0 | 282.71 | 1 | 0.88 |
| Hex | EE | C4 | FF | 7 | 17 | 0 | 0 | 11B | 64 | 58 |
| Octal | 356 | 304 | 377 | 7 | 27 | 0 | 0 | 433 | 144 | 130 |
| Binary | 11101110 | 11000100 | 11111111 | 111 | 10111 | 0 | 0 | 100011011 | 1100100 | 1011000 |
Color Harmonies of #EEC4FF
Complementary color
Monochromatic Colors of #EEC4FF
Black with #EEC4FF
Text Example
Text Example
White with #EEC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4FF; }
p { color: rgb(238,196,255); }
H1.HeaderClassName
{
color: #EEC4FF;
}
.AnyTagClassName
{
color: #EEC4FF;
}
</style>
background-color css
<style>
a { background-color: #EEC4FF; }
a { background-color: rgb(238,196,255); }
div.DivClassName
{
background-color: #EEC4FF;
}
.BgClassName
{
background-color: #EEC4FF;
}
</style>
border-color css
<style>
span { border-color: #EEC4FF; }
span { border-color: rgb(238,196,255); }
td.TdClassName
{
border-color: #EEC4FF;
}
.TagClassName
{
border-color: #EEC4FF;
}
</style>