#EFEBFD

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

Shades of Magnolia #EFEBFD

Tints of Magnolia #EFEBFD

Color information

#EFEBFD (or 0xEFEBFD) is unknown color: approx Magnolia. HEX triplet: EF, EB and FD. RGB value is (239,235,253). Sum of RGB (Red+Green+Blue) = 239+235+253=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFEBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBFD is #101402. Grayscale: #EEEEEE. Windows color (decimal): -1053699 or 16641007. OLE color: 16641007.

HSL color Cylindrical-coordinate representation of color #EFEBFD: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFEBFD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239235253-
CMYK0.060.0700.01
HSL253.33º81.82%95.69%-
HSV(B)253.33º7.11%99.22%-
XYZ83.0384.86104.93-
YUV238.25136.33128.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 235 (92.19% from 255) = 32.32%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=32.87%
G=32.32%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392352530.060.0700.01253.3381.8295.69
HexEFEBFD6701fd5260
Octal3573533756701375122140
Binary111011111110101111111101110111011111110110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBFD; }

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

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

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

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

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

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

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

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