#EDE5FD

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

Shades of Magnolia #EDE5FD

Tints of Magnolia #EDE5FD

Color information

#EDE5FD (or 0xEDE5FD) is unknown color: approx Magnolia. HEX triplet: ED, E5 and FD. RGB value is (237,229,253). Sum of RGB (Red+Green+Blue) = 237+229+253=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FD is #121A02. Grayscale: #EAEAEA. Windows color (decimal): -1186307 or 16639469. OLE color: 16639469.

HSL color Cylindrical-coordinate representation of color #EDE5FD: hue angle of 260º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE5FD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237229253-
CMYK0.060.0900.01
HSL260º85.71%94.51%-
HSV(B)260º9.49%99.22%-
XYZ80.6781.13104.34-
YUV234.13138.65130.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 229 (89.84% from 255) = 31.85%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=32.96%
G=31.85%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372292530.060.0900.0126085.7194.51
HexEDE5FD6901104565f
Octal35534537561101404126137
Binary11101101111001011111110111010010110000010010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5FD; }

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

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

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

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

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

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

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

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