Shades of Mauve #EFC3FD
Tints of Mauve #EFC3FD
RGB
CMYK
RGB Variations
Color information
#EFC3FD (or 0xEFC3FD) is known color: Mauve. HEX triplet: EF, C3 and FD. RGB value is (239,195,253). Sum of RGB (Red+Green+Blue) = 239+195+253=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 195 (76.56% from 255 or 28.38% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3FD is #103C02. Grayscale: #D6D6D6. Windows color (decimal): -1063939 or 16630767. OLE color: 16630767.
HSL color Cylindrical-coordinate representation of color #EFC3FD: hue angle of 285.52º degrees, saturation: 0.94, 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 #EFC3FD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 195 | 253 | - |
CMYK | 0.06 | 0.23 | 0 | 0.01 |
HSL | 285.52º | 0.94% | 0.88% | - |
HSV(B) | 285.52º | 0.23% | 0.99% | - |
XYZ | 72.84 | 64.47 | 101.53 | - |
YUV | 214.77 | 149.58 | 145.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 195 | 253 | 0.06 | 0.23 | 0 | 0.01 | 285.52 | 0.94 | 0.88 |
Hex | EF | C3 | FD | 6 | 17 | 0 | 1 | 11E | 5E | 58 |
Octal | 357 | 303 | 375 | 6 | 27 | 0 | 1 | 436 | 136 | 130 |
Binary | 11101111 | 11000011 | 11111101 | 110 | 10111 | 0 | 1 | 100011110 | 1011110 | 1011000 |
Color Harmonies of #EFC3FD
Complementary color
Monochromatic Colors of #EFC3FD
Black with #EFC3FD
Text Example
Text Example
White with #EFC3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3FD; }
p { color: rgb(239,195,253); }
H1.HeaderClassName
{
color: #EFC3FD;
}
.AnyTagClassName
{
color: #EFC3FD;
}
</style>
background-color css
<style>
a { background-color: #EFC3FD; }
a { background-color: rgb(239,195,253); }
div.DivClassName
{
background-color: #EFC3FD;
}
.BgClassName
{
background-color: #EFC3FD;
}
</style>
border-color css
<style>
span { border-color: #EFC3FD; }
span { border-color: rgb(239,195,253); }
td.TdClassName
{
border-color: #EFC3FD;
}
.TagClassName
{
border-color: #EFC3FD;
}
</style>