#EDEBF0

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

Shades of Magnolia #EDEBF0

Tints of Magnolia #EDEBF0

Color information

#EDEBF0 (or 0xEDEBF0) is unknown color: approx Magnolia. HEX triplet: ED, EB and F0. RGB value is (237,235,240). Sum of RGB (Red+Green+Blue) = 237+235+240=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 235 (92.19% from 255 or 33.01% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBF0 is #12140F. Grayscale: #ECECEC. Windows color (decimal): -1184784 or 15789037. OLE color: 15789037.

HSL color Cylindrical-coordinate representation of color #EDEBF0: hue angle of 264º degrees, saturation: 0.14, 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 #EDEBF0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237235240-
CMYK0.010.0200.06
HSL264º14.29%93.14%-
HSV(B)264º2.08%94.12%-
XYZ80.3683.7194.36-
YUV236.17130.16128.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 235 (92.19% from 255) = 33.01%
BLUE value IS 240 (94.14% from 255) = 33.71%
R=33.29%
G=33.01%
B=33.71%

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
Decimal2372352400.010.0200.0626414.2993.14
HexEDEBF01206108e5d
Octal355353360120641016135
Binary111011011110101111110000110011010000100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBF0; }

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

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

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

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

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

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

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

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