#EEBDFA

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

Shades of Mauve #EEBDFA

Tints of Mauve #EEBDFA

Color information

#EEBDFA (or 0xEEBDFA) is unknown color: approx Mauve. HEX triplet: EE, BD and FA. RGB value is (238,189,250). Sum of RGB (Red+Green+Blue) = 238+189+250=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEBDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFA is #114205. Grayscale: #D2D2D2. Windows color (decimal): -1131014 or 16432622. OLE color: 16432622.

HSL color Cylindrical-coordinate representation of color #EEBDFA: hue angle of 288.2º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBDFA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238189250-
CMYK0.050.2400.02
HSL288.2º85.92%86.08%-
HSV(B)288.2º24.4%98.04%-
XYZ70.7161.4798.58-
YUV210.6150.23147.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 189 (74.22% from 255) = 27.92%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=35.16%
G=27.92%
B=36.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381892500.050.2400.02288.285.9286.08
HexEEBDFA518021205656
Octal35627537253002440126126
Binary1110111010111101111110101011100001010010000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDFA; }

 p { color: rgb(238,189,250); }

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

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

 a { background-color: rgb(238,189,250); }

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

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

 span { border-color: rgb(238,189,250); }

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