#EFEAFB

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

Shades of Magnolia #EFEAFB

Tints of Magnolia #EFEAFB

Color information

#EFEAFB (or 0xEFEAFB) is unknown color: approx Magnolia. HEX triplet: EF, EA and FB. RGB value is (239,234,251). Sum of RGB (Red+Green+Blue) = 239+234+251=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAFB is #101504. Grayscale: #EDEDED. Windows color (decimal): -1053957 or 16509679. OLE color: 16509679.

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

Color convert

RGB239234251-
CMYK0.050.0700.02
HSL257.65º68%95.1%-
HSV(B)257.65º6.77%98.43%-
XYZ82.4384.16103.17-
YUV237.43135.66129.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 234 (91.80% from 255) = 32.32%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=33.01%
G=32.32%
B=34.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392342510.050.0700.02257.656895.1
HexEFEAFB5702102445f
Octal3573523735702402104137
Binary11101111111010101111101110111101010000001010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAFB; }

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

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

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

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

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

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

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

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