#EFE9FA

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

Shades of Magnolia #EFE9FA

Tints of Magnolia #EFE9FA

Color information

#EFE9FA (or 0xEFE9FA) is unknown color: approx Magnolia. HEX triplet: EF, E9 and FA. RGB value is (239,233,250). Sum of RGB (Red+Green+Blue) = 239+233+250=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 233 (91.41% from 255 or 32.27% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FA is #101605. Grayscale: #ECECEC. Windows color (decimal): -1054214 or 16443887. OLE color: 16443887.

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

Color convert

RGB239233250-
CMYK0.040.0700.02
HSL261.18º62.96%94.71%-
HSV(B)261.18º6.8%98.04%-
XYZ81.9983.53102.24-
YUV236.73135.49129.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 233 (91.41% from 255) = 32.27%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=33.10%
G=32.27%
B=34.63%

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
Decimal2392332500.040.0700.02261.1862.9694.71
HexEFE9FA47021053f5f
Octal357351372470240577137
Binary1110111111101001111110101001110101000001011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9FA; }

 p { color: rgb(239,233,250); }

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

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

 a { background-color: rgb(239,233,250); }

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

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

 span { border-color: rgb(239,233,250); }

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