Shades of Mauve #EEBFF7
Tints of Mauve #EEBFF7
RGB
CMYK
RGB Variations
Color information
#EEBFF7 (or 0xEEBFF7) is known color: Mauve. HEX triplet: EE, BF and F7. RGB value is (238,191,247). Sum of RGB (Red+Green+Blue) = 238+191+247=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEBFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF7 is #114008. Grayscale: #D3D3D3. Windows color (decimal): -1130505 or 16236526. OLE color: 16236526.
HSL color Cylindrical-coordinate representation of color #EEBFF7: hue angle of 290.36º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEBFF7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 191 | 247 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.03 |
| HSL | 290.36º | 0.78% | 0.86% | - |
| HSV(B) | 290.36º | 0.23% | 0.97% | - |
| XYZ | 70.68 | 62.15 | 96.27 | - |
| YUV | 211.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 247 | 0.04 | 0.23 | 0 | 0.03 | 290.36 | 0.78 | 0.86 |
| Hex | EE | BF | F7 | 4 | 17 | 0 | 3 | 122 | 4E | 56 |
| Octal | 356 | 277 | 367 | 4 | 27 | 0 | 3 | 442 | 116 | 126 |
| Binary | 11101110 | 10111111 | 11110111 | 100 | 10111 | 0 | 11 | 100100010 | 1001110 | 1010110 |
Color Harmonies of #EEBFF7
Complementary color
Monochromatic Colors of #EEBFF7
Black with #EEBFF7
Text Example
Text Example
White with #EEBFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFF7; }
p { color: rgb(238,191,247); }
H1.HeaderClassName
{
color: #EEBFF7;
}
.AnyTagClassName
{
color: #EEBFF7;
}
</style>
background-color css
<style>
a { background-color: #EEBFF7; }
a { background-color: rgb(238,191,247); }
div.DivClassName
{
background-color: #EEBFF7;
}
.BgClassName
{
background-color: #EEBFF7;
}
</style>
border-color css
<style>
span { border-color: #EEBFF7; }
span { border-color: rgb(238,191,247); }
td.TdClassName
{
border-color: #EEBFF7;
}
.TagClassName
{
border-color: #EEBFF7;
}
</style>