#EADFFD

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

Shades of Magnolia #EADFFD

Tints of Magnolia #EADFFD

Color information

#EADFFD (or 0xEADFFD) is unknown color: approx Magnolia. HEX triplet: EA, DF and FD. RGB value is (234,223,253). Sum of RGB (Red+Green+Blue) = 234+223+253=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFFD is #152002. Grayscale: #E5E5E5. Windows color (decimal): -1384451 or 16637930. OLE color: 16637930.

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

Color convert

RGB234223253-
CMYK0.080.1200.01
HSL262º88.24%93.33%-
HSV(B)262º11.86%99.22%-
XYZ78.0577.36103.75-
YUV229.71141.14131.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 223 (87.5% from 255) = 31.41%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=32.96%
G=31.41%
B=35.63%

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
Decimal2342232530.080.1200.0126288.2493.33
HexEADFFD8C01106585d
Octal352337375101401406130135
Binary111010101101111111111101100011000110000011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFFD; }

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

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

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

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

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

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

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

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