#EAE1FD

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

Shades of Magnolia #EAE1FD

Tints of Magnolia #EAE1FD

Color information

#EAE1FD (or 0xEAE1FD) is unknown color: approx Magnolia. HEX triplet: EA, E1 and FD. RGB value is (234,225,253). Sum of RGB (Red+Green+Blue) = 234+225+253=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 225 (88.28% from 255 or 31.60% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1FD is #151E02. Grayscale: #E6E6E6. Windows color (decimal): -1383939 or 16638442. OLE color: 16638442.

HSL color Cylindrical-coordinate representation of color #EAE1FD: hue angle of 259.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAE1FD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234225253-
CMYK0.080.1100.01
HSL259.29º87.5%93.73%-
HSV(B)259.29º11.07%99.22%-
XYZ78.5978.43103.93-
YUV230.88140.48130.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 225 (88.28% from 255) = 31.60%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=32.87%
G=31.60%
B=35.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342252530.080.1100.01259.2987.593.73
HexEAE1FD8B01103585e
Octal352341375101301403130136
Binary111010101110000111111101100010110110000001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1FD; }

 p { color: rgb(234,225,253); }

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

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

 a { background-color: rgb(234,225,253); }

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

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

 span { border-color: rgb(234,225,253); }

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