Shades of Mauve #EFC5FD
Tints of Mauve #EFC5FD
RGB
CMYK
RGB Variations
Color information
#EFC5FD (or 0xEFC5FD) is known color: Mauve. HEX triplet: EF, C5 and FD. RGB value is (239,197,253). Sum of RGB (Red+Green+Blue) = 239+197+253=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 197 (77.34% from 255 or 28.59% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5FD is #103A02. Grayscale: #D7D7D7. Windows color (decimal): -1063427 or 16631279. OLE color: 16631279.
HSL color Cylindrical-coordinate representation of color #EFC5FD: hue angle of 285º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC5FD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 197 | 253 | - |
CMYK | 0.06 | 0.22 | 0 | 0.01 |
HSL | 285º | 0.93% | 0.88% | - |
HSV(B) | 285º | 0.22% | 0.99% | - |
XYZ | 73.29 | 65.38 | 101.68 | - |
YUV | 215.94 | 148.91 | 144.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 197 | 253 | 0.06 | 0.22 | 0 | 0.01 | 285 | 0.93 | 0.88 |
Hex | EF | C5 | FD | 6 | 16 | 0 | 1 | 11D | 5D | 58 |
Octal | 357 | 305 | 375 | 6 | 26 | 0 | 1 | 435 | 135 | 130 |
Binary | 11101111 | 11000101 | 11111101 | 110 | 10110 | 0 | 1 | 100011101 | 1011101 | 1011000 |
Color Harmonies of #EFC5FD
Complementary color
Monochromatic Colors of #EFC5FD
Black with #EFC5FD
Text Example
Text Example
White with #EFC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5FD; }
p { color: rgb(239,197,253); }
H1.HeaderClassName
{
color: #EFC5FD;
}
.AnyTagClassName
{
color: #EFC5FD;
}
</style>
background-color css
<style>
a { background-color: #EFC5FD; }
a { background-color: rgb(239,197,253); }
div.DivClassName
{
background-color: #EFC5FD;
}
.BgClassName
{
background-color: #EFC5FD;
}
</style>
border-color css
<style>
span { border-color: #EFC5FD; }
span { border-color: rgb(239,197,253); }
td.TdClassName
{
border-color: #EFC5FD;
}
.TagClassName
{
border-color: #EFC5FD;
}
</style>