#EEE9FD

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

Shades of Magnolia #EEE9FD

Tints of Magnolia #EEE9FD

Color information

#EEE9FD (or 0xEEE9FD) is unknown color: approx Magnolia. HEX triplet: EE, E9 and FD. RGB value is (238,233,253). Sum of RGB (Red+Green+Blue) = 238+233+253=724 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.87% from 724); Green value is 233 (91.41% from 255 or 32.18% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE9FD is #111602. Grayscale: #ECECEC. Windows color (decimal): -1119747 or 16640494. OLE color: 16640494.

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

Color convert

RGB238233253-
CMYK0.060.0800.01
HSL255º83.33%95.29%-
HSV(B)255º7.91%99.22%-
XYZ82.1383.55104.73-
YUV236.78137.16128.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.87%
GREEN value IS 233 (91.41% from 255) = 32.18%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=32.87%
G=32.18%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382332530.060.0800.0125583.3395.29
HexEEE9FD6801ff535f
Octal35635137561001377123137
Binary1110111011101001111111011101000011111111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE9FD; }

 p { color: rgb(238,233,253); }

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

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

 a { background-color: rgb(238,233,253); }

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

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

 span { border-color: rgb(238,233,253); }

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