#EDA4FB

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

Shades of Mauve #EDA4FB

Tints of Mauve #EDA4FB

Color information

#EDA4FB (or 0xEDA4FB) is unknown color: approx Mauve. HEX triplet: ED, A4 and FB. RGB value is (237,164,251). Sum of RGB (Red+Green+Blue) = 237+164+251=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA4FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4FB is #125B04. Grayscale: #C3C3C3. Windows color (decimal): -1202949 or 16491757. OLE color: 16491757.

HSL color Cylindrical-coordinate representation of color #EDA4FB: hue angle of 290.34º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA4FB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237164251-
CMYK0.060.3500.02
HSL290.34º91.58%81.37%-
HSV(B)290.34º34.66%98.43%-
XYZ65.6151.5297.75-
YUV195.74159.18157.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 164 (64.45% from 255) = 25.15%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=36.35%
G=25.15%
B=38.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371642510.060.3500.02290.3491.5881.37
HexEDA4FB623021225c51
Octal35524437364302442134121
Binary11101101101001001111101111010001101010010001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4FB; }

 p { color: rgb(237,164,251); }

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

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

 a { background-color: rgb(237,164,251); }

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

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

 span { border-color: rgb(237,164,251); }

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