#EBE8F0

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

Shades of Magnolia #EBE8F0

Tints of Magnolia #EBE8F0

Color information

#EBE8F0 (or 0xEBE8F0) is unknown color: approx Magnolia. HEX triplet: EB, E8 and F0. RGB value is (235,232,240). Sum of RGB (Red+Green+Blue) = 235+232+240=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8F0 is #14170F. Grayscale: #E9E9E9. Windows color (decimal): -1316624 or 15788267. OLE color: 15788267.

HSL color Cylindrical-coordinate representation of color #EBE8F0: hue angle of 262.5º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE8F0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235232240-
CMYK0.020.0300.06
HSL262.5º21.05%92.55%-
HSV(B)262.5º3.33%94.12%-
XYZ78.8581.6794.05-
YUV233.81131.49128.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 232 (91.02% from 255) = 32.81%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=33.24%
G=32.81%
B=33.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352322400.020.0300.06262.521.0592.55
HexEBE8F02306106155d
Octal353350360230640625135
Binary11101011111010001111000010110110100000110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8F0; }

 p { color: rgb(235,232,240); }

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

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

 a { background-color: rgb(235,232,240); }

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

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

 span { border-color: rgb(235,232,240); }

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