#EFEDF3

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

Shades of Magnolia #EFEDF3

Tints of Magnolia #EFEDF3

Color information

#EFEDF3 (or 0xEFEDF3) is unknown color: approx Magnolia. HEX triplet: EF, ED and F3. RGB value is (239,237,243). Sum of RGB (Red+Green+Blue) = 239+237+243=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDF3 is #10120C. Grayscale: #EEEEEE. Windows color (decimal): -1053197 or 15986159. OLE color: 15986159.

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

Color convert

RGB239237243-
CMYK0.020.0200.05
HSL260º20%94.12%-
HSV(B)260º2.47%95.29%-
XYZ82.0685.3996.95-
YUV238.28130.66128.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 237 (92.97% from 255) = 32.96%
BLUE value IS 243 (95.31% from 255) = 33.80%
R=33.24%
G=32.96%
B=33.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392372430.020.0200.052602094.12
HexEFEDF32205104145e
Octal357355363220540424136
Binary11101111111011011111001110100101100000100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDF3; }

 p { color: rgb(239,237,243); }

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

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

 a { background-color: rgb(239,237,243); }

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

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

 span { border-color: rgb(239,237,243); }

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