#EBAEF7

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

Shades of Mauve #EBAEF7

Tints of Mauve #EBAEF7

Color information

#EBAEF7 (or 0xEBAEF7) is unknown color: approx Mauve. HEX triplet: EB, AE and F7. RGB value is (235,174,247). Sum of RGB (Red+Green+Blue) = 235+174+247=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBAEF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEF7 is #145108. Grayscale: #C8C8C8. Windows color (decimal): -1331465 or 16232171. OLE color: 16232171.

HSL color Cylindrical-coordinate representation of color #EBAEF7: hue angle of 290.14º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBAEF7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235174247-
CMYK0.050.3000.03
HSL290.14º82.02%82.55%-
HSV(B)290.14º29.55%96.86%-
XYZ66.1954.6595.06-
YUV200.56154.21152.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 174 (68.36% from 255) = 26.52%
BLUE value IS 247 (96.88% from 255) = 37.65%
R=35.82%
G=26.52%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351742470.050.3000.03290.1482.0282.55
HexEBAEF751E031225253
Octal35325636753603442122123
Binary1110101110101110111101111011111001110010001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEF7; }

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

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

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

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

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

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

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

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