#EDECF0

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

Shades of Magnolia #EDECF0

Tints of Magnolia #EDECF0

Color information

#EDECF0 (or 0xEDECF0) is unknown color: approx Magnolia. HEX triplet: ED, EC and F0. RGB value is (237,236,240). Sum of RGB (Red+Green+Blue) = 237+236+240=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF0 is #12130F. Grayscale: #ECECEC. Windows color (decimal): -1184528 or 15789293. OLE color: 15789293.

HSL color Cylindrical-coordinate representation of color #EDECF0: hue angle of 255º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDECF0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237236240-
CMYK0.010.0200.06
HSL255º11.76%93.33%-
HSV(B)255º1.67%94.12%-
XYZ80.6584.2994.46-
YUV236.76129.83128.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 236 (92.58% from 255) = 33.10%
BLUE value IS 240 (94.14% 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.06
SystemRedGreenBlueCMYKHSL
Decimal2372362400.010.0200.0625511.7693.33
HexEDECF01206ffc5d
Octal355354360120637714135
Binary11101101111011001111000011001101111111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECF0; }

 p { color: rgb(237,236,240); }

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

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

 a { background-color: rgb(237,236,240); }

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

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

 span { border-color: rgb(237,236,240); }

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