#EBABFB

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

Shades of Mauve #EBABFB

Tints of Mauve #EBABFB

Color information

#EBABFB (or 0xEBABFB) is unknown color: approx Mauve. HEX triplet: EB, AB and FB. RGB value is (235,171,251). Sum of RGB (Red+Green+Blue) = 235+171+251=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABFB is #145404. Grayscale: #C7C7C7. Windows color (decimal): -1332229 or 16493547. OLE color: 16493547.

HSL color Cylindrical-coordinate representation of color #EBABFB: hue angle of 288º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBABFB is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235171251-
CMYK0.060.3200.02
HSL288º90.91%82.75%-
HSV(B)288º31.87%98.43%-
XYZ66.2453.7598.15-
YUV199.26157.2153.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 171 (67.19% from 255) = 26.03%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=35.77%
G=26.03%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351712510.060.3200.0228890.9182.75
HexEBABFB620021205b53
Octal35325337364002440133123
Binary11101011101010111111101111010000001010010000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABFB; }

 p { color: rgb(235,171,251); }

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

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

 a { background-color: rgb(235,171,251); }

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

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

 span { border-color: rgb(235,171,251); }

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