#EBE4FD

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

Shades of Magnolia #EBE4FD

Tints of Magnolia #EBE4FD

Color information

#EBE4FD (or 0xEBE4FD) is unknown color: approx Magnolia. HEX triplet: EB, E4 and FD. RGB value is (235,228,253). Sum of RGB (Red+Green+Blue) = 235+228+253=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4FD is #141B02. Grayscale: #E8E8E8. Windows color (decimal): -1317635 or 16639211. OLE color: 16639211.

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

Color convert

RGB235228253-
CMYK0.070.1000.01
HSL256.8º86.21%94.31%-
HSV(B)256.8º9.88%99.22%-
XYZ79.7380.24104.21-
YUV232.94139.32129.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 228 (89.45% from 255) = 31.84%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=32.82%
G=31.84%
B=35.34%

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
Decimal2352282530.070.1000.01256.886.2194.31
HexEBE4FD7A01101565e
Octal35334437571201401126136
Binary11101011111001001111110111110100110000000110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4FD; }

 p { color: rgb(235,228,253); }

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

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

 a { background-color: rgb(235,228,253); }

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

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

 span { border-color: rgb(235,228,253); }

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