#EFEEF1

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

Shades of Magnolia #EFEEF1

Tints of Magnolia #EFEEF1

Color information

#EFEEF1 (or 0xEFEEF1) is unknown color: approx Magnolia. HEX triplet: EF, EE and F1. RGB value is (239,238,241). Sum of RGB (Red+Green+Blue) = 239+238+241=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF1 is #10110E. Grayscale: #EEEEEE. Windows color (decimal): -1052943 or 15855343. OLE color: 15855343.

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

Color convert

RGB239238241-
CMYK0.010.0100.05
HSL260º9.68%93.92%-
HSV(B)260º1.24%94.51%-
XYZ82.0585.8595.47-
YUV238.64129.33128.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 238 (93.36% from 255) = 33.15%
BLUE value IS 241 (94.53% from 255) = 33.57%
R=33.29%
G=33.15%
B=33.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392382410.010.0100.052609.6893.92
HexEFEEF11105104a5e
Octal357356361110540412136
Binary11101111111011101111000111010110000010010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEF1; }

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

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

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

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

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

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

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

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