#EDBCF6

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

Shades of Mauve #EDBCF6

Tints of Mauve #EDBCF6

Color information

#EDBCF6 (or 0xEDBCF6) is unknown color: approx Mauve. HEX triplet: ED, BC and F6. RGB value is (237,188,246). Sum of RGB (Red+Green+Blue) = 237+188+246=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDBCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCF6 is #124309. Grayscale: #D1D1D1. Windows color (decimal): -1196810 or 16170221. OLE color: 16170221.

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

Color convert

RGB237188246-
CMYK0.040.2400.04
HSL290.69º76.32%85.1%-
HSV(B)290.69º23.58%96.47%-
XYZ69.5460.6295.23-
YUV209.26148.73147.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 188 (73.83% from 255) = 28.02%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=35.32%
G=28.02%
B=36.66%

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
Decimal2371882460.040.2400.04290.6976.3285.1
HexEDBCF6418041234c55
Octal35527436643004443114125
Binary11101101101111001111011010011000010010010001110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCF6; }

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

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

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

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

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

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

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

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