#EDECEF

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

Shades of Magnolia #EDECEF

Tints of Magnolia #EDECEF

Color information

#EDECEF (or 0xEDECEF) is unknown color: approx Magnolia. HEX triplet: ED, EC and EF. RGB value is (237,236,239). Sum of RGB (Red+Green+Blue) = 237+236+239=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECEF is #121310. Grayscale: #ECECEC. Windows color (decimal): -1184529 or 15723757. OLE color: 15723757.

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

Color convert

RGB237236239-
CMYK0.010.0100.06
HSL260º8.57%93.14%-
HSV(B)260º1.26%93.73%-
XYZ80.584.2393.68-
YUV236.64129.33128.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 239 (93.75% 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.06
SystemRedGreenBlueCMYKHSL
Decimal2372362390.010.0100.062608.5793.14
HexEDECEF110610495d
Octal355354357110640411135
Binary11101101111011001110111111011010000010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECEF; }

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

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

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

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

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

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

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

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