#EEEBF5

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

Shades of Magnolia #EEEBF5

Tints of Magnolia #EEEBF5

Color information

#EEEBF5 (or 0xEEEBF5) is unknown color: approx Magnolia. HEX triplet: EE, EB and F5. RGB value is (238,235,245). Sum of RGB (Red+Green+Blue) = 238+235+245=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEEBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBF5 is #11140A. Grayscale: #EDEDED. Windows color (decimal): -1119243 or 16116718. OLE color: 16116718.

HSL color Cylindrical-coordinate representation of color #EEEBF5: hue angle of 258º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEEBF5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238235245-
CMYK0.030.0400.04
HSL258º33.33%94.12%-
HSV(B)258º4.08%96.08%-
XYZ81.4584.1998.34-
YUV237.04132.49128.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.15%
GREEN value IS 235 (92.19% from 255) = 32.73%
BLUE value IS 245 (96.09% from 255) = 34.12%
R=33.15%
G=32.73%
B=34.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382352450.030.0400.0425833.3394.12
HexEEEBF53404102215e
Octal356353365340440241136
Binary1110111011101011111101011110001001000000101000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBF5; }

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

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

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

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

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

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

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

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