#EFE4FE

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

Shades of Magnolia #EFE4FE

Tints of Magnolia #EFE4FE

Color information

#EFE4FE (or 0xEFE4FE) is unknown color: approx Magnolia. HEX triplet: EF, E4 and FE. RGB value is (239,228,254). Sum of RGB (Red+Green+Blue) = 239+228+254=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 228 (89.45% from 255 or 31.62% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4FE is #101B01. Grayscale: #EAEAEA. Windows color (decimal): -1055490 or 16704751. OLE color: 16704751.

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

Color convert

RGB239228254-
CMYK0.060.1000.00
HSL265.38º92.86%94.51%-
HSV(B)265.38º10.24%99.61%-
XYZ81.2380.99105.12-
YUV234.25139.14131.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.15%
GREEN value IS 228 (89.45% from 255) = 31.62%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=33.15%
G=31.62%
B=35.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392282540.060.1000.00265.3892.8694.51
HexEFE4FE6A001095d5f
Octal35734437661200411135137
Binary11101111111001001111111011010100010000100110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4FE; }

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

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

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

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

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

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

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

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