#EDE5F8

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

Shades of Magnolia #EDE5F8

Tints of Magnolia #EDE5F8

Color information

#EDE5F8 (or 0xEDE5F8) is unknown color: approx Magnolia. HEX triplet: ED, E5 and F8. RGB value is (237,229,248). Sum of RGB (Red+Green+Blue) = 237+229+248=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5F8 is #121A07. Grayscale: #E9E9E9. Windows color (decimal): -1186312 or 16311789. OLE color: 16311789.

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

Color convert

RGB237229248-
CMYK0.040.0800.03
HSL265.26º57.58%93.53%-
HSV(B)265.26º7.66%97.25%-
XYZ79.8980.82100.2-
YUV233.56136.15130.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 229 (89.84% from 255) = 32.07%
BLUE value IS 248 (97.27% from 255) = 34.73%
R=33.19%
G=32.07%
B=34.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372292480.040.0800.03265.2657.5893.53
HexEDE5F848031093a5e
Octal3553453704100341172136
Binary11101101111001011111100010010000111000010011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5F8; }

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

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

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

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

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

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

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

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