#EBE7F5

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

Shades of Magnolia #EBE7F5

Tints of Magnolia #EBE7F5

Color information

#EBE7F5 (or 0xEBE7F5) is unknown color: approx Magnolia. HEX triplet: EB, E7 and F5. RGB value is (235,231,245). Sum of RGB (Red+Green+Blue) = 235+231+245=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 231 (90.62% from 255 or 32.49% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBE7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7F5 is #14180A. Grayscale: #E9E9E9. Windows color (decimal): -1316875 or 16115691. OLE color: 16115691.

HSL color Cylindrical-coordinate representation of color #EBE7F5: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBE7F5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235231245-
CMYK0.040.0600.04
HSL257.14º41.18%93.33%-
HSV(B)257.14º5.71%96.08%-
XYZ79.3281.4197.92-
YUV233.79134.33128.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 231 (90.62% from 255) = 32.49%
BLUE value IS 245 (96.09% from 255) = 34.46%
R=33.05%
G=32.49%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352312450.040.0600.04257.1441.1893.33
HexEBE7F54604101295d
Octal353347365460440151135
Binary11101011111001111111010110011001001000000011010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7F5; }

 p { color: rgb(235,231,245); }

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

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

 a { background-color: rgb(235,231,245); }

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

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

 span { border-color: rgb(235,231,245); }

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