#EEDDFF

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

Shades of Magnolia #EEDDFF

Tints of Magnolia #EEDDFF

Color information

#EEDDFF (or 0xEEDDFF) is unknown color: approx Magnolia. HEX triplet: EE, DD and FF. RGB value is (238,221,255). Sum of RGB (Red+Green+Blue) = 238+221+255=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDFF is #112200. Grayscale: #E5E5E5. Windows color (decimal): -1122817 or 16768494. OLE color: 16768494.

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

Color convert

RGB238221255-
CMYK0.070.1300
HSL270º100%93.33%-
HSV(B)270º13.33%100%-
XYZ79.1777.11105.32-
YUV229.96142.13133.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 30.95%
BLUE value IS 255 (100% from 255) = 35.71%
R=33.33%
G=30.95%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382212550.070.130027010093.33
HexEEDDFF7D0010e645d
Octal35633537771500416144135
Binary11101110110111011111111111111010010000111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDFF; }

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

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

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

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

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

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

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

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