#EBE2FC

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

Shades of Magnolia #EBE2FC

Tints of Magnolia #EBE2FC

Color information

#EBE2FC (or 0xEBE2FC) is unknown color: approx Magnolia. HEX triplet: EB, E2 and FC. RGB value is (235,226,252). Sum of RGB (Red+Green+Blue) = 235+226+252=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2FC is #141D03. Grayscale: #E7E7E7. Windows color (decimal): -1318148 or 16573163. OLE color: 16573163.

HSL color Cylindrical-coordinate representation of color #EBE2FC: hue angle of 260.77º degrees, saturation: 0.81, 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 #EBE2FC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235226252-
CMYK0.070.1000.01
HSL260.77º81.25%93.73%-
HSV(B)260.77º10.32%98.82%-
XYZ79.0379.08103.19-
YUV231.66139.48130.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 226 (88.67% from 255) = 31.70%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=32.96%
G=31.70%
B=35.34%

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
Decimal2352262520.070.1000.01260.7781.2593.73
HexEBE2FC7A01105515e
Octal35334237471201405121136
Binary11101011111000101111110011110100110000010110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2FC; }

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

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

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

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

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

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

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

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