#EBAEF3

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

Shades of Mauve #EBAEF3

Tints of Mauve #EBAEF3

Color information

#EBAEF3 (or 0xEBAEF3) is unknown color: approx Mauve. HEX triplet: EB, AE and F3. RGB value is (235,174,243). Sum of RGB (Red+Green+Blue) = 235+174+243=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBAEF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF3 is #14510C. Grayscale: #C7C7C7. Windows color (decimal): -1331469 or 15970027. OLE color: 15970027.

HSL color Cylindrical-coordinate representation of color #EBAEF3: hue angle of 293.04º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAEF3 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235174243-
CMYK0.030.2800.05
HSL293.04º74.19%81.76%-
HSV(B)293.04º28.4%95.29%-
XYZ65.5754.4191.84-
YUV200.1152.21152.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 174 (68.36% from 255) = 26.69%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=36.04%
G=26.69%
B=37.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351742430.030.2800.05293.0474.1981.76
HexEBAEF331C051254a52
Octal35325636333405445112122
Binary1110101110101110111100111111100010110010010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEF3; }

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

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

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

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

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

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

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

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