#EDE7FE

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

Shades of Magnolia #EDE7FE

Tints of Magnolia #EDE7FE

Color information

#EDE7FE (or 0xEDE7FE) is unknown color: approx Magnolia. HEX triplet: ED, E7 and FE. RGB value is (237,231,254). Sum of RGB (Red+Green+Blue) = 237+231+254=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7FE is #121801. Grayscale: #EBEBEB. Windows color (decimal): -1185794 or 16705517. OLE color: 16705517.

HSL color Cylindrical-coordinate representation of color #EDE7FE: hue angle of 255.65º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE7FE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237231254-
CMYK0.070.0900.00
HSL255.65º92%95.1%-
HSV(B)255.65º9.06%99.61%-
XYZ81.3982.31105.36-
YUV235.42138.49129.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 231 (90.62% from 255) = 31.99%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=32.83%
G=31.99%
B=35.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372312540.070.0900.00255.659295.1
HexEDE7FE79001005c5f
Octal35534737671100400134137
Binary11101101111001111111111011110010010000000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7FE; }

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

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

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

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

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

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

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

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