Shades of Mauve #EEC6FF
Tints of Mauve #EEC6FF
RGB
CMYK
RGB Variations
Color information
#EEC6FF (or 0xEEC6FF) is known color: Mauve. HEX triplet: EE, C6 and FF. RGB value is (238,198,255). Sum of RGB (Red+Green+Blue) = 238+198+255=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC6FF is #113900. Grayscale: #D8D8D8. Windows color (decimal): -1128705 or 16762606. OLE color: 16762606.
HSL color Cylindrical-coordinate representation of color #EEC6FF: hue angle of 282.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC6FF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 198 | 255 | - |
| CMYK | 0.07 | 0.22 | 0 | 0 |
| HSL | 282.11º | 1% | 0.89% | - |
| HSV(B) | 282.11º | 0.22% | 1% | - |
| XYZ | 73.5 | 65.79 | 103.43 | - |
| YUV | 216.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 255 | 0.07 | 0.22 | 0 | 0 | 282.11 | 1 | 0.89 |
| Hex | EE | C6 | FF | 7 | 16 | 0 | 0 | 11A | 64 | 59 |
| Octal | 356 | 306 | 377 | 7 | 26 | 0 | 0 | 432 | 144 | 131 |
| Binary | 11101110 | 11000110 | 11111111 | 111 | 10110 | 0 | 0 | 100011010 | 1100100 | 1011001 |
Color Harmonies of #EEC6FF
Complementary color
Monochromatic Colors of #EEC6FF
Black with #EEC6FF
Text Example
Text Example
White with #EEC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC6FF; }
p { color: rgb(238,198,255); }
H1.HeaderClassName
{
color: #EEC6FF;
}
.AnyTagClassName
{
color: #EEC6FF;
}
</style>
background-color css
<style>
a { background-color: #EEC6FF; }
a { background-color: rgb(238,198,255); }
div.DivClassName
{
background-color: #EEC6FF;
}
.BgClassName
{
background-color: #EEC6FF;
}
</style>
border-color css
<style>
span { border-color: #EEC6FF; }
span { border-color: rgb(238,198,255); }
td.TdClassName
{
border-color: #EEC6FF;
}
.TagClassName
{
border-color: #EEC6FF;
}
</style>