Shades of Mauve #EFAEFD
Tints of Mauve #EFAEFD
RGB
CMYK
RGB Variations
Color information
#EFAEFD (or 0xEFAEFD) is known color: Mauve. HEX triplet: EF, AE and FD. RGB value is (239,174,253). Sum of RGB (Red+Green+Blue) = 239+174+253=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 174 (68.36% from 255 or 26.13% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEFD is #105102. Grayscale: #CACACA. Windows color (decimal): -1069315 or 16625391. OLE color: 16625391.
HSL color Cylindrical-coordinate representation of color #EFAEFD: hue angle of 289.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFAEFD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 174 | 253 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.01 |
| HSL | 289.37º | 0.95% | 0.84% | - |
| HSV(B) | 289.37º | 0.31% | 0.99% | - |
| XYZ | 68.46 | 55.71 | 100.07 | - |
| YUV | 202.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 253 | 0.06 | 0.31 | 0 | 0.01 | 289.37 | 0.95 | 0.84 |
| Hex | EF | AE | FD | 6 | 1F | 0 | 1 | 121 | 5F | 54 |
| Octal | 357 | 256 | 375 | 6 | 37 | 0 | 1 | 441 | 137 | 124 |
| Binary | 11101111 | 10101110 | 11111101 | 110 | 11111 | 0 | 1 | 100100001 | 1011111 | 1010100 |
Color Harmonies of #EFAEFD
Complementary color
Monochromatic Colors of #EFAEFD
Black with #EFAEFD
Text Example
Text Example
White with #EFAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEFD; }
p { color: rgb(239,174,253); }
H1.HeaderClassName
{
color: #EFAEFD;
}
.AnyTagClassName
{
color: #EFAEFD;
}
</style>
background-color css
<style>
a { background-color: #EFAEFD; }
a { background-color: rgb(239,174,253); }
div.DivClassName
{
background-color: #EFAEFD;
}
.BgClassName
{
background-color: #EFAEFD;
}
</style>
border-color css
<style>
span { border-color: #EFAEFD; }
span { border-color: rgb(239,174,253); }
td.TdClassName
{
border-color: #EFAEFD;
}
.TagClassName
{
border-color: #EFAEFD;
}
</style>