#EFE8FC

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

Shades of Magnolia #EFE8FC

Tints of Magnolia #EFE8FC

Color information

#EFE8FC (or 0xEFE8FC) is unknown color: approx Magnolia. HEX triplet: EF, E8 and FC. RGB value is (239,232,252). Sum of RGB (Red+Green+Blue) = 239+232+252=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8FC is #101703. Grayscale: #ECECEC. Windows color (decimal): -1054468 or 16574703. OLE color: 16574703.

HSL color Cylindrical-coordinate representation of color #EFE8FC: hue angle of 261º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE8FC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239232252-
CMYK0.050.0800.01
HSL261º76.92%94.9%-
HSV(B)261º7.94%98.82%-
XYZ82.0283.09103.81-
YUV236.37136.82129.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.06%
GREEN value IS 232 (91.02% from 255) = 32.09%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=33.06%
G=32.09%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392322520.050.0800.0126176.9294.9
HexEFE8FC58011054d5f
Octal35735037451001405115137
Binary11101111111010001111110010110000110000010110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8FC; }

 p { color: rgb(239,232,252); }

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

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

 a { background-color: rgb(239,232,252); }

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

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

 span { border-color: rgb(239,232,252); }

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