#ED9DFB

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

Shades of Mauve #ED9DFB

Tints of Mauve #ED9DFB

Color information

#ED9DFB (or 0xED9DFB) is unknown color: approx Mauve. HEX triplet: ED, 9D and FB. RGB value is (237,157,251). Sum of RGB (Red+Green+Blue) = 237+157+251=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 157 (61.72% from 255 or 24.34% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED9DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9DFB is #126204. Grayscale: #BFBFBF. Windows color (decimal): -1204741 or 16489965. OLE color: 16489965.

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

Color convert

RGB237157251-
CMYK0.060.3700.02
HSL291.06º92.16%80%-
HSV(B)291.06º37.45%98.43%-
XYZ64.3949.0897.35-
YUV191.64161.5160.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 157 (61.72% from 255) = 24.34%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=36.74%
G=24.34%
B=38.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371572510.060.3700.02291.0692.1680
HexED9DFB625021235c50
Octal35523537364502443134120
Binary11101101100111011111101111010010101010010001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9DFB; }

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

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

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

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

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

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

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

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