#EDBCF9

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

Shades of Mauve #EDBCF9

Tints of Mauve #EDBCF9

Color information

#EDBCF9 (or 0xEDBCF9) is unknown color: approx Mauve. HEX triplet: ED, BC and F9. RGB value is (237,188,249). Sum of RGB (Red+Green+Blue) = 237+188+249=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDBCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCF9 is #124306. Grayscale: #D1D1D1. Windows color (decimal): -1196807 or 16366829. OLE color: 16366829.

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

Color convert

RGB237188249-
CMYK0.050.2400.02
HSL288.2º83.56%85.69%-
HSV(B)288.2º24.5%97.65%-
XYZ70.0160.8197.67-
YUV209.6150.23147.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 188 (73.83% from 255) = 27.89%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=35.16%
G=27.89%
B=36.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371882490.050.2400.02288.283.5685.69
HexEDBCF9518021205456
Octal35527437153002440124126
Binary1110110110111100111110011011100001010010000010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCF9; }

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

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

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

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

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

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

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

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