#EEBFFD

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

Shades of Mauve #EEBFFD

Tints of Mauve #EEBFFD

Color information

#EEBFFD (or 0xEEBFFD) is unknown color: approx Mauve. HEX triplet: EE, BF and FD. RGB value is (238,191,253). Sum of RGB (Red+Green+Blue) = 238+191+253=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFFD is #114002. Grayscale: #D3D3D3. Windows color (decimal): -1130499 or 16629742. OLE color: 16629742.

HSL color Cylindrical-coordinate representation of color #EEBFFD: hue angle of 285.48º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEBFFD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238191253-
CMYK0.060.2500.01
HSL285.48º93.94%87.06%-
HSV(B)285.48º24.51%99.22%-
XYZ71.6262.53101.22-
YUV212.12151.07146.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 191 (75% from 255) = 28.01%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=34.90%
G=28.01%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381912530.060.2500.01285.4893.9487.06
HexEEBFFD6190111d5e57
Octal35627737563101435136127
Binary111011101011111111111101110110010110001110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFFD; }

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

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

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

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

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

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

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

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