#EFE8F9

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

Shades of Magnolia #EFE8F9

Tints of Magnolia #EFE8F9

Color information

#EFE8F9 (or 0xEFE8F9) is unknown color: approx Magnolia. HEX triplet: EF, E8 and F9. RGB value is (239,232,249). Sum of RGB (Red+Green+Blue) = 239+232+249=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFE8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8F9 is #101706. Grayscale: #EBEBEB. Windows color (decimal): -1054471 or 16378095. OLE color: 16378095.

HSL color Cylindrical-coordinate representation of color #EFE8F9: hue angle of 264.71º degrees, saturation: 0.59, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE8F9 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239232249-
CMYK0.040.0700.02
HSL264.71º58.62%94.31%-
HSV(B)264.71º6.83%97.65%-
XYZ81.5582.9101.33-
YUV236.03135.32130.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 232 (91.02% from 255) = 32.22%
BLUE value IS 249 (97.66% from 255) = 34.58%
R=33.19%
G=32.22%
B=34.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392322490.040.0700.02264.7158.6294.31
HexEFE8F947021093b5e
Octal357350371470241173136
Binary1110111111101000111110011001110101000010011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8F9; }

 p { color: rgb(239,232,249); }

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

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

 a { background-color: rgb(239,232,249); }

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

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

 span { border-color: rgb(239,232,249); }

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