#EDB6FA

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

Shades of Mauve #EDB6FA

Tints of Mauve #EDB6FA

Color information

#EDB6FA (or 0xEDB6FA) is unknown color: approx Mauve. HEX triplet: ED, B6 and FA. RGB value is (237,182,250). Sum of RGB (Red+Green+Blue) = 237+182+250=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 182 (71.48% from 255 or 27.20% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6FA is #124905. Grayscale: #CDCDCD. Windows color (decimal): -1198342 or 16430829. OLE color: 16430829.

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

Color convert

RGB237182250-
CMYK0.050.2700.02
HSL288.53º87.18%84.71%-
HSV(B)288.53º27.2%98.04%-
XYZ68.9158.3698.08-
YUV206.2152.72149.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 182 (71.48% from 255) = 27.20%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=35.43%
G=27.20%
B=37.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371822500.050.2700.02288.5387.1884.71
HexEDB6FA51B021215755
Octal35526637253302441127125
Binary1110110110110110111110101011101101010010000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB6FA; }

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

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

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

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

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

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

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

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