#EDEAF1

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

Shades of Magnolia #EDEAF1

Tints of Magnolia #EDEAF1

Color information

#EDEAF1 (or 0xEDEAF1) is unknown color: approx Magnolia. HEX triplet: ED, EA and F1. RGB value is (237,234,241). Sum of RGB (Red+Green+Blue) = 237+234+241=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF1 is #12150E. Grayscale: #EBEBEB. Windows color (decimal): -1185039 or 15854317. OLE color: 15854317.

HSL color Cylindrical-coordinate representation of color #EDEAF1: hue angle of 265.71º degrees, saturation: 0.2, 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 #EDEAF1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237234241-
CMYK0.020.0300.05
HSL265.71º20%93.14%-
HSV(B)265.71º2.9%94.51%-
XYZ80.2383.295.05-
YUV235.7130.99128.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=33.29%
G=32.87%
B=33.85%

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
Decimal2372342410.020.0300.05265.712093.14
HexEDEAF1230510a145d
Octal355352361230541224135
Binary11101101111010101111000110110101100001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAF1; }

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

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

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

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

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

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

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

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