#EEEBF9

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

Shades of Magnolia #EEEBF9

Tints of Magnolia #EEEBF9

Color information

#EEEBF9 (or 0xEEEBF9) is unknown color: approx Magnolia. HEX triplet: EE, EB and F9. RGB value is (238,235,249). Sum of RGB (Red+Green+Blue) = 238+235+249=722 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.96% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEEBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBF9 is #111406. Grayscale: #EDEDED. Windows color (decimal): -1119239 or 16378862. OLE color: 16378862.

HSL color Cylindrical-coordinate representation of color #EEEBF9: hue angle of 252.86º degrees, saturation: 0.54, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEBF9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238235249-
CMYK0.040.0600.02
HSL252.86º53.85%94.9%-
HSV(B)252.86º5.62%97.65%-
XYZ82.0784.43101.59-
YUV237.49134.49128.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.96%
GREEN value IS 235 (92.19% from 255) = 32.55%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=32.96%
G=32.55%
B=34.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382352490.040.0600.02252.8653.8594.9
HexEEEBF94602fd365f
Octal356353371460237566137
Binary111011101110101111111001100110010111111011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBF9; }

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

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

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

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

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

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

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

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