#EFEBF6

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

Shades of Magnolia #EFEBF6

Tints of Magnolia #EFEBF6

Color information

#EFEBF6 (or 0xEFEBF6) is unknown color: approx Magnolia. HEX triplet: EF, EB and F6. RGB value is (239,235,246). Sum of RGB (Red+Green+Blue) = 239+235+246=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 235 (92.19% from 255 or 32.64% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFEBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBF6 is #101409. Grayscale: #EDEDED. Windows color (decimal): -1053706 or 16182255. OLE color: 16182255.

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

Color convert

RGB239235246-
CMYK0.030.0400.04
HSL261.82º37.93%94.31%-
HSV(B)261.82º4.47%96.47%-
XYZ81.9484.4299.17-
YUV237.45132.83129.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 235 (92.19% from 255) = 32.64%
BLUE value IS 246 (96.48% from 255) = 34.17%
R=33.19%
G=32.64%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392352460.030.0400.04261.8237.9394.31
HexEFEBF63404106265e
Octal357353366340440646136
Binary1110111111101011111101101110001001000001101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBF6; }

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

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

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

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

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

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

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

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