#EAE2FD

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

Shades of Magnolia #EAE2FD

Tints of Magnolia #EAE2FD

Color information

#EAE2FD (or 0xEAE2FD) is unknown color: approx Magnolia. HEX triplet: EA, E2 and FD. RGB value is (234,226,253). Sum of RGB (Red+Green+Blue) = 234+226+253=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE2FD is #151D02. Grayscale: #E7E7E7. Windows color (decimal): -1383683 or 16638698. OLE color: 16638698.

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

Color convert

RGB234226253-
CMYK0.080.1100.01
HSL257.78º87.1%93.92%-
HSV(B)257.78º10.67%99.22%-
XYZ78.8678.98104.02-
YUV231.47140.15129.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 226 (88.67% from 255) = 31.70%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=32.82%
G=31.70%
B=35.48%

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
Decimal2342262530.080.1100.01257.7887.193.92
HexEAE2FD8B01102575e
Octal352342375101301402127136
Binary111010101110001011111101100010110110000001010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2FD; }

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

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

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

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

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

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

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

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