#EDE9FA

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

Shades of Magnolia #EDE9FA

Tints of Magnolia #EDE9FA

Color information

#EDE9FA (or 0xEDE9FA) is unknown color: approx Magnolia. HEX triplet: ED, E9 and FA. RGB value is (237,233,250). Sum of RGB (Red+Green+Blue) = 237+233+250=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 233 (91.41% from 255 or 32.36% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9FA is #121605. Grayscale: #ECECEC. Windows color (decimal): -1185286 or 16443885. OLE color: 16443885.

HSL color Cylindrical-coordinate representation of color #EDE9FA: hue angle of 254.12º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE9FA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237233250-
CMYK0.050.0700.02
HSL254.12º62.96%94.71%-
HSV(B)254.12º6.8%98.04%-
XYZ81.3283.18102.21-
YUV236.13135.83128.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 233 (91.41% from 255) = 32.36%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=32.92%
G=32.36%
B=34.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372332500.050.0700.02254.1262.9694.71
HexEDE9FA5702fe3f5f
Octal355351372570237677137
Binary111011011110100111111010101111010111111101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9FA; }

 p { color: rgb(237,233,250); }

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

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

 a { background-color: rgb(237,233,250); }

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

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

 span { border-color: rgb(237,233,250); }

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