#EDBAF9

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

Shades of Mauve #EDBAF9

Tints of Mauve #EDBAF9

Color information

#EDBAF9 (or 0xEDBAF9) is unknown color: approx Mauve. HEX triplet: ED, BA and F9. RGB value is (237,186,249). Sum of RGB (Red+Green+Blue) = 237+186+249=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDBAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF9 is #124506. Grayscale: #D0D0D0. Windows color (decimal): -1197319 or 16366317. OLE color: 16366317.

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

Color convert

RGB237186249-
CMYK0.050.2500.02
HSL288.57º84%85.29%-
HSV(B)288.57º25.3%97.65%-
XYZ69.5859.9697.53-
YUV208.43150.9148.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=35.27%
G=27.68%
B=37.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371862490.050.2500.02288.578485.29
HexEDBAF9519021215455
Octal35527237153102441124125
Binary1110110110111010111110011011100101010010000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAF9; }

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

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

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

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

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

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

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

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