#EAE0FD

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

Shades of Magnolia #EAE0FD

Tints of Magnolia #EAE0FD

Color information

#EAE0FD (or 0xEAE0FD) is unknown color: approx Magnolia. HEX triplet: EA, E0 and FD. RGB value is (234,224,253). Sum of RGB (Red+Green+Blue) = 234+224+253=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 224 (87.89% from 255 or 31.50% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0FD is #151F02. Grayscale: #E6E6E6. Windows color (decimal): -1384195 or 16638186. OLE color: 16638186.

HSL color Cylindrical-coordinate representation of color #EAE0FD: hue angle of 260.69º 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 #EAE0FD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234224253-
CMYK0.080.1100.01
HSL260.69º87.88%93.53%-
HSV(B)260.69º11.46%99.22%-
XYZ78.3277.9103.84-
YUV230.3140.81130.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 224 (87.89% from 255) = 31.50%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=32.91%
G=31.50%
B=35.58%

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
Decimal2342242530.080.1100.01260.6987.8893.53
HexEAE0FD8B01105585e
Octal352340375101301405130136
Binary111010101110000011111101100010110110000010110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0FD; }

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

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

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

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

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

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

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

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