#EFEDF4

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

Shades of Magnolia #EFEDF4

Tints of Magnolia #EFEDF4

Color information

#EFEDF4 (or 0xEFEDF4) is unknown color: approx Magnolia. HEX triplet: EF, ED and F4. RGB value is (239,237,244). Sum of RGB (Red+Green+Blue) = 239+237+244=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 244 (95.70% from 255 or 33.89% from 720); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFEDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDF4 is #10120B. Grayscale: #EEEEEE. Windows color (decimal): -1053196 or 16051695. OLE color: 16051695.

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

Color convert

RGB239237244-
CMYK0.020.0300.04
HSL257.14º24.14%94.31%-
HSV(B)257.14º2.87%95.69%-
XYZ82.2185.4597.75-
YUV238.4131.16128.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 244 (95.70% from 255) = 33.89%
R=33.19%
G=32.92%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392372440.020.0300.04257.1424.1494.31
HexEFEDF42304101185e
Octal357355364230440130136
Binary11101111111011011111010010110100100000001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDF4; }

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

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

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

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

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

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

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

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