#EFEBF5

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

Shades of Magnolia #EFEBF5

Tints of Magnolia #EFEBF5

Color information

#EFEBF5 (or 0xEFEBF5) is unknown color: approx Magnolia. HEX triplet: EF, EB and F5. RGB value is (239,235,245). Sum of RGB (Red+Green+Blue) = 239+235+245=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFEBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBF5 is #10140A. Grayscale: #EDEDED. Windows color (decimal): -1053707 or 16116719. OLE color: 16116719.

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

Color convert

RGB239235245-
CMYK0.020.0400.04
HSL264º33.33%94.12%-
HSV(B)264º4.08%96.08%-
XYZ81.7984.3698.36-
YUV237.34132.33129.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 235 (92.19% from 255) = 32.68%
BLUE value IS 245 (96.09% from 255) = 34.08%
R=33.24%
G=32.68%
B=34.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392352450.020.0400.0426433.3394.12
HexEFEBF52404108215e
Octal357353365240441041136
Binary1110111111101011111101011010001001000010001000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBF5; }

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

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

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

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

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

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

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

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