#EADCFD

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

Shades of Magnolia #EADCFD

Tints of Magnolia #EADCFD

Color information

#EADCFD (or 0xEADCFD) is unknown color: approx Magnolia. HEX triplet: EA, DC and FD. RGB value is (234,220,253). Sum of RGB (Red+Green+Blue) = 234+220+253=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCFD is #152302. Grayscale: #E3E3E3. Windows color (decimal): -1385219 or 16637162. OLE color: 16637162.

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

Color convert

RGB234220253-
CMYK0.080.1300.01
HSL265.45º89.19%92.75%-
HSV(B)265.45º13.04%99.22%-
XYZ77.2575.77103.48-
YUV227.95142.14132.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=33.10%
G=31.12%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342202530.080.1300.01265.4589.1992.75
HexEADCFD8D01109595d
Octal352334375101501411131135
Binary111010101101110011111101100011010110000100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCFD; }

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

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

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

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

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

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

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

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