#EDBAFB

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

Shades of Mauve #EDBAFB

Tints of Mauve #EDBAFB

Color information

#EDBAFB (or 0xEDBAFB) is unknown color: approx Mauve. HEX triplet: ED, BA and FB. RGB value is (237,186,251). Sum of RGB (Red+Green+Blue) = 237+186+251=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAFB is #124504. Grayscale: #D0D0D0. Windows color (decimal): -1197317 or 16497389. OLE color: 16497389.

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

Color convert

RGB237186251-
CMYK0.060.2600.02
HSL287.08º89.04%85.69%-
HSV(B)287.08º25.9%98.43%-
XYZ69.960.0999.18-
YUV208.66151.9148.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 186 (73.05% from 255) = 27.60%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=35.16%
G=27.60%
B=37.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371862510.060.2600.02287.0889.0485.69
HexEDBAFB61A0211f5956
Octal35527237363202437131126
Binary1110110110111010111110111101101001010001111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAFB; }

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

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

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

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

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

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

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

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