#EDB7F3

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

Shades of Mauve #EDB7F3

Tints of Mauve #EDB7F3

Color information

#EDB7F3 (or 0xEDB7F3) is unknown color: approx Mauve. HEX triplet: ED, B7 and F3. RGB value is (237,183,243). Sum of RGB (Red+Green+Blue) = 237+183+243=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDB7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7F3 is #12480C. Grayscale: #CDCDCD. Windows color (decimal): -1198093 or 15972333. OLE color: 15972333.

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

Color convert

RGB237183243-
CMYK0.020.2500.05
HSL294º71.43%83.53%-
HSV(B)294º24.69%95.29%-
XYZ68.0458.3492.47-
YUV205.99148.89150.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 183 (71.88% from 255) = 27.60%
BLUE value IS 243 (95.31% from 255) = 36.65%
R=35.75%
G=27.60%
B=36.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371832430.020.2500.0529471.4383.53
HexEDB7F3219051264754
Octal35526736323105446107124
Binary1110110110110111111100111011001010110010011010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB7F3; }

 p { color: rgb(237,183,243); }

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

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

 a { background-color: rgb(237,183,243); }

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

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

 span { border-color: rgb(237,183,243); }

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