#EAE3FB

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

Shades of Magnolia #EAE3FB

Tints of Magnolia #EAE3FB

Color information

#EAE3FB (or 0xEAE3FB) is unknown color: approx Magnolia. HEX triplet: EA, E3 and FB. RGB value is (234,227,251). Sum of RGB (Red+Green+Blue) = 234+227+251=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 227 (89.06% from 255 or 31.88% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAE3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3FB is #151C04. Grayscale: #E7E7E7. Windows color (decimal): -1383429 or 16507882. OLE color: 16507882.

HSL color Cylindrical-coordinate representation of color #EAE3FB: hue angle of 257.5º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE3FB is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234227251-
CMYK0.070.1000.02
HSL257.5º75%93.73%-
HSV(B)257.5º9.56%98.43%-
XYZ78.8179.4102.44-
YUV231.83138.82129.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 227 (89.06% from 255) = 31.88%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=32.87%
G=31.88%
B=35.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342272510.070.1000.02257.57593.73
HexEAE3FB7A021024b5e
Octal35234337371202402113136
Binary111010101110001111111011111101001010000001010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3FB; }

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

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

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

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

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

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

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

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