#EFEBFA

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

Shades of Magnolia #EFEBFA

Tints of Magnolia #EFEBFA

Color information

#EFEBFA (or 0xEFEBFA) is unknown color: approx Magnolia. HEX triplet: EF, EB and FA. RGB value is (239,235,250). Sum of RGB (Red+Green+Blue) = 239+235+250=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 235 (92.19% from 255 or 32.46% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBFA is #101405. Grayscale: #EDEDED. Windows color (decimal): -1053702 or 16444399. OLE color: 16444399.

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

Color convert

RGB239235250-
CMYK0.040.0600.02
HSL256º60%95.1%-
HSV(B)256º6%98.04%-
XYZ82.5684.67102.43-
YUV237.91134.83128.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 235 (92.19% from 255) = 32.46%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=33.01%
G=32.46%
B=34.53%

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
Decimal2392352500.040.0600.022566095.1
HexEFEBFA46021003c5f
Octal357353372460240074137
Binary1110111111101011111110101001100101000000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBFA; }

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

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

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

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

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

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

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

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