#EAE3F6

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

Shades of Magnolia #EAE3F6

Tints of Magnolia #EAE3F6

Color information

#EAE3F6 (or 0xEAE3F6) is unknown color: approx Magnolia. HEX triplet: EA, E3 and F6. RGB value is (234,227,246). Sum of RGB (Red+Green+Blue) = 234+227+246=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAE3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3F6 is #151C09. Grayscale: #E7E7E7. Windows color (decimal): -1383434 or 16180202. OLE color: 16180202.

HSL color Cylindrical-coordinate representation of color #EAE3F6: hue angle of 262.11º degrees, saturation: 0.51, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAE3F6 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234227246-
CMYK0.050.0800.04
HSL262.11º51.35%92.75%-
HSV(B)262.11º7.72%96.47%-
XYZ78.0479.0898.34-
YUV231.26136.32129.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 227 (89.06% from 255) = 32.11%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=33.10%
G=32.11%
B=34.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342272460.050.0800.04262.1151.3592.75
HexEAE3F65804106335d
Octal3523433665100440663135
Binary111010101110001111110110101100001001000001101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3F6; }

 p { color: rgb(234,227,246); }

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

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

 a { background-color: rgb(234,227,246); }

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

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

 span { border-color: rgb(234,227,246); }

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