#EDE7F5

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

Shades of Magnolia #EDE7F5

Tints of Magnolia #EDE7F5

Color information

#EDE7F5 (or 0xEDE7F5) is unknown color: approx Magnolia. HEX triplet: ED, E7 and F5. RGB value is (237,231,245). Sum of RGB (Red+Green+Blue) = 237+231+245=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDE7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7F5 is #12180A. Grayscale: #EAEAEA. Windows color (decimal): -1185803 or 16115693. OLE color: 16115693.

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

Color convert

RGB237231245-
CMYK0.030.0600.04
HSL265.71º41.18%93.33%-
HSV(B)265.71º5.71%96.08%-
XYZ79.9881.7597.95-
YUV234.39133.99129.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 231 (90.62% from 255) = 32.40%
BLUE value IS 245 (96.09% from 255) = 34.36%
R=33.24%
G=32.40%
B=34.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372312450.030.0600.04265.7141.1893.33
HexEDE7F5360410a295d
Octal355347365360441251135
Binary1110110111100111111101011111001001000010101010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7F5; }

 p { color: rgb(237,231,245); }

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

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

 a { background-color: rgb(237,231,245); }

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

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

 span { border-color: rgb(237,231,245); }

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