#EFE7FA

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

Shades of Magnolia #EFE7FA

Tints of Magnolia #EFE7FA

Color information

#EFE7FA (or 0xEFE7FA) is unknown color: approx Magnolia. HEX triplet: EF, E7 and FA. RGB value is (239,231,250). Sum of RGB (Red+Green+Blue) = 239+231+250=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7FA is #101805. Grayscale: #EBEBEB. Windows color (decimal): -1054726 or 16443375. OLE color: 16443375.

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

Color convert

RGB239231250-
CMYK0.040.0800.02
HSL265.26º65.52%94.31%-
HSV(B)265.26º7.6%98.04%-
XYZ81.4382.4102.06-
YUV235.56136.15130.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 231 (90.62% from 255) = 32.08%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=33.19%
G=32.08%
B=34.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392312500.040.0800.02265.2665.5294.31
HexEFE7FA4802109425e
Octal35734737241002411102136
Binary111011111110011111111010100100001010000100110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7FA; }

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

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

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

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

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

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

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

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