#EDBEFB

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

Shades of Mauve #EDBEFB

Tints of Mauve #EDBEFB

Color information

#EDBEFB (or 0xEDBEFB) is unknown color: approx Mauve. HEX triplet: ED, BE and FB. RGB value is (237,190,251). Sum of RGB (Red+Green+Blue) = 237+190+251=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 190 (74.61% from 255 or 28.02% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDBEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEFB is #124104. Grayscale: #D2D2D2. Windows color (decimal): -1196293 or 16498413. OLE color: 16498413.

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

Color convert

RGB237190251-
CMYK0.060.2400.02
HSL286.23º88.41%86.47%-
HSV(B)286.23º24.3%98.43%-
XYZ70.7561.899.47-
YUV211.01150.57146.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 190 (74.61% from 255) = 28.02%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=34.96%
G=28.02%
B=37.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371902510.060.2400.02286.2388.4186.47
HexEDBEFB6180211e5856
Octal35527637363002436130126
Binary1110110110111110111110111101100001010001111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEFB; }

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

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

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

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

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

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

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

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