#EFEEF2

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

Shades of Magnolia #EFEEF2

Tints of Magnolia #EFEEF2

Color information

#EFEEF2 (or 0xEFEEF2) is unknown color: approx Magnolia. HEX triplet: EF, EE and F2. RGB value is (239,238,242). Sum of RGB (Red+Green+Blue) = 239+238+242=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF2 is #10110D. Grayscale: #EEEEEE. Windows color (decimal): -1052942 or 15920879. OLE color: 15920879.

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

Color convert

RGB239238242-
CMYK0.010.0200.05
HSL255º13.33%94.12%-
HSV(B)255º1.65%94.9%-
XYZ82.285.9196.25-
YUV238.75129.83128.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 238 (93.36% from 255) = 33.10%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=33.24%
G=33.10%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392382420.010.0200.0525513.3394.12
HexEFEEF21205ffd5e
Octal357356362120537715136
Binary11101111111011101111001011001011111111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEF2; }

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

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

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

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

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

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

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

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