#EEBAF6

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

Shades of Mauve #EEBAF6

Tints of Mauve #EEBAF6

Color information

#EEBAF6 (or 0xEEBAF6) is unknown color: approx Mauve. HEX triplet: EE, BA and F6. RGB value is (238,186,246). Sum of RGB (Red+Green+Blue) = 238+186+246=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAF6 is #114509. Grayscale: #D0D0D0. Windows color (decimal): -1131786 or 16169710. OLE color: 16169710.

HSL color Cylindrical-coordinate representation of color #EEBAF6: hue angle of 292º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBAF6 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238186246-
CMYK0.030.2400.04
HSL292º76.92%84.71%-
HSV(B)292º24.39%96.47%-
XYZ69.4559.9595.1-
YUV208.39149.23149.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 246 (96.48% from 255) = 36.72%
R=35.52%
G=27.76%
B=36.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381862460.030.2400.0429276.9284.71
HexEEBAF6318041244d55
Octal35627236633004444115125
Binary1110111010111010111101101111000010010010010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAF6; }

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

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

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

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

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

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

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

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