#EEE8FD

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

Shades of Magnolia #EEE8FD

Tints of Magnolia #EEE8FD

Color information

#EEE8FD (or 0xEEE8FD) is unknown color: approx Magnolia. HEX triplet: EE, E8 and FD. RGB value is (238,232,253). Sum of RGB (Red+Green+Blue) = 238+232+253=723 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.92% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8FD is #111702. Grayscale: #ECECEC. Windows color (decimal): -1120003 or 16640238. OLE color: 16640238.

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

Color convert

RGB238232253-
CMYK0.060.0800.01
HSL257.14º84%95.1%-
HSV(B)257.14º8.3%99.22%-
XYZ81.8582.98104.63-
YUV236.19137.49129.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.92%
GREEN value IS 232 (91.02% from 255) = 32.09%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=32.92%
G=32.09%
B=34.99%

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
Decimal2382322530.060.0800.01257.148495.1
HexEEE8FD6801101545f
Octal35635037561001401124137
Binary11101110111010001111110111010000110000000110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8FD; }

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

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

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

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

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

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

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

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