#E8E0F7

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

Shades of Magnolia #E8E0F7

Tints of Magnolia #E8E0F7

Color information

#E8E0F7 (or 0xE8E0F7) is unknown color: approx Magnolia. HEX triplet: E8, E0 and F7. RGB value is (232,224,247). Sum of RGB (Red+Green+Blue) = 232+224+247=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #E8E0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E0F7 is #171F08. Grayscale: #E4E4E4. Windows color (decimal): -1515273 or 16244968. OLE color: 16244968.

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

Color convert

RGB232224247-
CMYK0.060.0900.03
HSL260.87º58.97%92.35%-
HSV(B)260.87º9.31%96.86%-
XYZ76.7277.1898.85-
YUV229.01138.15130.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.00%
GREEN value IS 224 (87.89% from 255) = 31.86%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=33.00%
G=31.86%
B=35.14%

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
Decimal2322242470.060.0900.03260.8758.9792.35
HexE8E0F769031053b5c
Octal3503403676110340573134
Binary11101000111000001111011111010010111000001011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E0F7; }

 p { color: rgb(232,224,247); }

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

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

 a { background-color: rgb(232,224,247); }

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

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

 span { border-color: rgb(232,224,247); }

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