Shades of Mauve #EFB8FF
Tints of Mauve #EFB8FF
RGB
CMYK
RGB Variations
Color information
#EFB8FF (or 0xEFB8FF) is known color: Mauve. HEX triplet: EF, B8 and FF. RGB value is (239,184,255). Sum of RGB (Red+Green+Blue) = 239+184+255=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8FF is #104700. Grayscale: #D0D0D0. Windows color (decimal): -1066753 or 16759023. OLE color: 16759023.
HSL color Cylindrical-coordinate representation of color #EFB8FF: hue angle of 286.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB8FF is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 184 | 255 | - |
| CMYK | 0.06 | 0.28 | 0 | 0 |
| HSL | 286.48º | 1% | 0.86% | - |
| HSV(B) | 286.48º | 0.28% | 1% | - |
| XYZ | 70.79 | 59.85 | 102.43 | - |
| YUV | 208.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 255 | 0.06 | 0.28 | 0 | 0 | 286.48 | 1 | 0.86 |
| Hex | EF | B8 | FF | 6 | 1C | 0 | 0 | 11E | 64 | 56 |
| Octal | 357 | 270 | 377 | 6 | 34 | 0 | 0 | 436 | 144 | 126 |
| Binary | 11101111 | 10111000 | 11111111 | 110 | 11100 | 0 | 0 | 100011110 | 1100100 | 1010110 |
Color Harmonies of #EFB8FF
Complementary color
Monochromatic Colors of #EFB8FF
Black with #EFB8FF
Text Example
Text Example
White with #EFB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8FF; }
p { color: rgb(239,184,255); }
H1.HeaderClassName
{
color: #EFB8FF;
}
.AnyTagClassName
{
color: #EFB8FF;
}
</style>
background-color css
<style>
a { background-color: #EFB8FF; }
a { background-color: rgb(239,184,255); }
div.DivClassName
{
background-color: #EFB8FF;
}
.BgClassName
{
background-color: #EFB8FF;
}
</style>
border-color css
<style>
span { border-color: #EFB8FF; }
span { border-color: rgb(239,184,255); }
td.TdClassName
{
border-color: #EFB8FF;
}
.TagClassName
{
border-color: #EFB8FF;
}
</style>