#EBE3FC

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

Shades of Magnolia #EBE3FC

Tints of Magnolia #EBE3FC

Color information

#EBE3FC (or 0xEBE3FC) is unknown color: approx Magnolia. HEX triplet: EB, E3 and FC. RGB value is (235,227,252). Sum of RGB (Red+Green+Blue) = 235+227+252=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 227 (89.06% from 255 or 31.79% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3FC is #141C03. Grayscale: #E8E8E8. Windows color (decimal): -1317892 or 16573419. OLE color: 16573419.

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

Color convert

RGB235227252-
CMYK0.070.1000.01
HSL259.2º80.65%93.92%-
HSV(B)259.2º9.92%98.82%-
XYZ79.379.63103.29-
YUV232.24139.15129.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 227 (89.06% from 255) = 31.79%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=32.91%
G=31.79%
B=35.29%

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
Decimal2352272520.070.1000.01259.280.6593.92
HexEBE3FC7A01103515e
Octal35334337471201403121136
Binary11101011111000111111110011110100110000001110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3FC; }

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

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

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

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

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

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

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

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