#EFEAF6

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

Shades of Magnolia #EFEAF6

Tints of Magnolia #EFEAF6

Color information

#EFEAF6 (or 0xEFEAF6) is unknown color: approx Magnolia. HEX triplet: EF, EA and F6. RGB value is (239,234,246). Sum of RGB (Red+Green+Blue) = 239+234+246=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF6 is #101509. Grayscale: #ECECEC. Windows color (decimal): -1053962 or 16181999. OLE color: 16181999.

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

Color convert

RGB239234246-
CMYK0.030.0500.04
HSL265º40%94.12%-
HSV(B)265º4.88%96.47%-
XYZ81.6583.8599.07-
YUV236.86133.16129.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 234 (91.80% from 255) = 32.55%
BLUE value IS 246 (96.48% from 255) = 34.21%
R=33.24%
G=32.55%
B=34.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392342460.030.0500.042654094.12
HexEFEAF63504109285e
Octal357352366350441150136
Binary1110111111101010111101101110101001000010011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAF6; }

 p { color: rgb(239,234,246); }

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

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

 a { background-color: rgb(239,234,246); }

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

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

 span { border-color: rgb(239,234,246); }

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