#EBE1FC

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

Shades of Magnolia #EBE1FC

Tints of Magnolia #EBE1FC

Color information

#EBE1FC (or 0xEBE1FC) is unknown color: approx Magnolia. HEX triplet: EB, E1 and FC. RGB value is (235,225,252). Sum of RGB (Red+Green+Blue) = 235+225+252=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 225 (88.28% from 255 or 31.60% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1FC is #141E03. Grayscale: #E6E6E6. Windows color (decimal): -1318404 or 16572907. OLE color: 16572907.

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

Color convert

RGB235225252-
CMYK0.070.1100.01
HSL262.22º81.82%93.53%-
HSV(B)262.22º10.71%98.82%-
XYZ78.7678.54103.1-
YUV231.07139.81130.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.01%
GREEN value IS 225 (88.28% from 255) = 31.60%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=33.01%
G=31.60%
B=35.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352252520.070.1100.01262.2281.8293.53
HexEBE1FC7B01106525e
Octal35334137471301406122136
Binary11101011111000011111110011110110110000011010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1FC; }

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

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

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

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

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

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

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

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