#EDE9F6

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

Shades of Magnolia #EDE9F6

Tints of Magnolia #EDE9F6

Color information

#EDE9F6 (or 0xEDE9F6) is unknown color: approx Magnolia. HEX triplet: ED, E9 and F6. RGB value is (237,233,246). Sum of RGB (Red+Green+Blue) = 237+233+246=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDE9F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F6 is #121609. Grayscale: #EBEBEB. Windows color (decimal): -1185290 or 16181741. OLE color: 16181741.

HSL color Cylindrical-coordinate representation of color #EDE9F6: hue angle of 258.46º degrees, saturation: 0.42, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE9F6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237233246-
CMYK0.040.0500.04
HSL258.46º41.94%93.92%-
HSV(B)258.46º5.28%96.47%-
XYZ80.782.9498.94-
YUV235.68133.83128.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 233 (91.41% from 255) = 32.54%
BLUE value IS 246 (96.48% from 255) = 34.36%
R=33.10%
G=32.54%
B=34.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372332460.040.0500.04258.4641.9493.92
HexEDE9F645041022a5e
Octal355351366450440252136
Binary11101101111010011111011010010101001000000101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9F6; }

 p { color: rgb(237,233,246); }

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

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

 a { background-color: rgb(237,233,246); }

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

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

 span { border-color: rgb(237,233,246); }

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