#EDBCF7

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

Shades of Mauve #EDBCF7

Tints of Mauve #EDBCF7

Color information

#EDBCF7 (or 0xEDBCF7) is unknown color: approx Mauve. HEX triplet: ED, BC and F7. RGB value is (237,188,247). Sum of RGB (Red+Green+Blue) = 237+188+247=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDBCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCF7 is #124308. Grayscale: #D1D1D1. Windows color (decimal): -1196809 or 16235757. OLE color: 16235757.

HSL color Cylindrical-coordinate representation of color #EDBCF7: hue angle of 289.83º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBCF7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237188247-
CMYK0.040.2400.03
HSL289.83º78.67%85.29%-
HSV(B)289.83º23.89%96.86%-
XYZ69.760.6996.04-
YUV209.38149.23147.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 188 (73.83% from 255) = 27.98%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=35.27%
G=27.98%
B=36.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371882470.040.2400.03289.8378.6785.29
HexEDBCF7418031224f55
Octal35527436743003442117125
Binary1110110110111100111101111001100001110010001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCF7; }

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

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

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

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

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

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

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

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