#EFE5FA

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

Shades of Magnolia #EFE5FA

Tints of Magnolia #EFE5FA

Color information

#EFE5FA (or 0xEFE5FA) is unknown color: approx Magnolia. HEX triplet: EF, E5 and FA. RGB value is (239,229,250). Sum of RGB (Red+Green+Blue) = 239+229+250=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5FA is #101A05. Grayscale: #EAEAEA. Windows color (decimal): -1055238 or 16442863. OLE color: 16442863.

HSL color Cylindrical-coordinate representation of color #EFE5FA: hue angle of 268.57º degrees, saturation: 0.68, 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 #EFE5FA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239229250-
CMYK0.040.0800.02
HSL268.57º67.74%93.92%-
HSV(B)268.57º8.4%98.04%-
XYZ80.8781.29101.87-
YUV234.38136.81131.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 229 (89.84% from 255) = 31.89%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=33.29%
G=31.89%
B=34.82%

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
Decimal2392292500.040.0800.02268.5767.7493.92
HexEFE5FA480210d445e
Octal35734537241002415104136
Binary111011111110010111111010100100001010000110110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5FA; }

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

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

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

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

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

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

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

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