#EFEAFA

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

Shades of Magnolia #EFEAFA

Tints of Magnolia #EFEAFA

Color information

#EFEAFA (or 0xEFEAFA) is unknown color: approx Magnolia. HEX triplet: EF, EA and FA. RGB value is (239,234,250). Sum of RGB (Red+Green+Blue) = 239+234+250=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAFA is #101505. Grayscale: #EDEDED. Windows color (decimal): -1053958 or 16444143. OLE color: 16444143.

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

Color convert

RGB239234250-
CMYK0.040.0600.02
HSL258.75º61.54%94.9%-
HSV(B)258.75º6.4%98.04%-
XYZ82.2784.1102.34-
YUV237.32135.16129.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.06%
GREEN value IS 234 (91.80% from 255) = 32.37%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=33.06%
G=32.37%
B=34.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392342500.040.0600.02258.7561.5494.9
HexEFEAFA46021033e5f
Octal357352372460240376137
Binary1110111111101010111110101001100101000000111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAFA; }

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

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

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

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

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

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

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

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