#EEEBF7

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

Shades of Magnolia #EEEBF7

Tints of Magnolia #EEEBF7

Color information

#EEEBF7 (or 0xEEEBF7) is unknown color: approx Magnolia. HEX triplet: EE, EB and F7. RGB value is (238,235,247). Sum of RGB (Red+Green+Blue) = 238+235+247=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 235 (92.19% from 255 or 32.64% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEEBF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBF7 is #111408. Grayscale: #EDEDED. Windows color (decimal): -1119241 or 16247790. OLE color: 16247790.

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

Color convert

RGB238235247-
CMYK0.040.0500.03
HSL255º42.86%94.51%-
HSV(B)255º4.86%96.86%-
XYZ81.7684.3199.96-
YUV237.26133.49128.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.06%
GREEN value IS 235 (92.19% from 255) = 32.64%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=33.06%
G=32.64%
B=34.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382352470.040.0500.0325542.8694.51
HexEEEBF74503ff2b5f
Octal356353367450337753137
Binary111011101110101111110111100101011111111111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBF7; }

 p { color: rgb(238,235,247); }

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

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

 a { background-color: rgb(238,235,247); }

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

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

 span { border-color: rgb(238,235,247); }

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