#EEECF5

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

Shades of Magnolia #EEECF5

Tints of Magnolia #EEECF5

Color information

#EEECF5 (or 0xEEECF5) is unknown color: approx Magnolia. HEX triplet: EE, EC and F5. RGB value is (238,236,245). Sum of RGB (Red+Green+Blue) = 238+236+245=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECF5 is #11130A. Grayscale: #EDEDED. Windows color (decimal): -1118987 or 16116974. OLE color: 16116974.

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

Color convert

RGB238236245-
CMYK0.030.0400.04
HSL253.33º31.03%94.31%-
HSV(B)253.33º3.67%96.08%-
XYZ81.7484.7698.44-
YUV237.62132.16128.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 236 (92.58% from 255) = 32.82%
BLUE value IS 245 (96.09% from 255) = 34.08%
R=33.10%
G=32.82%
B=34.08%

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
Decimal2382362450.030.0400.04253.3331.0394.31
HexEEECF53404fd1f5e
Octal356354365340437537136
Binary11101110111011001111010111100010011111101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECF5; }

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

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

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

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

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

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

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

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