Shades of Mauve #EEBFFC
Tints of Mauve #EEBFFC
RGB
CMYK
RGB Variations
Color information
#EEBFFC (or 0xEEBFFC) is known color: Mauve. HEX triplet: EE, BF and FC. RGB value is (238,191,252). Sum of RGB (Red+Green+Blue) = 238+191+252=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEBFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFFC is #114003. Grayscale: #D3D3D3. Windows color (decimal): -1130500 or 16564206. OLE color: 16564206.
HSL color Cylindrical-coordinate representation of color #EEBFFC: hue angle of 286.23º 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 #EEBFFC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 191 | 252 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.01 |
| HSL | 286.23º | 0.91% | 0.87% | - |
| HSV(B) | 286.23º | 0.24% | 0.99% | - |
| XYZ | 71.46 | 62.47 | 100.39 | - |
| YUV | 212.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 252 | 0.06 | 0.24 | 0 | 0.01 | 286.23 | 0.91 | 0.87 |
| Hex | EE | BF | FC | 6 | 18 | 0 | 1 | 11E | 5B | 57 |
| Octal | 356 | 277 | 374 | 6 | 30 | 0 | 1 | 436 | 133 | 127 |
| Binary | 11101110 | 10111111 | 11111100 | 110 | 11000 | 0 | 1 | 100011110 | 1011011 | 1010111 |
Color Harmonies of #EEBFFC
Complementary color
Monochromatic Colors of #EEBFFC
Black with #EEBFFC
Text Example
Text Example
White with #EEBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFFC; }
p { color: rgb(238,191,252); }
H1.HeaderClassName
{
color: #EEBFFC;
}
.AnyTagClassName
{
color: #EEBFFC;
}
</style>
background-color css
<style>
a { background-color: #EEBFFC; }
a { background-color: rgb(238,191,252); }
div.DivClassName
{
background-color: #EEBFFC;
}
.BgClassName
{
background-color: #EEBFFC;
}
</style>
border-color css
<style>
span { border-color: #EEBFFC; }
span { border-color: rgb(238,191,252); }
td.TdClassName
{
border-color: #EEBFFC;
}
.TagClassName
{
border-color: #EEBFFC;
}
</style>