#EBE2FE

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

Shades of Magnolia #EBE2FE

Tints of Magnolia #EBE2FE

Color information

#EBE2FE (or 0xEBE2FE) is unknown color: approx Magnolia. HEX triplet: EB, E2 and FE. RGB value is (235,226,254). Sum of RGB (Red+Green+Blue) = 235+226+254=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2FE is #141D01. Grayscale: #E7E7E7. Windows color (decimal): -1318146 or 16704235. OLE color: 16704235.

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

Color convert

RGB235226254-
CMYK0.070.1100.00
HSL259.29º93.33%94.12%-
HSV(B)259.29º11.02%99.61%-
XYZ79.3579.21104.87-
YUV231.88140.48130.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 226 (88.67% from 255) = 31.61%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=32.87%
G=31.61%
B=35.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352262540.070.1100.00259.2993.3394.12
HexEBE2FE7B001035d5e
Octal35334237671300403135136
Binary11101011111000101111111011110110010000001110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2FE; }

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

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

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

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

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

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

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

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