#EDB9F6

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

Shades of Mauve #EDB9F6

Tints of Mauve #EDB9F6

Color information

#EDB9F6 (or 0xEDB9F6) is unknown color: approx Mauve. HEX triplet: ED, B9 and F6. RGB value is (237,185,246). Sum of RGB (Red+Green+Blue) = 237+185+246=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 185 (72.66% from 255 or 27.69% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDB9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9F6 is #124609. Grayscale: #CFCFCF. Windows color (decimal): -1197578 or 16169453. OLE color: 16169453.

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

Color convert

RGB237185246-
CMYK0.040.2500.04
HSL291.15º77.22%84.51%-
HSV(B)291.15º24.8%96.47%-
XYZ68.9159.3695.01-
YUV207.5149.73149.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 185 (72.66% from 255) = 27.69%
BLUE value IS 246 (96.48% from 255) = 36.83%
R=35.48%
G=27.69%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371852460.040.2500.04291.1577.2284.51
HexEDB9F6419041234d55
Octal35527136643104443115125
Binary11101101101110011111011010011001010010010001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9F6; }

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

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

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

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

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

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

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

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