#EDE9F8

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

Shades of Magnolia #EDE9F8

Tints of Magnolia #EDE9F8

Color information

#EDE9F8 (or 0xEDE9F8) is unknown color: approx Magnolia. HEX triplet: ED, E9 and F8. RGB value is (237,233,248). Sum of RGB (Red+Green+Blue) = 237+233+248=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 233 (91.41% from 255 or 32.45% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDE9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F8 is #121607. Grayscale: #EBEBEB. Windows color (decimal): -1185288 or 16312813. OLE color: 16312813.

HSL color Cylindrical-coordinate representation of color #EDE9F8: hue angle of 256º degrees, saturation: 0.52, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE9F8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237233248-
CMYK0.040.0600.03
HSL256º51.72%94.31%-
HSV(B)256º6.05%97.25%-
XYZ81.0183.06100.57-
YUV235.91134.83128.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 233 (91.41% from 255) = 32.45%
BLUE value IS 248 (97.27% from 255) = 34.54%
R=33.01%
G=32.45%
B=34.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372332480.040.0600.0325651.7294.31
HexEDE9F84603100345e
Octal355351370460340064136
Binary1110110111101001111110001001100111000000001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9F8; }

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

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

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

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

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

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

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

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