Shades of Mauve #EFC4FD
Tints of Mauve #EFC4FD
RGB
CMYK
RGB Variations
Color information
#EFC4FD (or 0xEFC4FD) is known color: Mauve. HEX triplet: EF, C4 and FD. RGB value is (239,196,253). Sum of RGB (Red+Green+Blue) = 239+196+253=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 196 (76.95% from 255 or 28.49% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4FD is #103B02. Grayscale: #D7D7D7. Windows color (decimal): -1063683 or 16631023. OLE color: 16631023.
HSL color Cylindrical-coordinate representation of color #EFC4FD: hue angle of 285.26º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFC4FD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 196 | 253 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.01 |
| HSL | 285.26º | 0.93% | 0.88% | - |
| HSV(B) | 285.26º | 0.23% | 0.99% | - |
| XYZ | 73.07 | 64.92 | 101.61 | - |
| YUV | 215.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 253 | 0.06 | 0.23 | 0 | 0.01 | 285.26 | 0.93 | 0.88 |
| Hex | EF | C4 | FD | 6 | 17 | 0 | 1 | 11D | 5D | 58 |
| Octal | 357 | 304 | 375 | 6 | 27 | 0 | 1 | 435 | 135 | 130 |
| Binary | 11101111 | 11000100 | 11111101 | 110 | 10111 | 0 | 1 | 100011101 | 1011101 | 1011000 |
Color Harmonies of #EFC4FD
Complementary color
Monochromatic Colors of #EFC4FD
Black with #EFC4FD
Text Example
Text Example
White with #EFC4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4FD; }
p { color: rgb(239,196,253); }
H1.HeaderClassName
{
color: #EFC4FD;
}
.AnyTagClassName
{
color: #EFC4FD;
}
</style>
background-color css
<style>
a { background-color: #EFC4FD; }
a { background-color: rgb(239,196,253); }
div.DivClassName
{
background-color: #EFC4FD;
}
.BgClassName
{
background-color: #EFC4FD;
}
</style>
border-color css
<style>
span { border-color: #EFC4FD; }
span { border-color: rgb(239,196,253); }
td.TdClassName
{
border-color: #EFC4FD;
}
.TagClassName
{
border-color: #EFC4FD;
}
</style>