#EDB3F2

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

Shades of Mauve #EDB3F2

Tints of Mauve #EDB3F2

Color information

#EDB3F2 (or 0xEDB3F2) is unknown color: approx Mauve. HEX triplet: ED, B3 and F2. RGB value is (237,179,242). Sum of RGB (Red+Green+Blue) = 237+179+242=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDB3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3F2 is #124C0D. Grayscale: #CBCBCB. Windows color (decimal): -1199118 or 15905773. OLE color: 15905773.

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

Color convert

RGB237179242-
CMYK0.020.2600.05
HSL295.24º70.79%82.55%-
HSV(B)295.24º26.03%94.9%-
XYZ67.0756.6691.4-
YUV203.52149.72151.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 179 (70.31% from 255) = 27.20%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=36.02%
G=27.20%
B=36.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371792420.020.2600.05295.2470.7982.55
HexEDB3F221A051274753
Octal35526336223205447107123
Binary1110110110110011111100101011010010110010011110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3F2; }

 p { color: rgb(237,179,242); }

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

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

 a { background-color: rgb(237,179,242); }

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

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

 span { border-color: rgb(237,179,242); }

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