#ebbbf4

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

Shades of Mauve #EBBBF4

Tints of Mauve #EBBBF4

Color information

#EBBBF4 (or 0xEBBBF4) is unknown color: approx Mauve. HEX triplet: EB, BB and F4. RGB value is (235,187,244). Sum of RGB (Red+Green+Blue) = 235+187+244=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBBBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF4 is #14440B. Grayscale: #CFCFCF. Windows color (decimal): -1328140 or 16038891. OLE color: 16038891.

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

Color convert

RGB235187244-
CMYK0.040.2300.04
HSL290.53º72.15%84.51%-
HSV(B)290.53º23.36%95.69%-
XYZ68.3659.7393.51-
YUV207.85148.4147.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 187 (73.44% from 255) = 28.08%
BLUE value IS 244 (95.70% from 255) = 36.64%
R=35.29%
G=28.08%
B=36.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351872440.040.2300.04290.5372.1584.51
HexEBBBF4417041234855
Octal35327336442704443110125
Binary11101011101110111111010010010111010010010001110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebbbf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebbbf4; }

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

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

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

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

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

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

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

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