#EFE5FF

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

Shades of Magnolia #EFE5FF

Tints of Magnolia #EFE5FF

Color information

#EFE5FF (or 0xEFE5FF) is unknown color: approx Magnolia. HEX triplet: EF, E5 and FF. RGB value is (239,229,255). Sum of RGB (Red+Green+Blue) = 239+229+255=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 229 (89.84% from 255 or 31.67% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5FF is #101A00. Grayscale: #EAEAEA. Windows color (decimal): -1055233 or 16770543. OLE color: 16770543.

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

Color convert

RGB239229255-
CMYK0.060.1000
HSL263.08º100%94.9%-
HSV(B)263.08º10.2%100%-
XYZ81.6781.61106.06-
YUV234.95139.31130.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.06%
GREEN value IS 229 (89.84% from 255) = 31.67%
BLUE value IS 255 (100% from 255) = 35.27%
R=33.06%
G=31.67%
B=35.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392292550.060.1000263.0810094.9
HexEFE5FF6A00107645f
Octal35734537761200407144137
Binary11101111111001011111111111010100010000011111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5FF; }

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

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

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

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

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

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

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

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