Shades of Mauve #EFBDF6
Tints of Mauve #EFBDF6
RGB
CMYK
RGB Variations
Color information
#EFBDF6 (or 0xEFBDF6) is known color: Mauve. HEX triplet: EF, BD and F6. RGB value is (239,189,246). Sum of RGB (Red+Green+Blue) = 239+189+246=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFBDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDF6 is #104209. Grayscale: #D2D2D2. Windows color (decimal): -1065482 or 16170479. OLE color: 16170479.
HSL color Cylindrical-coordinate representation of color #EFBDF6: hue angle of 292.63º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBDF6 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 189 | 246 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.04 |
| HSL | 292.63º | 0.76% | 0.85% | - |
| HSV(B) | 292.63º | 0.23% | 0.96% | - |
| XYZ | 70.43 | 61.4 | 95.33 | - |
| YUV | 210.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 246 | 0.03 | 0.23 | 0 | 0.04 | 292.63 | 0.76 | 0.85 |
| Hex | EF | BD | F6 | 3 | 17 | 0 | 4 | 125 | 4C | 55 |
| Octal | 357 | 275 | 366 | 3 | 27 | 0 | 4 | 445 | 114 | 125 |
| Binary | 11101111 | 10111101 | 11110110 | 11 | 10111 | 0 | 100 | 100100101 | 1001100 | 1010101 |
Color Harmonies of #EFBDF6
Complementary color
Monochromatic Colors of #EFBDF6
Black with #EFBDF6
Text Example
Text Example
White with #EFBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDF6; }
p { color: rgb(239,189,246); }
H1.HeaderClassName
{
color: #EFBDF6;
}
.AnyTagClassName
{
color: #EFBDF6;
}
</style>
background-color css
<style>
a { background-color: #EFBDF6; }
a { background-color: rgb(239,189,246); }
div.DivClassName
{
background-color: #EFBDF6;
}
.BgClassName
{
background-color: #EFBDF6;
}
</style>
border-color css
<style>
span { border-color: #EFBDF6; }
span { border-color: rgb(239,189,246); }
td.TdClassName
{
border-color: #EFBDF6;
}
.TagClassName
{
border-color: #EFBDF6;
}
</style>