#E8E4F1

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

Shades of Magnolia #E8E4F1

Tints of Magnolia #E8E4F1

Color information

#E8E4F1 (or 0xE8E4F1) is unknown color: approx Magnolia. HEX triplet: E8, E4 and F1. RGB value is (232,228,241). Sum of RGB (Red+Green+Blue) = 232+228+241=701 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.10% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8E4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E4F1 is #171B0E. Grayscale: #E6E6E6. Windows color (decimal): -1514255 or 15852776. OLE color: 15852776.

HSL color Cylindrical-coordinate representation of color #E8E4F1: hue angle of 258.46º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8E4F1 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232228241-
CMYK0.040.0500.05
HSL258.46º31.71%91.96%-
HSV(B)258.46º5.39%94.51%-
XYZ76.978.9994.41-
YUV230.68133.83128.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.10%
GREEN value IS 228 (89.45% from 255) = 32.52%
BLUE value IS 241 (94.53% from 255) = 34.38%
R=33.10%
G=32.52%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322282410.040.0500.05258.4631.7191.96
HexE8E4F14505102205c
Octal350344361450540240134
Binary11101000111001001111000110010101011000000101000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E4F1; }

 p { color: rgb(232,228,241); }

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

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

 a { background-color: rgb(232,228,241); }

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

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

 span { border-color: rgb(232,228,241); }

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