Shades of Mauve #EFB4FD
Tints of Mauve #EFB4FD
RGB
CMYK
RGB Variations
Color information
#EFB4FD (or 0xEFB4FD) is known color: Mauve. HEX triplet: EF, B4 and FD. RGB value is (239,180,253). Sum of RGB (Red+Green+Blue) = 239+180+253=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFB4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4FD is #104B02. Grayscale: #CDCDCD. Windows color (decimal): -1067779 or 16626927. OLE color: 16626927.
HSL color Cylindrical-coordinate representation of color #EFB4FD: hue angle of 288.49º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB4FD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 180 | 253 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.01 |
| HSL | 288.49º | 0.95% | 0.85% | - |
| HSV(B) | 288.49º | 0.29% | 0.99% | - |
| XYZ | 69.65 | 58.09 | 100.47 | - |
| YUV | 205.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 253 | 0.06 | 0.29 | 0 | 0.01 | 288.49 | 0.95 | 0.85 |
| Hex | EF | B4 | FD | 6 | 1D | 0 | 1 | 120 | 5F | 55 |
| Octal | 357 | 264 | 375 | 6 | 35 | 0 | 1 | 440 | 137 | 125 |
| Binary | 11101111 | 10110100 | 11111101 | 110 | 11101 | 0 | 1 | 100100000 | 1011111 | 1010101 |
Color Harmonies of #EFB4FD
Complementary color
Monochromatic Colors of #EFB4FD
Black with #EFB4FD
Text Example
Text Example
White with #EFB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4FD; }
p { color: rgb(239,180,253); }
H1.HeaderClassName
{
color: #EFB4FD;
}
.AnyTagClassName
{
color: #EFB4FD;
}
</style>
background-color css
<style>
a { background-color: #EFB4FD; }
a { background-color: rgb(239,180,253); }
div.DivClassName
{
background-color: #EFB4FD;
}
.BgClassName
{
background-color: #EFB4FD;
}
</style>
border-color css
<style>
span { border-color: #EFB4FD; }
span { border-color: rgb(239,180,253); }
td.TdClassName
{
border-color: #EFB4FD;
}
.TagClassName
{
border-color: #EFB4FD;
}
</style>