#EBE4FC

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

Shades of Magnolia #EBE4FC

Tints of Magnolia #EBE4FC

Color information

#EBE4FC (or 0xEBE4FC) is unknown color: approx Magnolia. HEX triplet: EB, E4 and FC. RGB value is (235,228,252). Sum of RGB (Red+Green+Blue) = 235+228+252=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4FC is #141B03. Grayscale: #E8E8E8. Windows color (decimal): -1317636 or 16573675. OLE color: 16573675.

HSL color Cylindrical-coordinate representation of color #EBE4FC: hue angle of 257.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBE4FC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235228252-
CMYK0.070.1000.01
HSL257.5º80%94.12%-
HSV(B)257.5º9.52%98.82%-
XYZ79.5880.18103.38-
YUV232.83138.82129.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 228 (89.45% from 255) = 31.89%
BLUE value IS 252 (98.83% from 255) = 35.24%
R=32.87%
G=31.89%
B=35.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352282520.070.1000.01257.58094.12
HexEBE4FC7A01102505e
Octal35334437471201402120136
Binary11101011111001001111110011110100110000001010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4FC; }

 p { color: rgb(235,228,252); }

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

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

 a { background-color: rgb(235,228,252); }

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

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

 span { border-color: rgb(235,228,252); }

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