#EEEAF7

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

Shades of Magnolia #EEEAF7

Tints of Magnolia #EEEAF7

Color information

#EEEAF7 (or 0xEEEAF7) is unknown color: approx Magnolia. HEX triplet: EE, EA and F7. RGB value is (238,234,247). Sum of RGB (Red+Green+Blue) = 238+234+247=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF7 is #111508. Grayscale: #ECECEC. Windows color (decimal): -1119497 or 16247534. OLE color: 16247534.

HSL color Cylindrical-coordinate representation of color #EEEAF7: hue angle of 258.46º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEEAF7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238234247-
CMYK0.040.0500.03
HSL258.46º44.83%94.31%-
HSV(B)258.46º5.26%96.86%-
XYZ81.4783.7499.86-
YUV236.68133.83128.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 32.55%
BLUE value IS 247 (96.88% from 255) = 34.35%
R=33.10%
G=32.55%
B=34.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382342470.040.0500.03258.4644.8394.31
HexEEEAF745031022d5e
Octal356352367450340255136
Binary1110111011101010111101111001010111000000101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAF7; }

 p { color: rgb(238,234,247); }

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

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

 a { background-color: rgb(238,234,247); }

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

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

 span { border-color: rgb(238,234,247); }

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