#EDBAF5

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

Shades of Mauve #EDBAF5

Tints of Mauve #EDBAF5

Color information

#EDBAF5 (or 0xEDBAF5) is unknown color: approx Mauve. HEX triplet: ED, BA and F5. RGB value is (237,186,245). Sum of RGB (Red+Green+Blue) = 237+186+245=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF5 is #12450A. Grayscale: #CFCFCF. Windows color (decimal): -1197323 or 16104173. OLE color: 16104173.

HSL color Cylindrical-coordinate representation of color #EDBAF5: hue angle of 291.86º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBAF5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237186245-
CMYK0.030.2400.04
HSL291.86º74.68%84.51%-
HSV(B)291.86º24.08%96.08%-
XYZ68.9759.7194.28-
YUV207.98148.9148.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 186 (73.05% from 255) = 27.84%
BLUE value IS 245 (96.09% from 255) = 36.68%
R=35.48%
G=27.84%
B=36.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371862450.030.2400.04291.8674.6884.51
HexEDBAF5318041244b55
Octal35527236533004444113125
Binary1110110110111010111101011111000010010010010010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAF5; }

 p { color: rgb(237,186,245); }

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

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

 a { background-color: rgb(237,186,245); }

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

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

 span { border-color: rgb(237,186,245); }

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