#EBBAFE

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

Shades of Mauve #EBBAFE

Tints of Mauve #EBBAFE

Color information

#EBBAFE (or 0xEBBAFE) is unknown color: approx Mauve. HEX triplet: EB, BA and FE. RGB value is (235,186,254). Sum of RGB (Red+Green+Blue) = 235+186+254=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAFE is #144501. Grayscale: #D0D0D0. Windows color (decimal): -1328386 or 16693995. OLE color: 16693995.

HSL color Cylindrical-coordinate representation of color #EBBAFE: hue angle of 283.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBBAFE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235186254-
CMYK0.070.2700.00
HSL283.24º97.14%86.27%-
HSV(B)283.24º26.77%99.61%-
XYZ69.7159.94101.66-
YUV208.4153.73146.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 186 (73.05% from 255) = 27.56%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=34.81%
G=27.56%
B=37.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351862540.070.2700.00283.2497.1486.27
HexEBBAFE71B0011b6156
Octal35327237673300433141126
Binary111010111011101011111110111110110010001101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAFE; }

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

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

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

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

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

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

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

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