#EBAAF8

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

Shades of Mauve #EBAAF8

Tints of Mauve #EBAAF8

Color information

#EBAAF8 (or 0xEBAAF8) is unknown color: approx Mauve. HEX triplet: EB, AA and F8. RGB value is (235,170,248). Sum of RGB (Red+Green+Blue) = 235+170+248=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF8 is #145507. Grayscale: #C6C6C6. Windows color (decimal): -1332488 or 16296683. OLE color: 16296683.

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

Color convert

RGB235170248-
CMYK0.050.3100.03
HSL290º84.78%81.96%-
HSV(B)290º31.45%97.25%-
XYZ65.5853.1995.62-
YUV198.33156.03154.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 248 (97.27% from 255) = 37.98%
R=35.99%
G=26.03%
B=37.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351702480.050.3100.0329084.7881.96
HexEBAAF851F031225552
Octal35325237053703442125122
Binary1110101110101010111110001011111101110010001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAF8; }

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

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

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

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

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

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

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

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