#EDBBFA

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

Shades of Mauve #EDBBFA

Tints of Mauve #EDBBFA

Color information

#EDBBFA (or 0xEDBBFA) is unknown color: approx Mauve. HEX triplet: ED, BB and FA. RGB value is (237,187,250). Sum of RGB (Red+Green+Blue) = 237+187+250=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 187 (73.44% from 255 or 27.74% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDBBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBFA is #124405. Grayscale: #D0D0D0. Windows color (decimal): -1197062 or 16432109. OLE color: 16432109.

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

Color convert

RGB237187250-
CMYK0.050.2500.02
HSL287.62º86.3%85.69%-
HSV(B)287.62º25.2%98.04%-
XYZ69.9560.4598.42-
YUV209.13151.06147.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 187 (73.44% from 255) = 27.74%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=35.16%
G=27.74%
B=37.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371872500.050.2500.02287.6286.385.69
HexEDBBFA519021205656
Octal35527337253102440126126
Binary1110110110111011111110101011100101010010000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBFA; }

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

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

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

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

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

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

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

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