#ebbaf1

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

Shades of Mauve #EBBAF1

Tints of Mauve #EBBAF1

Color information

#EBBAF1 (or 0xEBBAF1) is unknown color: approx Mauve. HEX triplet: EB, BA and F1. RGB value is (235,186,241). Sum of RGB (Red+Green+Blue) = 235+186+241=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF1 is #14450E. Grayscale: #CECECE. Windows color (decimal): -1328399 or 15842027. OLE color: 15842027.

HSL color Cylindrical-coordinate representation of color #EBBAF1: hue angle of 293.45º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBAF1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235186241-
CMYK0.020.2300.05
HSL293.45º66.27%83.73%-
HSV(B)293.45º22.82%94.51%-
XYZ67.759.1391.06-
YUV206.92147.23148.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=35.50%
G=28.10%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351862410.020.2300.05293.4566.2783.73
HexEBBAF1217051254254
Octal35327236122705445102124
Binary1110101110111010111100011010111010110010010110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebbaf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebbaf1; }

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

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

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

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

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

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

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

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