#EFECF7

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

Shades of Magnolia #EFECF7

Tints of Magnolia #EFECF7

Color information

#EFECF7 (or 0xEFECF7) is unknown color: approx Magnolia. HEX triplet: EF, EC and F7. RGB value is (239,236,247). Sum of RGB (Red+Green+Blue) = 239+236+247=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 247 (96.88% from 255 or 34.21% from 722); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECF7 is #101308. Grayscale: #EEEEEE. Windows color (decimal): -1053449 or 16248047. OLE color: 16248047.

HSL color Cylindrical-coordinate representation of color #EFECF7: hue angle of 256.36º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFECF7 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239236247-
CMYK0.030.0400.03
HSL256.36º40.74%94.71%-
HSV(B)256.36º4.45%96.86%-
XYZ82.3885.06100.07-
YUV238.15132.99128.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 236 (92.58% from 255) = 32.69%
BLUE value IS 247 (96.88% from 255) = 34.21%
R=33.10%
G=32.69%
B=34.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392362470.030.0400.03256.3640.7494.71
HexEFECF73403100295f
Octal357354367340340051137
Binary111011111110110011110111111000111000000001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECF7; }

 p { color: rgb(239,236,247); }

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

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

 a { background-color: rgb(239,236,247); }

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

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

 span { border-color: rgb(239,236,247); }

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