#EDBEFC

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

Shades of Mauve #EDBEFC

Tints of Mauve #EDBEFC

Color information

#EDBEFC (or 0xEDBEFC) is unknown color: approx Mauve. HEX triplet: ED, BE and FC. RGB value is (237,190,252). Sum of RGB (Red+Green+Blue) = 237+190+252=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDBEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEFC is #124103. Grayscale: #D2D2D2. Windows color (decimal): -1196292 or 16563949. OLE color: 16563949.

HSL color Cylindrical-coordinate representation of color #EDBEFC: hue angle of 285.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBEFC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237190252-
CMYK0.060.2500.01
HSL285.48º91.18%86.67%-
HSV(B)285.48º24.6%98.82%-
XYZ70.9161.86100.3-
YUV211.12151.07146.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 190 (74.61% from 255) = 27.98%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=34.90%
G=27.98%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371902520.060.2500.01285.4891.1886.67
HexEDBEFC6190111d5b57
Octal35527637463101435133127
Binary111011011011111011111100110110010110001110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEFC; }

 p { color: rgb(237,190,252); }

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

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

 a { background-color: rgb(237,190,252); }

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

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

 span { border-color: rgb(237,190,252); }

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