#EADEFD

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

Shades of Magnolia #EADEFD

Tints of Magnolia #EADEFD

Color information

#EADEFD (or 0xEADEFD) is unknown color: approx Magnolia. HEX triplet: EA, DE and FD. RGB value is (234,222,253). Sum of RGB (Red+Green+Blue) = 234+222+253=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEFD is #152102. Grayscale: #E5E5E5. Windows color (decimal): -1384707 or 16637674. OLE color: 16637674.

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

Color convert

RGB234222253-
CMYK0.080.1200.01
HSL263.23º88.57%93.14%-
HSV(B)263.23º12.25%99.22%-
XYZ77.7876.83103.66-
YUV229.12141.48131.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 222 (87.11% from 255) = 31.31%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=33.00%
G=31.31%
B=35.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342222530.080.1200.01263.2388.5793.14
HexEADEFD8C01107595d
Octal352336375101401407131135
Binary111010101101111011111101100011000110000011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEFD; }

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

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

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

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

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

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

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

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