#EDBAF3

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

Shades of Mauve #EDBAF3

Tints of Mauve #EDBAF3

Color information

#EDBAF3 (or 0xEDBAF3) is unknown color: approx Mauve. HEX triplet: ED, BA and F3. RGB value is (237,186,243). Sum of RGB (Red+Green+Blue) = 237+186+243=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDBAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAF3 is #12450C. Grayscale: #CFCFCF. Windows color (decimal): -1197325 or 15973101. OLE color: 15973101.

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

Color convert

RGB237186243-
CMYK0.020.2300.05
HSL293.68º70.37%84.12%-
HSV(B)293.68º23.46%95.29%-
XYZ68.6659.5992.68-
YUV207.75147.9148.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 186 (73.05% from 255) = 27.93%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=35.59%
G=27.93%
B=36.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371862430.020.2300.05293.6870.3784.12
HexEDBAF3217051264654
Octal35527236322705446106124
Binary1110110110111010111100111010111010110010011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAF3; }

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

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

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

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

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

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

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

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