#EBE3FE

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

Shades of Magnolia #EBE3FE

Tints of Magnolia #EBE3FE

Color information

#EBE3FE (or 0xEBE3FE) is unknown color: approx Magnolia. HEX triplet: EB, E3 and FE. RGB value is (235,227,254). Sum of RGB (Red+Green+Blue) = 235+227+254=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3FE is #141C01. Grayscale: #E8E8E8. Windows color (decimal): -1317890 or 16704491. OLE color: 16704491.

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

Color convert

RGB235227254-
CMYK0.070.1100.00
HSL257.78º93.1%94.31%-
HSV(B)257.78º10.63%99.61%-
XYZ79.6279.76104.96-
YUV232.47140.15129.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 227 (89.06% from 255) = 31.70%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=32.82%
G=31.70%
B=35.47%

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
Decimal2352272540.070.1100.00257.7893.194.31
HexEBE3FE7B001025d5e
Octal35334337671300402135136
Binary11101011111000111111111011110110010000001010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3FE; }

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

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

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

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

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

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

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

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