#EFE9F5

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

Shades of Magnolia #EFE9F5

Tints of Magnolia #EFE9F5

Color information

#EFE9F5 (or 0xEFE9F5) is unknown color: approx Magnolia. HEX triplet: EF, E9 and F5. RGB value is (239,233,245). Sum of RGB (Red+Green+Blue) = 239+233+245=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFE9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9F5 is #10160A. Grayscale: #ECECEC. Windows color (decimal): -1054219 or 16116207. OLE color: 16116207.

HSL color Cylindrical-coordinate representation of color #EFE9F5: hue angle of 270º degrees, saturation: 0.37, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE9F5 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239233245-
CMYK0.020.0500.04
HSL270º37.5%93.73%-
HSV(B)270º4.9%96.08%-
XYZ81.2283.2298.17-
YUV236.16132.99130.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 233 (91.41% from 255) = 32.50%
BLUE value IS 245 (96.09% from 255) = 34.17%
R=33.33%
G=32.50%
B=34.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392332450.020.0500.0427037.593.73
HexEFE9F5250410e255e
Octal357351365250441645136
Binary1110111111101001111101011010101001000011101001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9F5; }

 p { color: rgb(239,233,245); }

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

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

 a { background-color: rgb(239,233,245); }

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

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

 span { border-color: rgb(239,233,245); }

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