#E6AEFC

Color #E6AEFC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E6AEFC

Tints of Mauve #E6AEFC

Color information

#E6AEFC (or 0xE6AEFC) is unknown color: approx 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

RGB230174252-
CMYK0.090.3100.01
HSL283.08º92.86%83.53%-
HSV(B)283.08º30.95%98.82%-
XYZ65.3454.1299.1-
YUV199.64157.55149.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 174 (68.36% from 255) = 26.52%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=35.06%
G=26.52%
B=38.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301742520.090.3100.01283.0892.8683.53
HexE6AEFC91F0111b5d54
Octal346256374113701433135124
Binary1110011010101110111111001001111110110001101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>