#E9E2F8

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

Shades of Magnolia #E9E2F8

Tints of Magnolia #E9E2F8

Color information

#E9E2F8 (or 0xE9E2F8) is unknown color: approx Magnolia. HEX triplet: E9, E2 and F8. RGB value is (233,226,248). Sum of RGB (Red+Green+Blue) = 233+226+248=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9E2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2F8 is #161D07. Grayscale: #E6E6E6. Windows color (decimal): -1449224 or 16311017. OLE color: 16311017.

HSL color Cylindrical-coordinate representation of color #E9E2F8: hue angle of 259.09º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9E2F8 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB233226248-
CMYK0.060.0900.03
HSL259.09º61.11%92.94%-
HSV(B)259.09º8.87%97.25%-
XYZ77.7478.4999.86-
YUV230.6137.82129.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.96%
GREEN value IS 226 (88.67% from 255) = 31.97%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=32.96%
G=31.97%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2332262480.060.0900.03259.0961.1192.94
HexE9E2F869031033d5d
Octal3513423706110340375135
Binary11101001111000101111100011010010111000000111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2F8; }

 p { color: rgb(233,226,248); }

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

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

 a { background-color: rgb(233,226,248); }

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

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

 span { border-color: rgb(233,226,248); }

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