#EFEBFE

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

Shades of Magnolia #EFEBFE

Tints of Magnolia #EFEBFE

Color information

#EFEBFE (or 0xEFEBFE) is unknown color: approx Magnolia. HEX triplet: EF, EB and FE. RGB value is (239,235,254). Sum of RGB (Red+Green+Blue) = 239+235+254=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBFE is #101401. Grayscale: #EEEEEE. Windows color (decimal): -1053698 or 16706543. OLE color: 16706543.

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

Color convert

RGB239235254-
CMYK0.060.0700.00
HSL252.63º90.48%95.88%-
HSV(B)252.63º7.48%99.61%-
XYZ83.1984.92105.77-
YUV238.36136.83128.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.83%
GREEN value IS 235 (92.19% from 255) = 32.28%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=32.83%
G=32.28%
B=34.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392352540.060.0700.00252.6390.4895.88
HexEFEBFE6700fd5a60
Octal3573533766700375132140
Binary111011111110101111111110110111001111110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBFE; }

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

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

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

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

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

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

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

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