#EBE5F8

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

Shades of Magnolia #EBE5F8

Tints of Magnolia #EBE5F8

Color information

#EBE5F8 (or 0xEBE5F8) is unknown color: approx Magnolia. HEX triplet: EB, E5 and F8. RGB value is (235,229,248). Sum of RGB (Red+Green+Blue) = 235+229+248=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5F8 is #141A07. Grayscale: #E8E8E8. Windows color (decimal): -1317384 or 16311787. OLE color: 16311787.

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

Color convert

RGB235229248-
CMYK0.050.0800.03
HSL258.95º57.58%93.53%-
HSV(B)258.95º7.66%97.25%-
XYZ79.2280.48100.17-
YUV232.96136.49129.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.01%
GREEN value IS 229 (89.84% from 255) = 32.16%
BLUE value IS 248 (97.27% from 255) = 34.83%
R=33.01%
G=32.16%
B=34.83%

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
Decimal2352292480.050.0800.03258.9557.5893.53
HexEBE5F858031033a5e
Octal3533453705100340372136
Binary11101011111001011111100010110000111000000111110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5F8; }

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

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

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

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

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

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

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

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