#EBE5FB

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

Shades of Magnolia #EBE5FB

Tints of Magnolia #EBE5FB

Color information

#EBE5FB (or 0xEBE5FB) is unknown color: approx Magnolia. HEX triplet: EB, E5 and FB. RGB value is (235,229,251). Sum of RGB (Red+Green+Blue) = 235+229+251=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5FB is #141A04. Grayscale: #E9E9E9. Windows color (decimal): -1317381 or 16508395. OLE color: 16508395.

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

Color convert

RGB235229251-
CMYK0.060.0900.02
HSL256.36º73.33%94.12%-
HSV(B)256.36º8.76%98.43%-
XYZ79.6980.67102.64-
YUV233.3137.99129.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 229 (89.84% from 255) = 32.03%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=32.87%
G=32.03%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352292510.060.0900.02256.3673.3394.12
HexEBE5FB6902100495e
Octal35334537361102400111136
Binary111010111110010111111011110100101010000000010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5FB; }

 p { color: rgb(235,229,251); }

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

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

 a { background-color: rgb(235,229,251); }

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

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

 span { border-color: rgb(235,229,251); }

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