#EBAEF6

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

Shades of Mauve #EBAEF6

Tints of Mauve #EBAEF6

Color information

#EBAEF6 (or 0xEBAEF6) is unknown color: approx Mauve. HEX triplet: EB, AE and F6. RGB value is (235,174,246). Sum of RGB (Red+Green+Blue) = 235+174+246=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBAEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF6 is #145109. Grayscale: #C8C8C8. Windows color (decimal): -1331466 or 16166635. OLE color: 16166635.

HSL color Cylindrical-coordinate representation of color #EBAEF6: hue angle of 290.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAEF6 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235174246-
CMYK0.040.2900.04
HSL290.83º80%82.35%-
HSV(B)290.83º29.27%96.47%-
XYZ66.0354.5994.25-
YUV200.45153.71152.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 174 (68.36% from 255) = 26.56%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=35.88%
G=26.56%
B=37.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351742460.040.2900.04290.838082.35
HexEBAEF641D041235052
Octal35325636643504443120122
Binary11101011101011101111011010011101010010010001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEF6; }

 p { color: rgb(235,174,246); }

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

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

 a { background-color: rgb(235,174,246); }

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

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

 span { border-color: rgb(235,174,246); }

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