#EBAFF5

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

Shades of Mauve #EBAFF5

Tints of Mauve #EBAFF5

Color information

#EBAFF5 (or 0xEBAFF5) is unknown color: approx Mauve. HEX triplet: EB, AF and F5. RGB value is (235,175,245). Sum of RGB (Red+Green+Blue) = 235+175+245=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF5 is #14500A. Grayscale: #C8C8C8. Windows color (decimal): -1331211 or 16101355. OLE color: 16101355.

HSL color Cylindrical-coordinate representation of color #EBAFF5: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAFF5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235175245-
CMYK0.040.2900.04
HSL291.43º77.78%82.35%-
HSV(B)291.43º28.57%96.08%-
XYZ66.0754.9193.5-
YUV200.92152.88152.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=35.88%
G=26.72%
B=37.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351752450.040.2900.04291.4377.7882.35
HexEBAFF541D041234e52
Octal35325736543504443116122
Binary11101011101011111111010110011101010010010001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFF5; }

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

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

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

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

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

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

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

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