#EBE4FA

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

Shades of Magnolia #EBE4FA

Tints of Magnolia #EBE4FA

Color information

#EBE4FA (or 0xEBE4FA) is unknown color: approx Magnolia. HEX triplet: EB, E4 and FA. RGB value is (235,228,250). Sum of RGB (Red+Green+Blue) = 235+228+250=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4FA is #141B05. Grayscale: #E8E8E8. Windows color (decimal): -1317638 or 16442603. OLE color: 16442603.

HSL color Cylindrical-coordinate representation of color #EBE4FA: hue angle of 259.09º degrees, saturation: 0.69, 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 #EBE4FA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235228250-
CMYK0.060.0900.02
HSL259.09º68.75%93.73%-
HSV(B)259.09º8.8%98.04%-
XYZ79.2680.05101.72-
YUV232.6137.82129.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 228 (89.45% from 255) = 31.98%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=32.96%
G=31.98%
B=35.06%

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
Decimal2352282500.060.0900.02259.0968.7593.73
HexEBE4FA6902103455e
Octal35334437261102403105136
Binary111010111110010011111010110100101010000001110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4FA; }

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

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

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

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

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

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

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

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