#EDBEF7

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

Shades of Mauve #EDBEF7

Tints of Mauve #EDBEF7

Color information

#EDBEF7 (or 0xEDBEF7) is unknown color: approx Mauve. HEX triplet: ED, BE and F7. RGB value is (237,190,247). Sum of RGB (Red+Green+Blue) = 237+190+247=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDBEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEF7 is #124108. Grayscale: #D2D2D2. Windows color (decimal): -1196297 or 16236269. OLE color: 16236269.

HSL color Cylindrical-coordinate representation of color #EDBEF7: hue angle of 289.47º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBEF7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237190247-
CMYK0.040.2300.03
HSL289.47º78.08%85.69%-
HSV(B)289.47º23.08%96.86%-
XYZ70.1361.5596.18-
YUV210.55148.57146.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 190 (74.61% from 255) = 28.19%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=35.16%
G=28.19%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371902470.040.2300.03289.4778.0885.69
HexEDBEF7417031214e56
Octal35527636742703441116126
Binary1110110110111110111101111001011101110010000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEF7; }

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

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

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

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

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

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

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

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