Shades of Mauve #EFB8F3
Tints of Mauve #EFB8F3
RGB
CMYK
RGB Variations
Color information
#EFB8F3 (or 0xEFB8F3) is known color: Mauve. HEX triplet: EF, B8 and F3. RGB value is (239,184,243). Sum of RGB (Red+Green+Blue) = 239+184+243=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFB8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8F3 is #10470C. Grayscale: #CECECE. Windows color (decimal): -1066765 or 15972591. OLE color: 15972591.
HSL color Cylindrical-coordinate representation of color #EFB8F3: hue angle of 295.93º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB8F3 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 184 | 243 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.05 |
| HSL | 295.93º | 0.71% | 0.84% | - |
| HSV(B) | 295.93º | 0.24% | 0.95% | - |
| XYZ | 68.91 | 59.1 | 92.57 | - |
| YUV | 207.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 243 | 0.02 | 0.24 | 0 | 0.05 | 295.93 | 0.71 | 0.84 |
| Hex | EF | B8 | F3 | 2 | 18 | 0 | 5 | 128 | 47 | 54 |
| Octal | 357 | 270 | 363 | 2 | 30 | 0 | 5 | 450 | 107 | 124 |
| Binary | 11101111 | 10111000 | 11110011 | 10 | 11000 | 0 | 101 | 100101000 | 1000111 | 1010100 |
Color Harmonies of #EFB8F3
Complementary color
Monochromatic Colors of #EFB8F3
Black with #EFB8F3
Text Example
Text Example
White with #EFB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8F3; }
p { color: rgb(239,184,243); }
H1.HeaderClassName
{
color: #EFB8F3;
}
.AnyTagClassName
{
color: #EFB8F3;
}
</style>
background-color css
<style>
a { background-color: #EFB8F3; }
a { background-color: rgb(239,184,243); }
div.DivClassName
{
background-color: #EFB8F3;
}
.BgClassName
{
background-color: #EFB8F3;
}
</style>
border-color css
<style>
span { border-color: #EFB8F3; }
span { border-color: rgb(239,184,243); }
td.TdClassName
{
border-color: #EFB8F3;
}
.TagClassName
{
border-color: #EFB8F3;
}
</style>