#EDEAF2

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

Shades of Magnolia #EDEAF2

Tints of Magnolia #EDEAF2

Color information

#EDEAF2 (or 0xEDEAF2) is unknown color: approx Magnolia. HEX triplet: ED, EA and F2. RGB value is (237,234,242). Sum of RGB (Red+Green+Blue) = 237+234+242=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF2 is #12150D. Grayscale: #EBEBEB. Windows color (decimal): -1185038 or 15919853. OLE color: 15919853.

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

Color convert

RGB237234242-
CMYK0.020.0300.05
HSL262.5º23.53%93.33%-
HSV(B)262.5º3.31%94.9%-
XYZ80.3783.2695.84-
YUV235.81131.49128.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 234 (91.80% from 255) = 32.82%
BLUE value IS 242 (94.92% from 255) = 33.94%
R=33.24%
G=32.82%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372342420.020.0300.05262.523.5393.33
HexEDEAF22305106185d
Octal355352362230540630135
Binary11101101111010101111001010110101100000110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAF2; }

 p { color: rgb(237,234,242); }

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

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

 a { background-color: rgb(237,234,242); }

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

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

 span { border-color: rgb(237,234,242); }

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