#EBE2FF

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

Shades of Magnolia #EBE2FF

Tints of Magnolia #EBE2FF

Color information

#EBE2FF (or 0xEBE2FF) is unknown color: approx Magnolia. HEX triplet: EB, E2 and FF. RGB value is (235,226,255). Sum of RGB (Red+Green+Blue) = 235+226+255=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2FF is #141D00. Grayscale: #E7E7E7. Windows color (decimal): -1318145 or 16769771. OLE color: 16769771.

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

Color convert

RGB235226255-
CMYK0.080.1100
HSL258.62º100%94.31%-
HSV(B)258.62º11.37%100%-
XYZ79.5179.27105.72-
YUV232140.98130.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 226 (88.67% from 255) = 31.56%
BLUE value IS 255 (100% from 255) = 35.61%
R=32.82%
G=31.56%
B=35.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352262550.080.1100258.6210094.31
HexEBE2FF8B00103645e
Octal353342377101300403144136
Binary111010111110001011111111100010110010000001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2FF; }

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

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

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

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

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

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

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

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