#EBE4F7

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

Shades of Magnolia #EBE4F7

Tints of Magnolia #EBE4F7

Color information

#EBE4F7 (or 0xEBE4F7) is unknown color: approx Magnolia. HEX triplet: EB, E4 and F7. RGB value is (235,228,247). Sum of RGB (Red+Green+Blue) = 235+228+247=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 247 (96.88% from 255 or 34.79% from 710); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBE4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4F7 is #141B08. Grayscale: #E8E8E8. Windows color (decimal): -1317641 or 16245995. OLE color: 16245995.

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

Color convert

RGB235228247-
CMYK0.050.0800.03
HSL262.11º54.29%93.14%-
HSV(B)262.11º7.69%96.86%-
XYZ78.7979.8699.26-
YUV232.26136.32129.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 228 (89.45% from 255) = 32.11%
BLUE value IS 247 (96.88% from 255) = 34.79%
R=33.10%
G=32.11%
B=34.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352282470.050.0800.03262.1154.2993.14
HexEBE4F75803106365d
Octal3533443675100340666135
Binary11101011111001001111011110110000111000001101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4F7; }

 p { color: rgb(235,228,247); }

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

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

 a { background-color: rgb(235,228,247); }

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

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

 span { border-color: rgb(235,228,247); }

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