#EAE0FB

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

Shades of Magnolia #EAE0FB

Tints of Magnolia #EAE0FB

Color information

#EAE0FB (or 0xEAE0FB) is unknown color: approx Magnolia. HEX triplet: EA, E0 and FB. RGB value is (234,224,251). Sum of RGB (Red+Green+Blue) = 234+224+251=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 224 (87.89% from 255 or 31.59% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0FB is #151F04. Grayscale: #E5E5E5. Windows color (decimal): -1384197 or 16507114. OLE color: 16507114.

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

Color convert

RGB234224251-
CMYK0.070.1100.02
HSL262.22º77.14%93.14%-
HSV(B)262.22º10.76%98.43%-
XYZ7877.77102.17-
YUV230.07139.81130.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 224 (87.89% from 255) = 31.59%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=33.00%
G=31.59%
B=35.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342242510.070.1100.02262.2277.1493.14
HexEAE0FB7B021064d5d
Octal35234037371302406115135
Binary111010101110000011111011111101101010000011010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0FB; }

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

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

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

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

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

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

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

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