#EDBFFE

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

Shades of Mauve #EDBFFE

Tints of Mauve #EDBFFE

Color information

#EDBFFE (or 0xEDBFFE) is unknown color: approx Mauve. HEX triplet: ED, BF and FE. RGB value is (237,191,254). Sum of RGB (Red+Green+Blue) = 237+191+254=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFFE is #124001. Grayscale: #D3D3D3. Windows color (decimal): -1196034 or 16695277. OLE color: 16695277.

HSL color Cylindrical-coordinate representation of color #EDBFFE: hue angle of 283.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBFFE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237191254-
CMYK0.070.2500.00
HSL283.81º96.92%87.25%-
HSV(B)283.81º24.8%99.61%-
XYZ71.4562.42102.05-
YUV211.94151.74145.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 191 (75% from 255) = 28.01%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=34.75%
G=28.01%
B=37.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371912540.070.2500.00283.8196.9287.25
HexEDBFFE7190011c6157
Octal35527737673100434141127
Binary111011011011111111111110111110010010001110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFFE; }

 p { color: rgb(237,191,254); }

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

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

 a { background-color: rgb(237,191,254); }

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

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

 span { border-color: rgb(237,191,254); }

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