#EADEFA

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

Shades of Magnolia #EADEFA

Tints of Magnolia #EADEFA

Color information

#EADEFA (or 0xEADEFA) is unknown color: approx Magnolia. HEX triplet: EA, DE and FA. RGB value is (234,222,250). Sum of RGB (Red+Green+Blue) = 234+222+250=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #EADEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEFA is #152105. Grayscale: #E4E4E4. Windows color (decimal): -1384710 or 16441066. OLE color: 16441066.

HSL color Cylindrical-coordinate representation of color #EADEFA: hue angle of 265.71º degrees, saturation: 0.74, 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 #EADEFA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234222250-
CMYK0.060.1100.02
HSL265.71º73.68%92.55%-
HSV(B)265.71º11.2%98.04%-
XYZ77.3176.64101.16-
YUV228.78139.98131.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 222 (87.11% from 255) = 31.44%
BLUE value IS 250 (98.05% from 255) = 35.41%
R=33.14%
G=31.44%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342222500.060.1100.02265.7173.6892.55
HexEADEFA6B0210a4a5d
Octal35233637261302412112135
Binary111010101101111011111010110101101010000101010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEFA; }

 p { color: rgb(234,222,250); }

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

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

 a { background-color: rgb(234,222,250); }

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

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

 span { border-color: rgb(234,222,250); }

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