#EDEBF1

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

Shades of Magnolia #EDEBF1

Tints of Magnolia #EDEBF1

Color information

#EDEBF1 (or 0xEDEBF1) is unknown color: approx Magnolia. HEX triplet: ED, EB and F1. RGB value is (237,235,241). Sum of RGB (Red+Green+Blue) = 237+235+241=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBF1 is #12140E. Grayscale: #ECECEC. Windows color (decimal): -1184783 or 15854573. OLE color: 15854573.

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

Color convert

RGB237235241-
CMYK0.020.0200.05
HSL260º17.65%93.33%-
HSV(B)260º2.49%94.51%-
XYZ80.5183.7795.15-
YUV236.28130.66128.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 235 (92.19% from 255) = 32.96%
BLUE value IS 241 (94.53% from 255) = 33.80%
R=33.24%
G=32.96%
B=33.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372352410.020.0200.0526017.6593.33
HexEDEBF12205104125d
Octal355353361220540422135
Binary11101101111010111111000110100101100000100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBF1; }

 p { color: rgb(237,235,241); }

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

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

 a { background-color: rgb(237,235,241); }

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

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

 span { border-color: rgb(237,235,241); }

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