#E9E8EB

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

Shades of Magnolia #E9E8EB

Tints of Magnolia #E9E8EB

Color information

#E9E8EB (or 0xE9E8EB) is unknown color: approx Magnolia. HEX triplet: E9, E8 and EB. RGB value is (233,232,235). Sum of RGB (Red+Green+Blue) = 233+232+235=700 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.29% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9E8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E8EB is #161714. Grayscale: #E8E8E8. Windows color (decimal): -1447701 or 15460585. OLE color: 15460585.

HSL color Cylindrical-coordinate representation of color #E9E8EB: hue angle of 260º degrees, saturation: 0.07, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E9E8EB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233232235-
CMYK0.010.0100.08
HSL260º6.98%91.57%-
HSV(B)260º1.28%92.16%-
XYZ77.4681.0490.16-
YUV232.64129.33128.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.29%
GREEN value IS 232 (91.02% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=33.29%
G=33.14%
B=33.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332322350.010.0100.082606.9891.57
HexE9E8EB110810475c
Octal351350353110104047134
Binary11101001111010001110101111010001000001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E8EB; }

 p { color: rgb(233,232,235); }

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

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

 a { background-color: rgb(233,232,235); }

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

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

 span { border-color: rgb(233,232,235); }

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