Shades of Mauve #EEBAFB
Tints of Mauve #EEBAFB
RGB
CMYK
RGB Variations
Color information
#EEBAFB (or 0xEEBAFB) is known color: Mauve. HEX triplet: EE, BA and FB. RGB value is (238,186,251). Sum of RGB (Red+Green+Blue) = 238+186+251=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFB is #114504. Grayscale: #D0D0D0. Windows color (decimal): -1131781 or 16497390. OLE color: 16497390.
HSL color Cylindrical-coordinate representation of color #EEBAFB: hue angle of 288º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBAFB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 186 | 251 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.02 |
| HSL | 288º | 0.89% | 0.86% | - |
| HSV(B) | 288º | 0.26% | 0.98% | - |
| XYZ | 70.23 | 60.26 | 99.2 | - |
| YUV | 208.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 251 | 0.05 | 0.26 | 0 | 0.02 | 288 | 0.89 | 0.86 |
| Hex | EE | BA | FB | 5 | 1A | 0 | 2 | 120 | 59 | 56 |
| Octal | 356 | 272 | 373 | 5 | 32 | 0 | 2 | 440 | 131 | 126 |
| Binary | 11101110 | 10111010 | 11111011 | 101 | 11010 | 0 | 10 | 100100000 | 1011001 | 1010110 |
Color Harmonies of #EEBAFB
Complementary color
Monochromatic Colors of #EEBAFB
Black with #EEBAFB
Text Example
Text Example
White with #EEBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAFB; }
p { color: rgb(238,186,251); }
H1.HeaderClassName
{
color: #EEBAFB;
}
.AnyTagClassName
{
color: #EEBAFB;
}
</style>
background-color css
<style>
a { background-color: #EEBAFB; }
a { background-color: rgb(238,186,251); }
div.DivClassName
{
background-color: #EEBAFB;
}
.BgClassName
{
background-color: #EEBAFB;
}
</style>
border-color css
<style>
span { border-color: #EEBAFB; }
span { border-color: rgb(238,186,251); }
td.TdClassName
{
border-color: #EEBAFB;
}
.TagClassName
{
border-color: #EEBAFB;
}
</style>