#EBAAF9

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

Shades of Mauve #EBAAF9

Tints of Mauve #EBAAF9

Color information

#EBAAF9 (or 0xEBAAF9) is unknown color: approx Mauve. HEX triplet: EB, AA and F9. RGB value is (235,170,249). Sum of RGB (Red+Green+Blue) = 235+170+249=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF9 is #145506. Grayscale: #C6C6C6. Windows color (decimal): -1332487 or 16362219. OLE color: 16362219.

HSL color Cylindrical-coordinate representation of color #EBAAF9: hue angle of 289.37º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBAAF9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235170249-
CMYK0.060.3200.02
HSL289.37º86.81%82.16%-
HSV(B)289.37º31.73%97.65%-
XYZ65.7353.2596.44-
YUV198.44156.53154.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 170 (66.80% from 255) = 25.99%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=35.93%
G=25.99%
B=38.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351702490.060.3200.02289.3786.8182.16
HexEBAAF9620021215752
Octal35325237164002441127122
Binary11101011101010101111100111010000001010010000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAF9; }

 p { color: rgb(235,170,249); }

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

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

 a { background-color: rgb(235,170,249); }

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

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

 span { border-color: rgb(235,170,249); }

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