#EDE5FF

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

Shades of Magnolia #EDE5FF

Tints of Magnolia #EDE5FF

Color information

#EDE5FF (or 0xEDE5FF) is unknown color: approx Magnolia. HEX triplet: ED, E5 and FF. RGB value is (237,229,255). Sum of RGB (Red+Green+Blue) = 237+229+255=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FF is #121A00. Grayscale: #EAEAEA. Windows color (decimal): -1186305 or 16770541. OLE color: 16770541.

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

Color convert

RGB237229255-
CMYK0.070.1000
HSL258.46º100%94.9%-
HSV(B)258.46º10.2%100%-
XYZ80.9981.26106.02-
YUV234.36139.65129.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.87%
GREEN value IS 229 (89.84% from 255) = 31.76%
BLUE value IS 255 (100% from 255) = 35.37%
R=32.87%
G=31.76%
B=35.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372292550.070.1000258.4610094.9
HexEDE5FF7A00102645f
Octal35534537771200402144137
Binary11101101111001011111111111110100010000001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5FF; }

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

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

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

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

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

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

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

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