#EFE4FA

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

Shades of Magnolia #EFE4FA

Tints of Magnolia #EFE4FA

Color information

#EFE4FA (or 0xEFE4FA) is unknown color: approx Magnolia. HEX triplet: EF, E4 and FA. RGB value is (239,228,250). Sum of RGB (Red+Green+Blue) = 239+228+250=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 228 (89.45% from 255 or 31.80% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4FA is #101B05. Grayscale: #E9E9E9. Windows color (decimal): -1055494 or 16442607. OLE color: 16442607.

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

Color convert

RGB239228250-
CMYK0.040.0900.02
HSL270º68.75%93.73%-
HSV(B)270º8.8%98.04%-
XYZ80.680.74101.78-
YUV233.8137.14131.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 228 (89.45% from 255) = 31.80%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=33.33%
G=31.80%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392282500.040.0900.0227068.7593.73
HexEFE4FA490210e455e
Octal35734437241102416105136
Binary111011111110010011111010100100101010000111010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4FA; }

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

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

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

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

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

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

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

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