#EAE3F9

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

Shades of Magnolia #EAE3F9

Tints of Magnolia #EAE3F9

Color information

#EAE3F9 (or 0xEAE3F9) is unknown color: approx Magnolia. HEX triplet: EA, E3 and F9. RGB value is (234,227,249). Sum of RGB (Red+Green+Blue) = 234+227+249=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 227 (89.06% from 255 or 31.97% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAE3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3F9 is #151C06. Grayscale: #E7E7E7. Windows color (decimal): -1383431 or 16376810. OLE color: 16376810.

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

Color convert

RGB234227249-
CMYK0.060.0900.02
HSL259.09º64.71%93.33%-
HSV(B)259.09º8.84%97.65%-
XYZ78.579.27100.79-
YUV231.6137.82129.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 227 (89.06% from 255) = 31.97%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=32.96%
G=31.97%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342272490.060.0900.02259.0964.7193.33
HexEAE3F96902103415d
Octal35234337161102403101135
Binary111010101110001111111001110100101010000001110000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3F9; }

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

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

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

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

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

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

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

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