#EEE8F5

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

Shades of Magnolia #EEE8F5

Tints of Magnolia #EEE8F5

Color information

#EEE8F5 (or 0xEEE8F5) is unknown color: approx Magnolia. HEX triplet: EE, E8 and F5. RGB value is (238,232,245). Sum of RGB (Red+Green+Blue) = 238+232+245=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8F5 is #11170A. Grayscale: #EBEBEB. Windows color (decimal): -1120011 or 16115950. OLE color: 16115950.

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

Color convert

RGB238232245-
CMYK0.030.0500.04
HSL267.69º39.39%93.53%-
HSV(B)267.69º5.31%96.08%-
XYZ80.682.4898.06-
YUV235.28133.49129.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 232 (91.02% from 255) = 32.45%
BLUE value IS 245 (96.09% from 255) = 34.27%
R=33.29%
G=32.45%
B=34.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382322450.030.0500.04267.6939.3993.53
HexEEE8F5350410c275e
Octal356350365350441447136
Binary1110111011101000111101011110101001000011001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8F5; }

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

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

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

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

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

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

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

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