Shades of Mauve #EEBFF9
Tints of Mauve #EEBFF9
RGB
CMYK
RGB Variations
Color information
#EEBFF9 (or 0xEEBFF9) is known color: Mauve. HEX triplet: EE, BF and F9. RGB value is (238,191,249). Sum of RGB (Red+Green+Blue) = 238+191+249=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEBFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF9 is #114006. Grayscale: #D3D3D3. Windows color (decimal): -1130503 or 16367598. OLE color: 16367598.
HSL color Cylindrical-coordinate representation of color #EEBFF9: hue angle of 288.62º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEBFF9 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 191 | 249 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.02 |
| HSL | 288.62º | 0.83% | 0.86% | - |
| HSV(B) | 288.62º | 0.23% | 0.98% | - |
| XYZ | 70.99 | 62.28 | 97.9 | - |
| YUV | 211.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 249 | 0.04 | 0.23 | 0 | 0.02 | 288.62 | 0.83 | 0.86 |
| Hex | EE | BF | F9 | 4 | 17 | 0 | 2 | 121 | 53 | 56 |
| Octal | 356 | 277 | 371 | 4 | 27 | 0 | 2 | 441 | 123 | 126 |
| Binary | 11101110 | 10111111 | 11111001 | 100 | 10111 | 0 | 10 | 100100001 | 1010011 | 1010110 |
Color Harmonies of #EEBFF9
Complementary color
Monochromatic Colors of #EEBFF9
Black with #EEBFF9
Text Example
Text Example
White with #EEBFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFF9; }
p { color: rgb(238,191,249); }
H1.HeaderClassName
{
color: #EEBFF9;
}
.AnyTagClassName
{
color: #EEBFF9;
}
</style>
background-color css
<style>
a { background-color: #EEBFF9; }
a { background-color: rgb(238,191,249); }
div.DivClassName
{
background-color: #EEBFF9;
}
.BgClassName
{
background-color: #EEBFF9;
}
</style>
border-color css
<style>
span { border-color: #EEBFF9; }
span { border-color: rgb(238,191,249); }
td.TdClassName
{
border-color: #EEBFF9;
}
.TagClassName
{
border-color: #EEBFF9;
}
</style>