#EFE9FE

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

Shades of Magnolia #EFE9FE

Tints of Magnolia #EFE9FE

Color information

#EFE9FE (or 0xEFE9FE) is unknown color: approx Magnolia. HEX triplet: EF, E9 and FE. RGB value is (239,233,254). Sum of RGB (Red+Green+Blue) = 239+233+254=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 233 (91.41% from 255 or 32.09% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FE is #101601. Grayscale: #EDEDED. Windows color (decimal): -1054210 or 16706031. OLE color: 16706031.

HSL color Cylindrical-coordinate representation of color #EFE9FE: hue angle of 257.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE9FE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB239233254-
CMYK0.060.0800.00
HSL257.14º91.3%95.49%-
HSV(B)257.14º8.27%99.61%-
XYZ82.6283.78105.58-
YUV237.19137.49129.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.92%
GREEN value IS 233 (91.41% from 255) = 32.09%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=32.92%
G=32.09%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392332540.060.0800.00257.1491.395.49
HexEFE9FE68001015b5f
Octal35735137661000401133137
Binary11101111111010011111111011010000010000000110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9FE; }

 p { color: rgb(239,233,254); }

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

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

 a { background-color: rgb(239,233,254); }

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

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

 span { border-color: rgb(239,233,254); }

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