#EBBAF4

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

Shades of Mauve #EBBAF4

Tints of Mauve #EBBAF4

Color information

#EBBAF4 (or 0xEBBAF4) is unknown color: approx Mauve. HEX triplet: EB, BA and F4. RGB value is (235,186,244). Sum of RGB (Red+Green+Blue) = 235+186+244=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBBAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF4 is #14450B. Grayscale: #CFCFCF. Windows color (decimal): -1328396 or 16038635. OLE color: 16038635.

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

Color convert

RGB235186244-
CMYK0.040.2400.04
HSL290.69º72.5%84.31%-
HSV(B)290.69º23.77%95.69%-
XYZ68.1559.3193.44-
YUV207.26148.73147.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 186 (73.05% from 255) = 27.97%
BLUE value IS 244 (95.70% from 255) = 36.69%
R=35.34%
G=27.97%
B=36.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351862440.040.2400.04290.6972.584.31
HexEBBAF4418041234854
Octal35327236443004443110124
Binary11101011101110101111010010011000010010010001110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAF4; }

 p { color: rgb(235,186,244); }

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

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

 a { background-color: rgb(235,186,244); }

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

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

 span { border-color: rgb(235,186,244); }

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