#E6AEFB

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

Shades of Mauve #E6AEFB

Tints of Mauve #E6AEFB

Color information

#E6AEFB (or 0xE6AEFB) is unknown color: approx Mauve. HEX triplet: E6, AE and FB. RGB value is (230,174,251). Sum of RGB (Red+Green+Blue) = 230+174+251=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6AEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEFB is #195104. Grayscale: #C7C7C7. Windows color (decimal): -1659141 or 16494310. OLE color: 16494310.

HSL color Cylindrical-coordinate representation of color #E6AEFB: hue angle of 283.64º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6AEFB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230174251-
CMYK0.080.3100.02
HSL283.64º90.59%83.33%-
HSV(B)283.64º30.68%98.43%-
XYZ65.1854.0698.27-
YUV199.52157.05149.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 174 (68.36% from 255) = 26.56%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=35.11%
G=26.56%
B=38.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301742510.080.3100.02283.6490.5983.33
HexE6AEFB81F0211c5b53
Octal346256373103702434133123
Binary11100110101011101111101110001111101010001110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEFB; }

 p { color: rgb(230,174,251); }

 H1.HeaderClassName
 {
   color: #E6AEFB;
 }
 .AnyTagClassName
 {
   color: #E6AEFB;
 }
</style>
background-color css

<style>
 a { background-color: #E6AEFB; }

 a { background-color: rgb(230,174,251); }

 div.DivClassName
 {
   background-color: #E6AEFB;
 }
 .BgClassName
 {
   background-color: #E6AEFB;
 }
</style>
border-color css

<style>
 span { border-color: #E6AEFB; }

 span { border-color: rgb(230,174,251); }

 td.TdClassName
 {
   border-color: #E6AEFB;
 }
 .TagClassName
 {
   border-color: #E6AEFB;
 }
</style>