Shades of Mauve #EEACFC
Tints of Mauve #EEACFC
RGB
CMYK
RGB Variations
Color information
#EEACFC (or 0xEEACFC) is known color: Mauve. HEX triplet: EE, AC and FC. RGB value is (238,172,252). Sum of RGB (Red+Green+Blue) = 238+172+252=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACFC is #115303. Grayscale: #C8C8C8. Windows color (decimal): -1135364 or 16559342. OLE color: 16559342.
HSL color Cylindrical-coordinate representation of color #EEACFC: hue angle of 289.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEACFC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 172 | 252 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.01 |
| HSL | 289.5º | 0.93% | 0.83% | - |
| HSV(B) | 289.5º | 0.32% | 0.99% | - |
| XYZ | 67.58 | 54.71 | 99.09 | - |
| YUV | 200.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 252 | 0.06 | 0.32 | 0 | 0.01 | 289.5 | 0.93 | 0.83 |
| Hex | EE | AC | FC | 6 | 20 | 0 | 1 | 122 | 5D | 53 |
| Octal | 356 | 254 | 374 | 6 | 40 | 0 | 1 | 442 | 135 | 123 |
| Binary | 11101110 | 10101100 | 11111100 | 110 | 100000 | 0 | 1 | 100100010 | 1011101 | 1010011 |
Color Harmonies of #EEACFC
Complementary color
Monochromatic Colors of #EEACFC
Black with #EEACFC
Text Example
Text Example
White with #EEACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACFC; }
p { color: rgb(238,172,252); }
H1.HeaderClassName
{
color: #EEACFC;
}
.AnyTagClassName
{
color: #EEACFC;
}
</style>
background-color css
<style>
a { background-color: #EEACFC; }
a { background-color: rgb(238,172,252); }
div.DivClassName
{
background-color: #EEACFC;
}
.BgClassName
{
background-color: #EEACFC;
}
</style>
border-color css
<style>
span { border-color: #EEACFC; }
span { border-color: rgb(238,172,252); }
td.TdClassName
{
border-color: #EEACFC;
}
.TagClassName
{
border-color: #EEACFC;
}
</style>