#EBE1FB

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

Shades of Magnolia #EBE1FB

Tints of Magnolia #EBE1FB

Color information

#EBE1FB (or 0xEBE1FB) is unknown color: approx Magnolia. HEX triplet: EB, E1 and FB. RGB value is (235,225,251). Sum of RGB (Red+Green+Blue) = 235+225+251=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1FB is #141E04. Grayscale: #E6E6E6. Windows color (decimal): -1318405 or 16507371. OLE color: 16507371.

HSL color Cylindrical-coordinate representation of color #EBE1FB: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBE1FB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235225251-
CMYK0.060.1000.02
HSL263.08º76.47%93.33%-
HSV(B)263.08º10.36%98.43%-
XYZ78.678.48102.27-
YUV230.95139.31130.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 225 (88.28% from 255) = 31.65%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=33.05%
G=31.65%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352252510.060.1000.02263.0876.4793.33
HexEBE1FB6A021074c5d
Octal35334137361202407114135
Binary111010111110000111111011110101001010000011110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1FB; }

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

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

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

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

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

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

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

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