Shades of Mauve #EFB6FD
Tints of Mauve #EFB6FD
RGB
CMYK
RGB Variations
Color information
#EFB6FD (or 0xEFB6FD) is known color: Mauve. HEX triplet: EF, B6 and FD. RGB value is (239,182,253). Sum of RGB (Red+Green+Blue) = 239+182+253=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 182 (71.48% from 255 or 27.00% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6FD is #104902. Grayscale: #CECECE. Windows color (decimal): -1067267 or 16627439. OLE color: 16627439.
HSL color Cylindrical-coordinate representation of color #EFB6FD: hue angle of 288.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB6FD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 182 | 253 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.01 |
| HSL | 288.17º | 0.95% | 0.85% | - |
| HSV(B) | 288.17º | 0.28% | 0.99% | - |
| XYZ | 70.05 | 58.9 | 100.6 | - |
| YUV | 207.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 253 | 0.06 | 0.28 | 0 | 0.01 | 288.17 | 0.95 | 0.85 |
| Hex | EF | B6 | FD | 6 | 1C | 0 | 1 | 120 | 5F | 55 |
| Octal | 357 | 266 | 375 | 6 | 34 | 0 | 1 | 440 | 137 | 125 |
| Binary | 11101111 | 10110110 | 11111101 | 110 | 11100 | 0 | 1 | 100100000 | 1011111 | 1010101 |
Color Harmonies of #EFB6FD
Complementary color
Monochromatic Colors of #EFB6FD
Black with #EFB6FD
Text Example
Text Example
White with #EFB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6FD; }
p { color: rgb(239,182,253); }
H1.HeaderClassName
{
color: #EFB6FD;
}
.AnyTagClassName
{
color: #EFB6FD;
}
</style>
background-color css
<style>
a { background-color: #EFB6FD; }
a { background-color: rgb(239,182,253); }
div.DivClassName
{
background-color: #EFB6FD;
}
.BgClassName
{
background-color: #EFB6FD;
}
</style>
border-color css
<style>
span { border-color: #EFB6FD; }
span { border-color: rgb(239,182,253); }
td.TdClassName
{
border-color: #EFB6FD;
}
.TagClassName
{
border-color: #EFB6FD;
}
</style>