#EFE6FB

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

Shades of Magnolia #EFE6FB

Tints of Magnolia #EFE6FB

Color information

#EFE6FB (or 0xEFE6FB) is unknown color: approx Magnolia. HEX triplet: EF, E6 and FB. RGB value is (239,230,251). Sum of RGB (Red+Green+Blue) = 239+230+251=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6FB is #101904. Grayscale: #EBEBEB. Windows color (decimal): -1054981 or 16508655. OLE color: 16508655.

HSL color Cylindrical-coordinate representation of color #EFE6FB: hue angle of 265.71º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE6FB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239230251-
CMYK0.050.0800.02
HSL265.71º72.41%94.31%-
HSV(B)265.71º8.37%98.43%-
XYZ81.3181.91102.79-
YUV235.08136.98130.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 230 (90.23% from 255) = 31.94%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=33.19%
G=31.94%
B=34.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392302510.050.0800.02265.7172.4194.31
HexEFE6FB580210a485e
Octal35734637351002412110136
Binary111011111110011011111011101100001010000101010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6FB; }

 p { color: rgb(239,230,251); }

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

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

 a { background-color: rgb(239,230,251); }

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

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

 span { border-color: rgb(239,230,251); }

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