Shades of Mauve #EEBEFE
Tints of Mauve #EEBEFE
RGB
CMYK
RGB Variations
Color information
#EEBEFE (or 0xEEBEFE) is known color: Mauve. HEX triplet: EE, BE and FE. RGB value is (238,190,254). Sum of RGB (Red+Green+Blue) = 238+190+254=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEFE is #114101. Grayscale: #D3D3D3. Windows color (decimal): -1130754 or 16695022. OLE color: 16695022.
HSL color Cylindrical-coordinate representation of color #EEBEFE: hue angle of 285º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEBEFE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 190 | 254 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.00 |
| HSL | 285º | 0.97% | 0.87% | - |
| HSV(B) | 285º | 0.25% | 1% | - |
| XYZ | 71.56 | 62.16 | 101.99 | - |
| YUV | 211.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 254 | 0.06 | 0.25 | 0 | 0.00 | 285 | 0.97 | 0.87 |
| Hex | EE | BE | FE | 6 | 19 | 0 | 0 | 11D | 61 | 57 |
| Octal | 356 | 276 | 376 | 6 | 31 | 0 | 0 | 435 | 141 | 127 |
| Binary | 11101110 | 10111110 | 11111110 | 110 | 11001 | 0 | 0 | 100011101 | 1100001 | 1010111 |
Color Harmonies of #EEBEFE
Complementary color
Monochromatic Colors of #EEBEFE
Black with #EEBEFE
Text Example
Text Example
White with #EEBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEFE; }
p { color: rgb(238,190,254); }
H1.HeaderClassName
{
color: #EEBEFE;
}
.AnyTagClassName
{
color: #EEBEFE;
}
</style>
background-color css
<style>
a { background-color: #EEBEFE; }
a { background-color: rgb(238,190,254); }
div.DivClassName
{
background-color: #EEBEFE;
}
.BgClassName
{
background-color: #EEBEFE;
}
</style>
border-color css
<style>
span { border-color: #EEBEFE; }
span { border-color: rgb(238,190,254); }
td.TdClassName
{
border-color: #EEBEFE;
}
.TagClassName
{
border-color: #EEBEFE;
}
</style>