#EDBCFB

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

Shades of Mauve #EDBCFB

Tints of Mauve #EDBCFB

Color information

#EDBCFB (or 0xEDBCFB) is unknown color: approx Mauve. HEX triplet: ED, BC and FB. RGB value is (237,188,251). Sum of RGB (Red+Green+Blue) = 237+188+251=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDBCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCFB is #124304. Grayscale: #D1D1D1. Windows color (decimal): -1196805 or 16497901. OLE color: 16497901.

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

Color convert

RGB237188251-
CMYK0.060.2500.02
HSL286.67º88.73%86.08%-
HSV(B)286.67º25.1%98.43%-
XYZ70.3260.9499.32-
YUV209.83151.23147.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 188 (73.83% from 255) = 27.81%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=35.06%
G=27.81%
B=37.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371882510.060.2500.02286.6788.7386.08
HexEDBCFB6190211f5956
Octal35527437363102437131126
Binary1110110110111100111110111101100101010001111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCFB; }

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

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

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

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

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

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

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

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