#EDBAF6

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

Shades of Mauve #EDBAF6

Tints of Mauve #EDBAF6

Color information

#EDBAF6 (or 0xEDBAF6) is unknown color: approx Mauve. HEX triplet: ED, BA and F6. RGB value is (237,186,246). Sum of RGB (Red+Green+Blue) = 237+186+246=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF6 is #124509. Grayscale: #CFCFCF. Windows color (decimal): -1197322 or 16169709. OLE color: 16169709.

HSL color Cylindrical-coordinate representation of color #EDBAF6: hue angle of 291º degrees, saturation: 0.77, 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 #EDBAF6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237186246-
CMYK0.040.2400.04
HSL291º76.92%84.71%-
HSV(B)291º24.39%96.47%-
XYZ69.1259.7895.08-
YUV208.09149.4148.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=35.43%
G=27.80%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371862460.040.2400.0429176.9284.71
HexEDBAF6418041234d55
Octal35527236643004443115125
Binary11101101101110101111011010011000010010010001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAF6; }

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

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

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

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

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

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

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

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