#EBE8F3

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

Shades of Magnolia #EBE8F3

Tints of Magnolia #EBE8F3

Color information

#EBE8F3 (or 0xEBE8F3) is unknown color: approx Magnolia. HEX triplet: EB, E8 and F3. RGB value is (235,232,243). Sum of RGB (Red+Green+Blue) = 235+232+243=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBE8F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8F3 is #14170C. Grayscale: #EAEAEA. Windows color (decimal): -1316621 or 15984875. OLE color: 15984875.

HSL color Cylindrical-coordinate representation of color #EBE8F3: hue angle of 256.36º degrees, saturation: 0.31, 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 #EBE8F3 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235232243-
CMYK0.030.0500.05
HSL256.36º31.43%93.14%-
HSV(B)256.36º4.53%95.29%-
XYZ79.381.8596.41-
YUV234.15132.99128.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 232 (91.02% from 255) = 32.68%
BLUE value IS 243 (95.31% from 255) = 34.23%
R=33.10%
G=32.68%
B=34.23%

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
Decimal2352322430.030.0500.05256.3631.4393.14
HexEBE8F335051001f5d
Octal353350363350540037135
Binary111010111110100011110011111010101100000000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8F3; }

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

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

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

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

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

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

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

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