Shades of Mauve #EFB8FE
Tints of Mauve #EFB8FE
RGB
CMYK
RGB Variations
Color information
#EFB8FE (or 0xEFB8FE) is known color: Mauve. HEX triplet: EF, B8 and FE. RGB value is (239,184,254). Sum of RGB (Red+Green+Blue) = 239+184+254=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 184 (72.27% from 255 or 27.18% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8FE is #104701. Grayscale: #D0D0D0. Windows color (decimal): -1066754 or 16693487. OLE color: 16693487.
HSL color Cylindrical-coordinate representation of color #EFB8FE: hue angle of 287.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB8FE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 184 | 254 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.00 |
| HSL | 287.14º | 0.97% | 0.86% | - |
| HSV(B) | 287.14º | 0.28% | 1% | - |
| XYZ | 70.63 | 59.79 | 101.58 | - |
| YUV | 208.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 254 | 0.06 | 0.28 | 0 | 0.00 | 287.14 | 0.97 | 0.86 |
| Hex | EF | B8 | FE | 6 | 1C | 0 | 0 | 11F | 61 | 56 |
| Octal | 357 | 270 | 376 | 6 | 34 | 0 | 0 | 437 | 141 | 126 |
| Binary | 11101111 | 10111000 | 11111110 | 110 | 11100 | 0 | 0 | 100011111 | 1100001 | 1010110 |
Color Harmonies of #EFB8FE
Complementary color
Monochromatic Colors of #EFB8FE
Black with #EFB8FE
Text Example
Text Example
White with #EFB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8FE; }
p { color: rgb(239,184,254); }
H1.HeaderClassName
{
color: #EFB8FE;
}
.AnyTagClassName
{
color: #EFB8FE;
}
</style>
background-color css
<style>
a { background-color: #EFB8FE; }
a { background-color: rgb(239,184,254); }
div.DivClassName
{
background-color: #EFB8FE;
}
.BgClassName
{
background-color: #EFB8FE;
}
</style>
border-color css
<style>
span { border-color: #EFB8FE; }
span { border-color: rgb(239,184,254); }
td.TdClassName
{
border-color: #EFB8FE;
}
.TagClassName
{
border-color: #EFB8FE;
}
</style>