#EFEBF8

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

Shades of Magnolia #EFEBF8

Tints of Magnolia #EFEBF8

Color information

#EFEBF8 (or 0xEFEBF8) is unknown color: approx Magnolia. HEX triplet: EF, EB and F8. RGB value is (239,235,248). Sum of RGB (Red+Green+Blue) = 239+235+248=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFEBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBF8 is #101407. Grayscale: #EDEDED. Windows color (decimal): -1053704 or 16313327. OLE color: 16313327.

HSL color Cylindrical-coordinate representation of color #EFEBF8: hue angle of 258.46º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEBF8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239235248-
CMYK0.040.0500.03
HSL258.46º48.15%94.71%-
HSV(B)258.46º5.24%97.25%-
XYZ82.2584.54100.79-
YUV237.68133.83128.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 235 (92.19% from 255) = 32.55%
BLUE value IS 248 (97.27% from 255) = 34.35%
R=33.10%
G=32.55%
B=34.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392352480.040.0500.03258.4648.1594.71
HexEFEBF84503102305f
Octal357353370450340260137
Binary1110111111101011111110001001010111000000101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBF8; }

 p { color: rgb(239,235,248); }

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

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

 a { background-color: rgb(239,235,248); }

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

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

 span { border-color: rgb(239,235,248); }

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