#EEBFFB

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

Shades of Mauve #EEBFFB

Tints of Mauve #EEBFFB

Color information

#EEBFFB (or 0xEEBFFB) is unknown color: approx Mauve. HEX triplet: EE, BF and FB. RGB value is (238,191,251). Sum of RGB (Red+Green+Blue) = 238+191+251=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEBFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFFB is #114004. Grayscale: #D3D3D3. Windows color (decimal): -1130501 or 16498670. OLE color: 16498670.

HSL color Cylindrical-coordinate representation of color #EEBFFB: hue angle of 287º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBFFB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238191251-
CMYK0.050.2400.02
HSL287º88.24%86.67%-
HSV(B)287º23.9%98.43%-
XYZ71.362.499.55-
YUV211.89150.07146.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 191 (75% from 255) = 28.09%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=35%
G=28.09%
B=36.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381912510.050.2400.0228788.2486.67
HexEEBFFB5180211f5857
Octal35627737353002437130127
Binary1110111010111111111110111011100001010001111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFFB; }

 p { color: rgb(238,191,251); }

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

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

 a { background-color: rgb(238,191,251); }

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

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

 span { border-color: rgb(238,191,251); }

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