#EEBAFF

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

Shades of Mauve #EEBAFF

Tints of Mauve #EEBAFF

Color information

#EEBAFF (or 0xEEBAFF) is unknown color: approx Mauve. HEX triplet: EE, BA and FF. RGB value is (238,186,255). Sum of RGB (Red+Green+Blue) = 238+186+255=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFF is #114500. Grayscale: #D1D1D1. Windows color (decimal): -1131777 or 16759534. OLE color: 16759534.

HSL color Cylindrical-coordinate representation of color #EEBAFF: hue angle of 285.22º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEBAFF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238186255-
CMYK0.070.2700
HSL285.22º100%86.47%-
HSV(B)285.22º27.06%100%-
XYZ70.8760.51102.55-
YUV209.41153.73148.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 186 (73.05% from 255) = 27.39%
BLUE value IS 255 (100% from 255) = 37.56%
R=35.05%
G=27.39%
B=37.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381862550.070.2700285.2210086.47
HexEEBAFF71B0011d6456
Octal35627237773300435144126
Binary111011101011101011111111111110110010001110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAFF; }

 p { color: rgb(238,186,255); }

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

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

 a { background-color: rgb(238,186,255); }

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

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

 span { border-color: rgb(238,186,255); }

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