#EDE4FE

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

Shades of Magnolia #EDE4FE

Tints of Magnolia #EDE4FE

Color information

#EDE4FE (or 0xEDE4FE) is unknown color: approx Magnolia. HEX triplet: ED, E4 and FE. RGB value is (237,228,254). Sum of RGB (Red+Green+Blue) = 237+228+254=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4FE is #121B01. Grayscale: #E9E9E9. Windows color (decimal): -1186562 or 16704749. OLE color: 16704749.

HSL color Cylindrical-coordinate representation of color #EDE4FE: hue angle of 260.77º 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 #EDE4FE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237228254-
CMYK0.070.1000.00
HSL260.77º92.86%94.51%-
HSV(B)260.77º10.24%99.61%-
XYZ80.5680.65105.09-
YUV233.65139.48130.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 228 (89.45% from 255) = 31.71%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=32.96%
G=31.71%
B=35.33%

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
Decimal2372282540.070.1000.00260.7792.8694.51
HexEDE4FE7A001055d5f
Octal35534437671200405135137
Binary11101101111001001111111011110100010000010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4FE; }

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

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

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

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

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

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

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

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