#EEBAFE

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

Shades of Mauve #EEBAFE

Tints of Mauve #EEBAFE

Color information

#EEBAFE (or 0xEEBAFE) is unknown color: approx Mauve. HEX triplet: EE, BA and FE. RGB value is (238,186,254). Sum of RGB (Red+Green+Blue) = 238+186+254=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFE is #114501. Grayscale: #D1D1D1. Windows color (decimal): -1131778 or 16693998. OLE color: 16693998.

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

Color convert

RGB238186254-
CMYK0.060.2700.00
HSL285.88º97.14%86.27%-
HSV(B)285.88º26.77%99.61%-
XYZ70.7160.45101.71-
YUV209.3153.23148.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.10%
GREEN value IS 186 (73.05% from 255) = 27.43%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=35.10%
G=27.43%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381862540.060.2700.00285.8897.1486.27
HexEEBAFE61B0011e6156
Octal35627237663300436141126
Binary111011101011101011111110110110110010001111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAFE; }

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

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

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

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

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

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

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

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