#EBADFB

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

Shades of Mauve #EBADFB

Tints of Mauve #EBADFB

Color information

#EBADFB (or 0xEBADFB) is unknown color: approx Mauve. HEX triplet: EB, AD and FB. RGB value is (235,173,251). Sum of RGB (Red+Green+Blue) = 235+173+251=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFB is #145204. Grayscale: #C8C8C8. Windows color (decimal): -1331717 or 16494059. OLE color: 16494059.

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

Color convert

RGB235173251-
CMYK0.060.3100.02
HSL287.69º90.7%83.14%-
HSV(B)287.69º31.08%98.43%-
XYZ66.6254.5198.28-
YUV200.43156.54152.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 173 (67.97% from 255) = 26.25%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=35.66%
G=26.25%
B=38.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351732510.060.3100.02287.6990.783.14
HexEBADFB61F021205b53
Octal35325537363702440133123
Binary1110101110101101111110111101111101010010000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADFB; }

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

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

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

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

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

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

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

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