Shades of Mauve #EEC1FF
Tints of Mauve #EEC1FF
RGB
CMYK
RGB Variations
Color information
#EEC1FF (or 0xEEC1FF) is known color: Mauve. HEX triplet: EE, C1 and FF. RGB value is (238,193,255). Sum of RGB (Red+Green+Blue) = 238+193+255=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 193 (75.78% from 255 or 28.13% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1FF is #113E00. Grayscale: #D5D5D5. Windows color (decimal): -1129985 or 16761326. OLE color: 16761326.
HSL color Cylindrical-coordinate representation of color #EEC1FF: hue angle of 283.55º 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 #EEC1FF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 193 | 255 | - |
| CMYK | 0.07 | 0.24 | 0 | 0 |
| HSL | 283.55º | 1% | 0.88% | - |
| HSV(B) | 283.55º | 0.24% | 1% | - |
| XYZ | 72.38 | 63.54 | 103.06 | - |
| YUV | 213.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 255 | 0.07 | 0.24 | 0 | 0 | 283.55 | 1 | 0.88 |
| Hex | EE | C1 | FF | 7 | 18 | 0 | 0 | 11C | 64 | 58 |
| Octal | 356 | 301 | 377 | 7 | 30 | 0 | 0 | 434 | 144 | 130 |
| Binary | 11101110 | 11000001 | 11111111 | 111 | 11000 | 0 | 0 | 100011100 | 1100100 | 1011000 |
Color Harmonies of #EEC1FF
Complementary color
Monochromatic Colors of #EEC1FF
Black with #EEC1FF
Text Example
Text Example
White with #EEC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1FF; }
p { color: rgb(238,193,255); }
H1.HeaderClassName
{
color: #EEC1FF;
}
.AnyTagClassName
{
color: #EEC1FF;
}
</style>
background-color css
<style>
a { background-color: #EEC1FF; }
a { background-color: rgb(238,193,255); }
div.DivClassName
{
background-color: #EEC1FF;
}
.BgClassName
{
background-color: #EEC1FF;
}
</style>
border-color css
<style>
span { border-color: #EEC1FF; }
span { border-color: rgb(238,193,255); }
td.TdClassName
{
border-color: #EEC1FF;
}
.TagClassName
{
border-color: #EEC1FF;
}
</style>