Shades of Mauve #EEBAFC
Tints of Mauve #EEBAFC
RGB
CMYK
RGB Variations
Color information
#EEBAFC (or 0xEEBAFC) is known color: Mauve. HEX triplet: EE, BA and FC. RGB value is (238,186,252). Sum of RGB (Red+Green+Blue) = 238+186+252=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFC is #114503. Grayscale: #D0D0D0. Windows color (decimal): -1131780 or 16562926. OLE color: 16562926.
HSL color Cylindrical-coordinate representation of color #EEBAFC: hue angle of 287.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBAFC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 186 | 252 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.01 |
| HSL | 287.27º | 0.92% | 0.86% | - |
| HSV(B) | 287.27º | 0.26% | 0.99% | - |
| XYZ | 70.39 | 60.32 | 100.03 | - |
| YUV | 209.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 252 | 0.06 | 0.26 | 0 | 0.01 | 287.27 | 0.92 | 0.86 |
| Hex | EE | BA | FC | 6 | 1A | 0 | 1 | 11F | 5C | 56 |
| Octal | 356 | 272 | 374 | 6 | 32 | 0 | 1 | 437 | 134 | 126 |
| Binary | 11101110 | 10111010 | 11111100 | 110 | 11010 | 0 | 1 | 100011111 | 1011100 | 1010110 |
Color Harmonies of #EEBAFC
Complementary color
Monochromatic Colors of #EEBAFC
Black with #EEBAFC
Text Example
Text Example
White with #EEBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAFC; }
p { color: rgb(238,186,252); }
H1.HeaderClassName
{
color: #EEBAFC;
}
.AnyTagClassName
{
color: #EEBAFC;
}
</style>
background-color css
<style>
a { background-color: #EEBAFC; }
a { background-color: rgb(238,186,252); }
div.DivClassName
{
background-color: #EEBAFC;
}
.BgClassName
{
background-color: #EEBAFC;
}
</style>
border-color css
<style>
span { border-color: #EEBAFC; }
span { border-color: rgb(238,186,252); }
td.TdClassName
{
border-color: #EEBAFC;
}
.TagClassName
{
border-color: #EEBAFC;
}
</style>