#EDE9F4

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

Shades of Magnolia #EDE9F4

Tints of Magnolia #EDE9F4

Color information

#EDE9F4 (or 0xEDE9F4) is unknown color: approx Magnolia. HEX triplet: ED, E9 and F4. RGB value is (237,233,244). Sum of RGB (Red+Green+Blue) = 237+233+244=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 233 (91.41% from 255 or 32.63% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDE9F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F4 is #12160B. Grayscale: #EBEBEB. Windows color (decimal): -1185292 or 16050669. OLE color: 16050669.

HSL color Cylindrical-coordinate representation of color #EDE9F4: hue angle of 261.82º degrees, saturation: 0.33, 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 #EDE9F4 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237233244-
CMYK0.030.0500.04
HSL261.82º33.33%93.53%-
HSV(B)261.82º4.51%95.69%-
XYZ80.3982.8197.34-
YUV235.45132.83129.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 233 (91.41% from 255) = 32.63%
BLUE value IS 244 (95.70% from 255) = 34.17%
R=33.19%
G=32.63%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372332440.030.0500.04261.8233.3393.53
HexEDE9F43504106215e
Octal355351364350440641136
Binary1110110111101001111101001110101001000001101000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9F4; }

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

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

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

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

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

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

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

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