#EFE2FC

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

Shades of Magnolia #EFE2FC

Tints of Magnolia #EFE2FC

Color information

#EFE2FC (or 0xEFE2FC) is unknown color: approx Magnolia. HEX triplet: EF, E2 and FC. RGB value is (239,226,252). Sum of RGB (Red+Green+Blue) = 239+226+252=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FC is #101D03. Grayscale: #E8E8E8. Windows color (decimal): -1056004 or 16573167. OLE color: 16573167.

HSL color Cylindrical-coordinate representation of color #EFE2FC: hue angle of 270º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE2FC is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239226252-
CMYK0.050.1000.01
HSL270º81.25%93.73%-
HSV(B)270º10.32%98.82%-
XYZ80.3679.77103.26-
YUV232.85138.81132.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 226 (88.67% from 255) = 31.52%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=33.33%
G=31.52%
B=35.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392262520.050.1000.0127081.2593.73
HexEFE2FC5A0110e515e
Octal35734237451201416121136
Binary11101111111000101111110010110100110000111010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2FC; }

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

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

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

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

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

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

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

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