#EFEEF3

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

Shades of Magnolia #EFEEF3

Tints of Magnolia #EFEEF3

Color information

#EFEEF3 (or 0xEFEEF3) is unknown color: approx Magnolia. HEX triplet: EF, EE and F3. RGB value is (239,238,243). Sum of RGB (Red+Green+Blue) = 239+238+243=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 243 (95.31% from 255 or 33.75% from 720); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFEEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF3 is #10110C. Grayscale: #EEEEEE. Windows color (decimal): -1052941 or 15986415. OLE color: 15986415.

HSL color Cylindrical-coordinate representation of color #EFEEF3: hue angle of 252º degrees, saturation: 0.17, 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 #EFEEF3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239238243-
CMYK0.020.0200.05
HSL252º17.24%94.31%-
HSV(B)252º2.06%95.29%-
XYZ82.3585.9797.05-
YUV238.87130.33128.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 243 (95.31% from 255) = 33.75%
R=33.19%
G=33.06%
B=33.75%

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
Decimal2392382430.020.0200.0525217.2494.31
HexEFEEF32205fc115e
Octal357356363220537421136
Binary1110111111101110111100111010010111111100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEF3; }

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

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

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

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

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

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

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

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