#EEE4FD

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

Shades of Magnolia #EEE4FD

Tints of Magnolia #EEE4FD

Color information

#EEE4FD (or 0xEEE4FD) is unknown color: approx Magnolia. HEX triplet: EE, E4 and FD. RGB value is (238,228,253). Sum of RGB (Red+Green+Blue) = 238+228+253=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE4FD is #111B02. Grayscale: #E9E9E9. Windows color (decimal): -1121027 or 16639214. OLE color: 16639214.

HSL color Cylindrical-coordinate representation of color #EEE4FD: hue angle of 264º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE4FD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238228253-
CMYK0.060.1000.01
HSL264º86.21%94.31%-
HSV(B)264º9.88%99.22%-
XYZ80.7380.76104.26-
YUV233.84138.81130.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 228 (89.45% from 255) = 31.71%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=33.10%
G=31.71%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382282530.060.1000.0126486.2194.31
HexEEE4FD6A01108565e
Octal35634437561201410126136
Binary11101110111001001111110111010100110000100010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4FD; }

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

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

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

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

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

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

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

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