Shades of Mauve #EEC1F7
Tints of Mauve #EEC1F7
RGB
CMYK
RGB Variations
Color information
#EEC1F7 (or 0xEEC1F7) is known color: Mauve. HEX triplet: EE, C1 and F7. RGB value is (238,193,247). Sum of RGB (Red+Green+Blue) = 238+193+247=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 193 (75.78% from 255 or 28.47% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEC1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC1F7 is #113E08. Grayscale: #D4D4D4. Windows color (decimal): -1129993 or 16237038. OLE color: 16237038.
HSL color Cylindrical-coordinate representation of color #EEC1F7: hue angle of 290º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC1F7 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 193 | 247 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.03 |
| HSL | 290º | 0.77% | 0.86% | - |
| HSV(B) | 290º | 0.22% | 0.97% | - |
| XYZ | 71.12 | 63.03 | 96.41 | - |
| YUV | 212.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 247 | 0.04 | 0.22 | 0 | 0.03 | 290 | 0.77 | 0.86 |
| Hex | EE | C1 | F7 | 4 | 16 | 0 | 3 | 122 | 4D | 56 |
| Octal | 356 | 301 | 367 | 4 | 26 | 0 | 3 | 442 | 115 | 126 |
| Binary | 11101110 | 11000001 | 11110111 | 100 | 10110 | 0 | 11 | 100100010 | 1001101 | 1010110 |
Color Harmonies of #EEC1F7
Complementary color
Monochromatic Colors of #EEC1F7
Black with #EEC1F7
Text Example
Text Example
White with #EEC1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1F7; }
p { color: rgb(238,193,247); }
H1.HeaderClassName
{
color: #EEC1F7;
}
.AnyTagClassName
{
color: #EEC1F7;
}
</style>
background-color css
<style>
a { background-color: #EEC1F7; }
a { background-color: rgb(238,193,247); }
div.DivClassName
{
background-color: #EEC1F7;
}
.BgClassName
{
background-color: #EEC1F7;
}
</style>
border-color css
<style>
span { border-color: #EEC1F7; }
span { border-color: rgb(238,193,247); }
td.TdClassName
{
border-color: #EEC1F7;
}
.TagClassName
{
border-color: #EEC1F7;
}
</style>