#EBAFF3

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

Shades of Mauve #EBAFF3

Tints of Mauve #EBAFF3

Color information

#EBAFF3 (or 0xEBAFF3) is unknown color: approx Mauve. HEX triplet: EB, AF and F3. RGB value is (235,175,243). Sum of RGB (Red+Green+Blue) = 235+175+243=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF3 is #14500C. Grayscale: #C8C8C8. Windows color (decimal): -1331213 or 15970283. OLE color: 15970283.

HSL color Cylindrical-coordinate representation of color #EBAFF3: hue angle of 292.94º 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 #EBAFF3 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235175243-
CMYK0.030.2800.05
HSL292.94º73.91%81.96%-
HSV(B)292.94º27.98%95.29%-
XYZ65.7754.7991.9-
YUV200.69151.88152.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 243 (95.31% from 255) = 37.21%
R=35.99%
G=26.80%
B=37.21%

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
Decimal2351752430.030.2800.05292.9473.9181.96
HexEBAFF331C051254a52
Octal35325736333405445112122
Binary1110101110101111111100111111100010110010010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFF3; }

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

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

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

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

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

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

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

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