Shades of Mauve #EFB5FD
Tints of Mauve #EFB5FD
RGB
CMYK
RGB Variations
Color information
#EFB5FD (or 0xEFB5FD) is known color: Mauve. HEX triplet: EF, B5 and FD. RGB value is (239,181,253). Sum of RGB (Red+Green+Blue) = 239+181+253=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 181 (71.09% from 255 or 26.89% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5FD is #104A02. Grayscale: #CECECE. Windows color (decimal): -1067523 or 16627183. OLE color: 16627183.
HSL color Cylindrical-coordinate representation of color #EFB5FD: hue angle of 288.33º 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 #EFB5FD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 181 | 253 | - |
CMYK | 0.06 | 0.28 | 0 | 0.01 |
HSL | 288.33º | 0.95% | 0.85% | - |
HSV(B) | 288.33º | 0.28% | 0.99% | - |
XYZ | 69.85 | 58.49 | 100.54 | - |
YUV | 206.55 | 154.22 | 151.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 253 | 0.06 | 0.28 | 0 | 0.01 | 288.33 | 0.95 | 0.85 |
Hex | EF | B5 | FD | 6 | 1C | 0 | 1 | 120 | 5F | 55 |
Octal | 357 | 265 | 375 | 6 | 34 | 0 | 1 | 440 | 137 | 125 |
Binary | 11101111 | 10110101 | 11111101 | 110 | 11100 | 0 | 1 | 100100000 | 1011111 | 1010101 |
Color Harmonies of #EFB5FD
Complementary color
Monochromatic Colors of #EFB5FD
Black with #EFB5FD
Text Example
Text Example
White with #EFB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5FD; }
p { color: rgb(239,181,253); }
H1.HeaderClassName
{
color: #EFB5FD;
}
.AnyTagClassName
{
color: #EFB5FD;
}
</style>
background-color css
<style>
a { background-color: #EFB5FD; }
a { background-color: rgb(239,181,253); }
div.DivClassName
{
background-color: #EFB5FD;
}
.BgClassName
{
background-color: #EFB5FD;
}
</style>
border-color css
<style>
span { border-color: #EFB5FD; }
span { border-color: rgb(239,181,253); }
td.TdClassName
{
border-color: #EFB5FD;
}
.TagClassName
{
border-color: #EFB5FD;
}
</style>