#EFEAF9

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

Shades of Magnolia #EFEAF9

Tints of Magnolia #EFEAF9

Color information

#EFEAF9 (or 0xEFEAF9) is unknown color: approx Magnolia. HEX triplet: EF, EA and F9. RGB value is (239,234,249). Sum of RGB (Red+Green+Blue) = 239+234+249=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF9 is #101506. Grayscale: #EDEDED. Windows color (decimal): -1053959 or 16378607. OLE color: 16378607.

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

Color convert

RGB239234249-
CMYK0.040.0600.02
HSL260º55.56%94.71%-
HSV(B)260º6.02%97.65%-
XYZ82.1284.04101.51-
YUV237.2134.66129.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 32.41%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=33.10%
G=32.41%
B=34.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392342490.040.0600.0226055.5694.71
HexEFEAF94602104385f
Octal357352371460240470137
Binary1110111111101010111110011001100101000001001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAF9; }

 p { color: rgb(239,234,249); }

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

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

 a { background-color: rgb(239,234,249); }

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

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

 span { border-color: rgb(239,234,249); }

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