Shades of Mauve #EFC1FD
Tints of Mauve #EFC1FD
RGB
CMYK
RGB Variations
Color information
#EFC1FD (or 0xEFC1FD) is known color: Mauve. HEX triplet: EF, C1 and FD. RGB value is (239,193,253). Sum of RGB (Red+Green+Blue) = 239+193+253=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1FD is #103E02. Grayscale: #D5D5D5. Windows color (decimal): -1064451 or 16630255. OLE color: 16630255.
HSL color Cylindrical-coordinate representation of color #EFC1FD: hue angle of 286º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC1FD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 193 | 253 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.01 |
| HSL | 286º | 0.94% | 0.87% | - |
| HSV(B) | 286º | 0.24% | 0.99% | - |
| XYZ | 72.4 | 63.58 | 101.39 | - |
| YUV | 213.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 253 | 0.06 | 0.24 | 0 | 0.01 | 286 | 0.94 | 0.87 |
| Hex | EF | C1 | FD | 6 | 18 | 0 | 1 | 11E | 5E | 57 |
| Octal | 357 | 301 | 375 | 6 | 30 | 0 | 1 | 436 | 136 | 127 |
| Binary | 11101111 | 11000001 | 11111101 | 110 | 11000 | 0 | 1 | 100011110 | 1011110 | 1010111 |
Color Harmonies of #EFC1FD
Complementary color
Monochromatic Colors of #EFC1FD
Black with #EFC1FD
Text Example
Text Example
White with #EFC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1FD; }
p { color: rgb(239,193,253); }
H1.HeaderClassName
{
color: #EFC1FD;
}
.AnyTagClassName
{
color: #EFC1FD;
}
</style>
background-color css
<style>
a { background-color: #EFC1FD; }
a { background-color: rgb(239,193,253); }
div.DivClassName
{
background-color: #EFC1FD;
}
.BgClassName
{
background-color: #EFC1FD;
}
</style>
border-color css
<style>
span { border-color: #EFC1FD; }
span { border-color: rgb(239,193,253); }
td.TdClassName
{
border-color: #EFC1FD;
}
.TagClassName
{
border-color: #EFC1FD;
}
</style>