#EADCFE

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

Shades of Magnolia #EADCFE

Tints of Magnolia #EADCFE

Color information

#EADCFE (or 0xEADCFE) is unknown color: approx Magnolia. HEX triplet: EA, DC and FE. RGB value is (234,220,254). Sum of RGB (Red+Green+Blue) = 234+220+254=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #EADCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCFE is #152301. Grayscale: #E3E3E3. Windows color (decimal): -1385218 or 16702698. OLE color: 16702698.

HSL color Cylindrical-coordinate representation of color #EADCFE: hue angle of 264.71º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADCFE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234220254-
CMYK0.080.1300.00
HSL264.71º94.44%92.94%-
HSV(B)264.71º13.39%99.61%-
XYZ77.4175.83104.32-
YUV228.06142.64132.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=33.05%
G=31.07%
B=35.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342202540.080.1300.00264.7194.4492.94
HexEADCFE8D001095e5d
Octal352334376101500411136135
Binary111010101101110011111110100011010010000100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCFE; }

 p { color: rgb(234,220,254); }

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

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

 a { background-color: rgb(234,220,254); }

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

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

 span { border-color: rgb(234,220,254); }

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