Shades of Mauve #EEC0FC
Tints of Mauve #EEC0FC
RGB
CMYK
RGB Variations
Color information
#EEC0FC (or 0xEEC0FC) is known color: Mauve. HEX triplet: EE, C0 and FC. RGB value is (238,192,252). Sum of RGB (Red+Green+Blue) = 238+192+252=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEC0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0FC is #113F03. Grayscale: #D4D4D4. Windows color (decimal): -1130244 or 16564462. OLE color: 16564462.
HSL color Cylindrical-coordinate representation of color #EEC0FC: hue angle of 286º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEC0FC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 192 | 252 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.01 |
| HSL | 286º | 0.91% | 0.87% | - |
| HSV(B) | 286º | 0.24% | 0.99% | - |
| XYZ | 71.68 | 62.9 | 100.46 | - |
| YUV | 212.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 252 | 0.06 | 0.24 | 0 | 0.01 | 286 | 0.91 | 0.87 |
| Hex | EE | C0 | FC | 6 | 18 | 0 | 1 | 11E | 5B | 57 |
| Octal | 356 | 300 | 374 | 6 | 30 | 0 | 1 | 436 | 133 | 127 |
| Binary | 11101110 | 11000000 | 11111100 | 110 | 11000 | 0 | 1 | 100011110 | 1011011 | 1010111 |
Color Harmonies of #EEC0FC
Complementary color
Monochromatic Colors of #EEC0FC
Black with #EEC0FC
Text Example
Text Example
White with #EEC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0FC; }
p { color: rgb(238,192,252); }
H1.HeaderClassName
{
color: #EEC0FC;
}
.AnyTagClassName
{
color: #EEC0FC;
}
</style>
background-color css
<style>
a { background-color: #EEC0FC; }
a { background-color: rgb(238,192,252); }
div.DivClassName
{
background-color: #EEC0FC;
}
.BgClassName
{
background-color: #EEC0FC;
}
</style>
border-color css
<style>
span { border-color: #EEC0FC; }
span { border-color: rgb(238,192,252); }
td.TdClassName
{
border-color: #EEC0FC;
}
.TagClassName
{
border-color: #EEC0FC;
}
</style>