#EDE5FE

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

Shades of Magnolia #EDE5FE

Tints of Magnolia #EDE5FE

Color information

#EDE5FE (or 0xEDE5FE) is unknown color: approx Magnolia. HEX triplet: ED, E5 and FE. RGB value is (237,229,254). Sum of RGB (Red+Green+Blue) = 237+229+254=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FE is #121A01. Grayscale: #EAEAEA. Windows color (decimal): -1186306 or 16705005. OLE color: 16705005.

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

Color convert

RGB237229254-
CMYK0.070.1000.00
HSL259.2º92.59%94.71%-
HSV(B)259.2º9.84%99.61%-
XYZ80.8381.2105.18-
YUV234.24139.15129.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 229 (89.84% from 255) = 31.81%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=32.92%
G=31.81%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372292540.070.1000.00259.292.5994.71
HexEDE5FE7A001035d5f
Octal35534537671200403135137
Binary11101101111001011111111011110100010000001110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5FE; }

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

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

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

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

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

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

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

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