Shades of Mauve #EFB8FD
Tints of Mauve #EFB8FD
RGB
CMYK
RGB Variations
Color information
#EFB8FD (or 0xEFB8FD) is known color: Mauve. HEX triplet: EF, B8 and FD. RGB value is (239,184,253). Sum of RGB (Red+Green+Blue) = 239+184+253=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8FD is #104702. Grayscale: #D0D0D0. Windows color (decimal): -1066755 or 16627951. OLE color: 16627951.
HSL color Cylindrical-coordinate representation of color #EFB8FD: hue angle of 287.83º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB8FD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 184 | 253 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.01 |
| HSL | 287.83º | 0.95% | 0.86% | - |
| HSV(B) | 287.83º | 0.27% | 0.99% | - |
| XYZ | 70.47 | 59.72 | 100.74 | - |
| YUV | 208.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 253 | 0.06 | 0.27 | 0 | 0.01 | 287.83 | 0.95 | 0.86 |
| Hex | EF | B8 | FD | 6 | 1B | 0 | 1 | 120 | 5F | 56 |
| Octal | 357 | 270 | 375 | 6 | 33 | 0 | 1 | 440 | 137 | 126 |
| Binary | 11101111 | 10111000 | 11111101 | 110 | 11011 | 0 | 1 | 100100000 | 1011111 | 1010110 |
Color Harmonies of #EFB8FD
Complementary color
Monochromatic Colors of #EFB8FD
Black with #EFB8FD
Text Example
Text Example
White with #EFB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8FD; }
p { color: rgb(239,184,253); }
H1.HeaderClassName
{
color: #EFB8FD;
}
.AnyTagClassName
{
color: #EFB8FD;
}
</style>
background-color css
<style>
a { background-color: #EFB8FD; }
a { background-color: rgb(239,184,253); }
div.DivClassName
{
background-color: #EFB8FD;
}
.BgClassName
{
background-color: #EFB8FD;
}
</style>
border-color css
<style>
span { border-color: #EFB8FD; }
span { border-color: rgb(239,184,253); }
td.TdClassName
{
border-color: #EFB8FD;
}
.TagClassName
{
border-color: #EFB8FD;
}
</style>