#EDB5FA

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

Shades of Mauve #EDB5FA

Tints of Mauve #EDB5FA

Color information

#EDB5FA (or 0xEDB5FA) is unknown color: approx Mauve. HEX triplet: ED, B5 and FA. RGB value is (237,181,250). Sum of RGB (Red+Green+Blue) = 237+181+250=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 181 (71.09% from 255 or 27.10% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5FA is #124A05. Grayscale: #CDCDCD. Windows color (decimal): -1198598 or 16430573. OLE color: 16430573.

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

Color convert

RGB237181250-
CMYK0.050.2800.02
HSL288.7º87.34%84.51%-
HSV(B)288.7º27.6%98.04%-
XYZ68.757.9598.01-
YUV205.61153.05150.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 181 (71.09% from 255) = 27.10%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=35.48%
G=27.10%
B=37.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371812500.050.2800.02288.787.3484.51
HexEDB5FA51C021215755
Octal35526537253402441127125
Binary1110110110110101111110101011110001010010000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB5FA; }

 p { color: rgb(237,181,250); }

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

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

 a { background-color: rgb(237,181,250); }

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

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

 span { border-color: rgb(237,181,250); }

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