#EADDFF

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

Shades of Magnolia #EADDFF

Tints of Magnolia #EADDFF

Color information

#EADDFF (or 0xEADDFF) is unknown color: approx Magnolia. HEX triplet: EA, DD and FF. RGB value is (234,221,255). Sum of RGB (Red+Green+Blue) = 234+221+255=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #EADDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFF is #152200. Grayscale: #E4E4E4. Windows color (decimal): -1384961 or 16768490. OLE color: 16768490.

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

Color convert

RGB234221255-
CMYK0.080.1300
HSL262.94º100%93.33%-
HSV(B)262.94º13.33%100%-
XYZ77.8476.43105.26-
YUV228.76142.81131.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 221 (86.72% from 255) = 31.13%
BLUE value IS 255 (100% from 255) = 35.92%
R=32.96%
G=31.13%
B=35.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342212550.080.1300262.9410093.33
HexEADDFF8D00107645d
Octal352335377101500407144135
Binary111010101101110111111111100011010010000011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDFF; }

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

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

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

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

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

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

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

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