Shades of Mauve #EFBDF8
Tints of Mauve #EFBDF8
RGB
CMYK
RGB Variations
Color information
#EFBDF8 (or 0xEFBDF8) is known color: Mauve. HEX triplet: EF, BD and F8. RGB value is (239,189,248). Sum of RGB (Red+Green+Blue) = 239+189+248=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDF8 is #104207. Grayscale: #D2D2D2. Windows color (decimal): -1065480 or 16301551. OLE color: 16301551.
HSL color Cylindrical-coordinate representation of color #EFBDF8: hue angle of 290.85º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFBDF8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 189 | 248 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.03 |
| HSL | 290.85º | 0.81% | 0.86% | - |
| HSV(B) | 290.85º | 0.24% | 0.97% | - |
| XYZ | 70.74 | 61.52 | 96.95 | - |
| YUV | 210.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 248 | 0.04 | 0.24 | 0 | 0.03 | 290.85 | 0.81 | 0.86 |
| Hex | EF | BD | F8 | 4 | 18 | 0 | 3 | 123 | 51 | 56 |
| Octal | 357 | 275 | 370 | 4 | 30 | 0 | 3 | 443 | 121 | 126 |
| Binary | 11101111 | 10111101 | 11111000 | 100 | 11000 | 0 | 11 | 100100011 | 1010001 | 1010110 |
Color Harmonies of #EFBDF8
Complementary color
Monochromatic Colors of #EFBDF8
Black with #EFBDF8
Text Example
Text Example
White with #EFBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDF8; }
p { color: rgb(239,189,248); }
H1.HeaderClassName
{
color: #EFBDF8;
}
.AnyTagClassName
{
color: #EFBDF8;
}
</style>
background-color css
<style>
a { background-color: #EFBDF8; }
a { background-color: rgb(239,189,248); }
div.DivClassName
{
background-color: #EFBDF8;
}
.BgClassName
{
background-color: #EFBDF8;
}
</style>
border-color css
<style>
span { border-color: #EFBDF8; }
span { border-color: rgb(239,189,248); }
td.TdClassName
{
border-color: #EFBDF8;
}
.TagClassName
{
border-color: #EFBDF8;
}
</style>