#EBAEF5

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

Shades of Mauve #EBAEF5

Tints of Mauve #EBAEF5

Color information

#EBAEF5 (or 0xEBAEF5) is unknown color: approx Mauve. HEX triplet: EB, AE and F5. RGB value is (235,174,245). Sum of RGB (Red+Green+Blue) = 235+174+245=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBAEF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF5 is #14510A. Grayscale: #C8C8C8. Windows color (decimal): -1331467 or 16101099. OLE color: 16101099.

HSL color Cylindrical-coordinate representation of color #EBAEF5: hue angle of 291.55º degrees, saturation: 0.78, 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 #EBAEF5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235174245-
CMYK0.040.2900.04
HSL291.55º78.02%82.16%-
HSV(B)291.55º28.98%96.08%-
XYZ65.8854.5393.44-
YUV200.33153.21152.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=35.93%
G=26.61%
B=37.46%

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
Decimal2351742450.040.2900.04291.5578.0282.16
HexEBAEF541D041244e52
Octal35325636543504444116122
Binary11101011101011101111010110011101010010010010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEF5; }

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

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

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

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

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

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

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

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