#EADDFD

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

Shades of Magnolia #EADDFD

Tints of Magnolia #EADDFD

Color information

#EADDFD (or 0xEADDFD) is unknown color: approx Magnolia. HEX triplet: EA, DD and FD. RGB value is (234,221,253). Sum of RGB (Red+Green+Blue) = 234+221+253=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFD is #152202. Grayscale: #E4E4E4. Windows color (decimal): -1384963 or 16637418. OLE color: 16637418.

HSL color Cylindrical-coordinate representation of color #EADDFD: hue angle of 264.38º 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 #EADDFD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234221253-
CMYK0.080.1300.01
HSL264.38º88.89%92.94%-
HSV(B)264.38º12.65%99.22%-
XYZ77.5276.3103.57-
YUV228.54141.81131.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=33.05%
G=31.21%
B=35.73%

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
Decimal2342212530.080.1300.01264.3888.8992.94
HexEADDFD8D01108595d
Octal352335375101501410131135
Binary111010101101110111111101100011010110000100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDFD; }

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

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

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

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

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

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

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

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