#EEBDFB

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

Shades of Mauve #EEBDFB

Tints of Mauve #EEBDFB

Color information

#EEBDFB (or 0xEEBDFB) is unknown color: approx Mauve. HEX triplet: EE, BD and FB. RGB value is (238,189,251). Sum of RGB (Red+Green+Blue) = 238+189+251=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFB is #114204. Grayscale: #D2D2D2. Windows color (decimal): -1131013 or 16498158. OLE color: 16498158.

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

Color convert

RGB238189251-
CMYK0.050.2500.02
HSL287.42º88.57%86.27%-
HSV(B)287.42º24.7%98.43%-
XYZ70.8761.5499.41-
YUV210.72150.73147.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 189 (74.22% from 255) = 27.88%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=35.10%
G=27.88%
B=37.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381892510.050.2500.02287.4288.5786.27
HexEEBDFB5190211f5956
Octal35627537353102437131126
Binary1110111010111101111110111011100101010001111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDFB; }

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

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

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

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

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

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

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

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