#EDBFF7

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

Shades of Mauve #EDBFF7

Tints of Mauve #EDBFF7

Color information

#EDBFF7 (or 0xEDBFF7) is unknown color: approx Mauve. HEX triplet: ED, BF and F7. RGB value is (237,191,247). Sum of RGB (Red+Green+Blue) = 237+191+247=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDBFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFF7 is #124008. Grayscale: #D2D2D2. Windows color (decimal): -1196041 or 16236525. OLE color: 16236525.

HSL color Cylindrical-coordinate representation of color #EDBFF7: hue angle of 289.29º 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 #EDBFF7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237191247-
CMYK0.040.2300.03
HSL289.29º77.78%85.88%-
HSV(B)289.29º22.67%96.86%-
XYZ70.3461.9896.25-
YUV211.14148.24146.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 191 (75% from 255) = 28.30%
BLUE value IS 247 (96.88% from 255) = 36.59%
R=35.11%
G=28.30%
B=36.59%

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
Decimal2371912470.040.2300.03289.2977.7885.88
HexEDBFF7417031214e56
Octal35527736742703441116126
Binary1110110110111111111101111001011101110010000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFF7; }

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

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

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

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

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

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

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

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