Shades of Mauve #EFBEFE
Tints of Mauve #EFBEFE
RGB
CMYK
RGB Variations
Color information
#EFBEFE (or 0xEFBEFE) is known color: Mauve. HEX triplet: EF, BE and FE. RGB value is (239,190,254). Sum of RGB (Red+Green+Blue) = 239+190+254=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEFE is #104101. Grayscale: #D3D3D3. Windows color (decimal): -1065218 or 16695023. OLE color: 16695023.
HSL color Cylindrical-coordinate representation of color #EFBEFE: hue angle of 285.94º 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 #EFBEFE is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 190 | 254 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.00 |
| HSL | 285.94º | 0.97% | 0.87% | - |
| HSV(B) | 285.94º | 0.25% | 1% | - |
| XYZ | 71.9 | 62.33 | 102.01 | - |
| YUV | 211.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 254 | 0.06 | 0.25 | 0 | 0.00 | 285.94 | 0.97 | 0.87 |
| Hex | EF | BE | FE | 6 | 19 | 0 | 0 | 11E | 61 | 57 |
| Octal | 357 | 276 | 376 | 6 | 31 | 0 | 0 | 436 | 141 | 127 |
| Binary | 11101111 | 10111110 | 11111110 | 110 | 11001 | 0 | 0 | 100011110 | 1100001 | 1010111 |
Color Harmonies of #EFBEFE
Complementary color
Monochromatic Colors of #EFBEFE
Black with #EFBEFE
Text Example
Text Example
White with #EFBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEFE; }
p { color: rgb(239,190,254); }
H1.HeaderClassName
{
color: #EFBEFE;
}
.AnyTagClassName
{
color: #EFBEFE;
}
</style>
background-color css
<style>
a { background-color: #EFBEFE; }
a { background-color: rgb(239,190,254); }
div.DivClassName
{
background-color: #EFBEFE;
}
.BgClassName
{
background-color: #EFBEFE;
}
</style>
border-color css
<style>
span { border-color: #EFBEFE; }
span { border-color: rgb(239,190,254); }
td.TdClassName
{
border-color: #EFBEFE;
}
.TagClassName
{
border-color: #EFBEFE;
}
</style>