#EEBAFC

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

Shades of Mauve #EEBAFC

Tints of Mauve #EEBAFC

Color information

#EEBAFC (or 0xEEBAFC) is unknown color: approx Mauve. HEX triplet: EE, BA and FC. RGB value is (238,186,252). Sum of RGB (Red+Green+Blue) = 238+186+252=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAFC is #114503. Grayscale: #D0D0D0. Windows color (decimal): -1131780 or 16562926. OLE color: 16562926.

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

Color convert

RGB238186252-
CMYK0.060.2600.01
HSL287.27º91.67%85.88%-
HSV(B)287.27º26.19%98.82%-
XYZ70.3960.32100.03-
YUV209.07152.23148.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 186 (73.05% from 255) = 27.51%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=35.21%
G=27.51%
B=37.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381862520.060.2600.01287.2791.6785.88
HexEEBAFC61A0111f5c56
Octal35627237463201437134126
Binary111011101011101011111100110110100110001111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAFC; }

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

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

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

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

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

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

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

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