#EBE7F2

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

Shades of Magnolia #EBE7F2

Tints of Magnolia #EBE7F2

Color information

#EBE7F2 (or 0xEBE7F2) is unknown color: approx Magnolia. HEX triplet: EB, E7 and F2. RGB value is (235,231,242). Sum of RGB (Red+Green+Blue) = 235+231+242=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBE7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7F2 is #14180D. Grayscale: #E9E9E9. Windows color (decimal): -1316878 or 15919083. OLE color: 15919083.

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

Color convert

RGB235231242-
CMYK0.030.0500.05
HSL261.82º29.73%92.75%-
HSV(B)261.82º4.55%94.9%-
XYZ78.8681.2295.53-
YUV233.45132.83129.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.19%
GREEN value IS 231 (90.62% from 255) = 32.63%
BLUE value IS 242 (94.92% from 255) = 34.18%
R=33.19%
G=32.63%
B=34.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352312420.030.0500.05261.8229.7392.75
HexEBE7F235051061e5d
Octal353347362350540636135
Binary111010111110011111110010111010101100000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7F2; }

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

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

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

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

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

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

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

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