#EFE4FF

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

Shades of Magnolia #EFE4FF

Tints of Magnolia #EFE4FF

Color information

#EFE4FF (or 0xEFE4FF) is unknown color: approx Magnolia. HEX triplet: EF, E4 and FF. RGB value is (239,228,255). Sum of RGB (Red+Green+Blue) = 239+228+255=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 228 (89.45% from 255 or 31.58% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4FF is #101B00. Grayscale: #EAEAEA. Windows color (decimal): -1055489 or 16770287. OLE color: 16770287.

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

Color convert

RGB239228255-
CMYK0.060.1100
HSL264.44º100%94.71%-
HSV(B)264.44º10.59%100%-
XYZ81.3981.06105.96-
YUV234.37139.64131.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 228 (89.45% from 255) = 31.58%
BLUE value IS 255 (100% from 255) = 35.32%
R=33.10%
G=31.58%
B=35.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392282550.060.1100264.4410094.71
HexEFE4FF6B00108645f
Octal35734437761300410144137
Binary11101111111001001111111111010110010000100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4FF; }

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

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

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

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

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

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

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

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