Shades of Mauve #E6AEFC
Tints of Mauve #E6AEFC
RGB
CMYK
RGB Variations
Color information
#E6AEFC (or 0xE6AEFC) is known color: Mauve. HEX triplet: E6, AE and FC. RGB value is (230,174,252). Sum of RGB (Red+Green+Blue) = 230+174+252=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6AEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEFC is #195103. Grayscale: #C7C7C7. Windows color (decimal): -1659140 or 16559846. OLE color: 16559846.
HSL color Cylindrical-coordinate representation of color #E6AEFC: hue angle of 283.08º degrees, saturation: 0.93, 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 #E6AEFC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 174 | 252 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.01 |
| HSL | 283.08º | 0.93% | 0.84% | - |
| HSV(B) | 283.08º | 0.31% | 0.99% | - |
| XYZ | 65.34 | 54.12 | 99.1 | - |
| YUV | 199.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 252 | 0.09 | 0.31 | 0 | 0.01 | 283.08 | 0.93 | 0.84 |
| Hex | E6 | AE | FC | 9 | 1F | 0 | 1 | 11B | 5D | 54 |
| Octal | 346 | 256 | 374 | 11 | 37 | 0 | 1 | 433 | 135 | 124 |
| Binary | 11100110 | 10101110 | 11111100 | 1001 | 11111 | 0 | 1 | 100011011 | 1011101 | 1010100 |
Color Harmonies of #E6AEFC
Complementary color
Monochromatic Colors of #E6AEFC
Black with #E6AEFC
Text Example
Text Example
White with #E6AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEFC; }
p { color: rgb(230,174,252); }
H1.HeaderClassName
{
color: #E6AEFC;
}
.AnyTagClassName
{
color: #E6AEFC;
}
</style>
background-color css
<style>
a { background-color: #E6AEFC; }
a { background-color: rgb(230,174,252); }
div.DivClassName
{
background-color: #E6AEFC;
}
.BgClassName
{
background-color: #E6AEFC;
}
</style>
border-color css
<style>
span { border-color: #E6AEFC; }
span { border-color: rgb(230,174,252); }
td.TdClassName
{
border-color: #E6AEFC;
}
.TagClassName
{
border-color: #E6AEFC;
}
</style>