#EADFFA

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

Shades of Magnolia #EADFFA

Tints of Magnolia #EADFFA

Color information

#EADFFA (or 0xEADFFA) is unknown color: approx Magnolia. HEX triplet: EA, DF and FA. RGB value is (234,223,250). Sum of RGB (Red+Green+Blue) = 234+223+250=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #EADFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFFA is #152005. Grayscale: #E5E5E5. Windows color (decimal): -1384454 or 16441322. OLE color: 16441322.

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

Color convert

RGB234223250-
CMYK0.060.1100.02
HSL264.44º72.97%92.75%-
HSV(B)264.44º10.8%98.04%-
XYZ77.5777.17101.25-
YUV229.37139.64131.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=33.10%
G=31.54%
B=35.36%

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
Decimal2342232500.060.1100.02264.4472.9792.75
HexEADFFA6B02108495d
Octal35233737261302410111135
Binary111010101101111111111010110101101010000100010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFFA; }

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

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

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

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

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

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

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

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