#EDE9F9

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

Shades of Magnolia #EDE9F9

Tints of Magnolia #EDE9F9

Color information

#EDE9F9 (or 0xEDE9F9) is unknown color: approx Magnolia. HEX triplet: ED, E9 and F9. RGB value is (237,233,249). Sum of RGB (Red+Green+Blue) = 237+233+249=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F9 is #121606. Grayscale: #EBEBEB. Windows color (decimal): -1185287 or 16378349. OLE color: 16378349.

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

Color convert

RGB237233249-
CMYK0.050.0600.02
HSL255º57.14%94.51%-
HSV(B)255º6.43%97.65%-
XYZ81.1683.12101.39-
YUV236.02135.33128.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 233 (91.41% from 255) = 32.41%
BLUE value IS 249 (97.66% from 255) = 34.63%
R=32.96%
G=32.41%
B=34.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372332490.050.0600.0225557.1494.51
HexEDE9F95602ff395f
Octal355351371560237771137
Binary111011011110100111111001101110010111111111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9F9; }

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

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

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

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

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

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

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

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