#EFEBF9

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

Shades of Magnolia #EFEBF9

Tints of Magnolia #EFEBF9

Color information

#EFEBF9 (or 0xEFEBF9) is unknown color: approx Magnolia. HEX triplet: EF, EB and F9. RGB value is (239,235,249). Sum of RGB (Red+Green+Blue) = 239+235+249=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 235 (92.19% from 255 or 32.50% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFEBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBF9 is #101406. Grayscale: #EDEDED. Windows color (decimal): -1053703 or 16378863. OLE color: 16378863.

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

Color convert

RGB239235249-
CMYK0.040.0600.02
HSL257.14º53.85%94.9%-
HSV(B)257.14º5.62%97.65%-
XYZ82.484.61101.61-
YUV237.79134.33128.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.06%
GREEN value IS 235 (92.19% from 255) = 32.50%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=33.06%
G=32.50%
B=34.44%

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
Decimal2392352490.040.0600.02257.1453.8594.9
HexEFEBF94602101365f
Octal357353371460240166137
Binary1110111111101011111110011001100101000000011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBF9; }

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

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

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

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

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

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

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

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