Shades of Mauve #EEC2FF
Tints of Mauve #EEC2FF
RGB
CMYK
RGB Variations
Color information
#EEC2FF (or 0xEEC2FF) is known color: Mauve. HEX triplet: EE, C2 and FF. RGB value is (238,194,255). Sum of RGB (Red+Green+Blue) = 238+194+255=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2FF is #113D00. Grayscale: #D5D5D5. Windows color (decimal): -1129729 or 16761582. OLE color: 16761582.
HSL color Cylindrical-coordinate representation of color #EEC2FF: hue angle of 283.28º 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 #EEC2FF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 194 | 255 | - |
| CMYK | 0.07 | 0.24 | 0 | 0 |
| HSL | 283.28º | 1% | 0.88% | - |
| HSV(B) | 283.28º | 0.24% | 1% | - |
| XYZ | 72.6 | 63.98 | 103.13 | - |
| YUV | 214.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 255 | 0.07 | 0.24 | 0 | 0 | 283.28 | 1 | 0.88 |
| Hex | EE | C2 | FF | 7 | 18 | 0 | 0 | 11B | 64 | 58 |
| Octal | 356 | 302 | 377 | 7 | 30 | 0 | 0 | 433 | 144 | 130 |
| Binary | 11101110 | 11000010 | 11111111 | 111 | 11000 | 0 | 0 | 100011011 | 1100100 | 1011000 |
Color Harmonies of #EEC2FF
Complementary color
Monochromatic Colors of #EEC2FF
Black with #EEC2FF
Text Example
Text Example
White with #EEC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2FF; }
p { color: rgb(238,194,255); }
H1.HeaderClassName
{
color: #EEC2FF;
}
.AnyTagClassName
{
color: #EEC2FF;
}
</style>
background-color css
<style>
a { background-color: #EEC2FF; }
a { background-color: rgb(238,194,255); }
div.DivClassName
{
background-color: #EEC2FF;
}
.BgClassName
{
background-color: #EEC2FF;
}
</style>
border-color css
<style>
span { border-color: #EEC2FF; }
span { border-color: rgb(238,194,255); }
td.TdClassName
{
border-color: #EEC2FF;
}
.TagClassName
{
border-color: #EEC2FF;
}
</style>